Commit Graph

30169 Commits

Author SHA1 Message Date
Kelly Dwan a2d5d3dff7 Accessibility: Add a label for product rating star icons 2019-02-01 11:47:14 -05:00
Mike Jolley ebabb0a767 Merge branch 'master' of https://github.com/woocommerce/woocommerce 2019-02-01 16:10:24 +00:00
Mike Jolley b694dffd1c Merge branch 'add/22552' 2019-02-01 16:10:21 +00:00
Mike Jolley e3f2cad544 Remove escape 2019-02-01 16:10:14 +00:00
Mike Jolley aeb64b62bf
Merge pull request #22584 from jobthomas/jobthomas-ssr-urls
System Status URL naming and sorting now following WP core
2019-02-01 14:50:50 +00:00
Mike Jolley 0fc33b9a08
Merge pull request #22626 from woocommerce/renovate/phpunit-phpunit-6.x
Update dependency phpunit/phpunit to v6.5.14
2019-02-01 14:45:50 +00:00
Mike Jolley d09b539f4b
Merge pull request #22621 from woocommerce/fix/22442
Implement main_query parameter in get_meta_query
2019-02-01 14:41:26 +00:00
Mike Jolley 8fde07153a Use get instead of load 2019-02-01 14:30:42 +00:00
Mike Jolley 8b7414cfb5 Apply fix to rating filter 2019-02-01 14:13:37 +00:00
Ron Rennick e1213f8432 remove the WP main query check 2019-02-01 09:49:31 -04:00
Renovate Bot f609f713db
Update dependency phpunit/phpunit to v6.5.14 2019-02-01 05:57:51 +00:00
Gregory Karpinsky a7bee0325d
WC_Log_Handler_File::remove - fix for MS Windows
WC_LOG_DIR is defined with Unix slashes at the end. The `realpath` has Windows slashes and therefore `stripos` never works.

Consider also fixing slashes here:
`$this->define( 'WC_LOG_DIR', $upload_dir['basedir'] . '/wc-logs/' );`
2019-01-31 21:23:22 -05:00
Galen Wright-Watson 8627fc39b9 Update: install script-escape forward & backward slashes and ampersand in supplied password. 2019-01-31 13:09:24 -08:00
Mike Jolley 20b65a421c Merge branch 'pr/21454' 2019-01-31 16:30:27 +00:00
Mike Jolley e299da75b0 Update styling for remember me 2019-01-31 16:28:54 +00:00
Mike Jolley 4952fbc475 Adjust both login templates 2019-01-31 16:28:32 +00:00
Mike Jolley 40694118fc Merge branch 'pr/21050' 2019-01-31 15:47:52 +00:00
Mike Jolley a68ed39e63 use cart hash method on checkout 2019-01-31 15:46:41 +00:00
Mike Jolley 25ebc45fbc Make consistent with checkout and rename filter 2019-01-31 15:46:26 +00:00
Ron Rennick 9855a18036 phpcs sniff fixes for class-wc-query.php 2019-01-31 11:18:19 -04:00
Ron Rennick f5f020e6f4 add logic for $main_query parameter in get_meta_query 2019-01-31 11:15:14 -04:00
Galen Wright-Watson 64c76ee8b9 Adds filter for product categories displayed by `product_categories` shortcode. 2019-01-31 15:01:33 +00:00
Mike Jolley effa51829c
Merge pull request #22573 from outis/fix-expired-link
Fix: #22572-can't access settings ("The link you followed has expired")
2019-01-31 14:50:36 +00:00
Mike Jolley 1e3e5a4528
Merge pull request #22580 from woocommerce/fix/22515
recalculate coupons after adding coupon to order
2019-01-31 14:38:59 +00:00
Mike Jolley 5e9253980b
Merge pull request #22566 from jenkoian/change-for-network-media-library-compatibility
Remove possibe superfluous wp_attachment_is_image() filter.
2019-01-31 14:20:35 +00:00
Mike Jolley 8ed1dacdc9
Merge pull request #22581 from woocommerce/fix/22561
include refunded orders in top sellers, earners in sales by product report
2019-01-31 13:51:51 +00:00
Mike Jolley 8c860c65bd
Merge pull request #22554 from woocommerce/fix/seo
Better `@id` generation for product structured data
2019-01-31 13:47:08 +00:00
Mike Jolley ea0e8155eb
Merge pull request #22553 from woocommerce/fix/22449
use `name` for POST/PUT category image name for consistency
2019-01-31 13:46:33 +00:00
Mike Jolley 1dea9d6f48 Merge branch 'enhancement/21758' 2019-01-31 13:44:35 +00:00
Mike Jolley 74cd1ced37 Merge branch 'fix/20710' 2019-01-31 13:37:02 +00:00
Mike Jolley a77578a989
Merge pull request #22347 from woocommerce/fix/20911
Tweak tax handling when exempt of VAT and woocommerce_adjust_non_base…
2019-01-31 13:33:36 +00:00
Mike Jolley effb7b0a64
Merge pull request #22342 from woocommerce/update/22315
Update Emogrifier
2019-01-31 13:32:36 +00:00
Mike Jolley a9bc5cf5ae
Merge pull request #22421 from woocommerce/update/22034
Clarify how discount is applied
2019-01-31 13:30:25 +00:00
Mike Jolley 7df55922ae
Merge pull request #22587 from woocommerce/performance/prime-variation-cache
Prime caches when reading variations
2019-01-31 13:29:28 +00:00
Mike Jolley cb59b2c1d2
Merge pull request #22594 from woocommerce/fix/22583
Keep track of reload checkout when doing ajax order review
2019-01-31 13:28:29 +00:00
Mike Jolley f7f2b99211
Merge pull request #22551 from princeahmed/master
Fix test get request
2019-01-31 13:11:03 +00:00
Mike Jolley db36dea3d0
Merge pull request #22590 from woocommerce/fix/22395
Added more types of input to styling in admin/variations.
2019-01-31 13:10:32 +00:00
Shubham Mathur 1f21fd86c5 Fix for images with no metadata (#22562)
* Fix for images with no metadata

Fix for error when images have no metadata or their metadata is removed.

* Fix for images with no metadata

Fix for error when images have no metadata or their metadata is removed.

* Fix for images with no metadata

Fix for error when images have no metadata or their metadata is removed.

* Fix for images with no metadata

Fix for error when images have no metadata or their metadata is removed.
2019-01-31 13:01:59 +00:00
Mike Jolley c726cd63c7
Merge pull request #22586 from woocommerce/renovate/lint-staged-8.x
Update dependency lint-staged to v8.1.1
2019-01-31 13:00:20 +00:00
Mike Jolley 0c67f54c8e
Merge pull request #22591 from woocommerce/renovate/autoprefixer-9.x
Update dependency autoprefixer to v9.4.7
2019-01-31 12:59:58 +00:00
Mike Jolley 2cc5d279ff
Merge pull request #22593 from woocommerce/fix/22592
Do not escape wc_get_rating_html output
2019-01-31 12:59:16 +00:00
Mike Jolley 133d108bd8
Merge pull request #22269 from Prospress/fix/22247
convert user creation GMT datestamp to local datetime in API
2019-01-31 12:56:40 +00:00
Mike Jolley 01f101a586
Merge pull request #22599 from woocommerce/fix/22232
only set shipping cost required when method is enabled
2019-01-31 12:53:24 +00:00
Mike Jolley 808c90b5df
Merge pull request #22605 from woocommerce/add/22579
Filter for modifying the user queries on customer reports
2019-01-31 12:49:28 +00:00
Mike Jolley c5b28e49be
Merge pull request #22602 from 10by/patch-1
Updating Peruvian currency
2019-01-31 12:42:50 +00:00
Mike Jolley a7853be1f2
Merge pull request #22604 from woocommerce/update/grunt-sass
Gruntfile sass and eslint changes
2019-01-31 12:40:15 +00:00
Mike Jolley 35ec0c24a2
Merge pull request #22616 from tivnet/patch-6
Typo in class-wc-log-levels.php
2019-01-31 12:39:34 +00:00
Gregory Karpinsky 17a59c5004
Typo in class-wc-log-levels.php 2019-01-30 23:31:39 -05:00
Mike Jolley dd981be615 We need auth early 2019-01-30 18:12:33 +00:00
Mike Jolley cd4039e078 Only do includes on rest requests 2019-01-30 17:38:41 +00:00