Commit Graph

29278 Commits

Author SHA1 Message Date
Mike Jolley e84ed1937c 22350 2019-01-16 14:49:05 +00:00
Mike Jolley 01c68a29d7 21961 2019-01-16 13:02:14 +00:00
Mike Jolley a34935d7f9 22316 2019-01-16 11:50:33 +00:00
Mike Jolley 18641ebe6b Readme 2019-01-16 11:35:51 +00:00
Mike Jolley 9be34ca346 22255 2019-01-14 17:05:31 +00:00
Mike Jolley 963abc4340 22165 2019-01-14 17:02:57 +00:00
Mike Jolley 6081c78315 22257 2019-01-14 17:01:10 +00:00
Mike Jolley 1d086d459d 21153 2019-01-10 12:28:41 +00:00
Mike Jolley 5b0588bed3 21991 2019-01-10 12:25:49 +00:00
Mike Jolley 30e175aa35 21991 2019-01-09 17:02:05 +00:00
Mike Jolley 2a291e410c 21927 2019-01-09 16:52:43 +00:00
Mike Jolley 80dae0fe1b 22123 2019-01-09 11:53:21 +00:00
Mike Jolley 55959fc598 22333 2019-01-09 11:28:03 +00:00
Mike Jolley 3680e3a5fb 21553 2019-01-08 15:01:28 +00:00
Mike Jolley 0577851a3a 21764 2019-01-08 14:24:19 +00:00
Mike Jolley d0b88a7bfe 21537 2019-01-07 13:12:37 +00:00
Mike Jolley c9d4459f2b 22005 2019-01-07 13:06:23 +00:00
Mike Jolley 37059d83a5 21442 2019-01-07 12:53:00 +00:00
Mike Jolley ef3afc8566 21402 2019-01-07 12:51:10 +00:00
Mike Jolley 05b92841db 21945 2019-01-07 12:42:16 +00:00
Mike Jolley b044d5af59 3.6 rolling readme 2019-01-07 11:27:05 +00:00
Claudiu Lodromanean 1612d2a230
Merge pull request #22074 from Prospress/fix/22068
ensure product parent exists before getting its image
2019-01-04 09:37:03 -08:00
Claudiu Lodromanean 99da8f4aa4
Merge pull request #22026 from Prospress/fix/21743
fix `0` value attribute permalink, property in REST api
2019-01-04 09:35:34 -08:00
Mike Jolley cea9b59523
Merge pull request #22088 from thenbrent/issue_22087
Make webhook scheduled actions unique
2019-01-04 14:30:47 +00:00
Brent Shepherd 0593450ed3 Make webhooks scheduled actions unique
Fixes #22087
2019-01-04 14:27:08 +00:00
Brent Shepherd b924e36f11 Fix WC_Action_Queue::get_next() return value 2019-01-04 14:27:01 +00:00
Mike Jolley 52605d89ec
Merge pull request #22250 from Prospress/update-npm-3.5.0
update npm package version to 3.5.0
2019-01-04 13:54:07 +00:00
Mike Jolley 295a1ce08f
Merge pull request #22114 from Prospress/fix/22113
use refresh() instead of reassigning href property
2019-01-04 13:52:38 +00:00
Mike Jolley 502a25a2fa
Merge pull request #22096 from woocommerce/fix/formatted_address_upper
Use wc_strtoupper on formatted address
2019-01-04 13:04:08 +00:00
Mike Jolley 6b1d8fbb57 Merge branch 'master' of https://github.com/woocommerce/woocommerce 2019-01-04 12:44:11 +00:00
JeroenSormani f4775ccd90 Use shipping method instead of property through magic + doc return statements 2019-01-04 12:41:38 +00:00
Mike Jolley 9e1da0214a
Merge pull request #22268 from rodrigoprimo/update-travis-php-73
Use WP latest instead of 5.0-beta3 to run the PHP 7.3 Travis build job
2019-01-04 12:30:44 +00:00
claudiulodro 3c3894b676 Bump wc_version since 3.6 development has begun 2019-01-02 12:11:35 -08:00
Claudiu Lodromanean ef05bfccfc
Merge pull request #22214 from Prospress/fix/22213
remove em tags from translated string
2019-01-02 12:04:28 -08:00
Claudiu Lodromanean 89740f9583
Merge pull request #22204 from woocommerce/fix/22201
Restore empty schema support for register_rest_field
2019-01-02 12:03:41 -08:00
Claudiu Lodromanean 87a03b2331
Merge pull request #22189 from Prospress/fix/22186
Allow sale price to 23:59:59 on last sale date
2019-01-02 12:02:52 -08:00
Claudiu Lodromanean 34f472fdf2
Merge pull request #22185 from woocommerce/fix/21735
Don't wrap layered nav wp_json_encode string in quotes
2019-01-02 12:01:21 -08:00
Claudiu Lodromanean d1964d5cb5
Merge pull request #22183 from codemascot/fix/22182
Fix for issue #22182
2019-01-02 12:00:35 -08:00
Claudiu Lodromanean 2f82039869
Merge pull request #21938 from Prospress/fix/21935
Unescape imported escaped CSV formulas in product attributes
2019-01-02 11:59:39 -08:00
Claudio Sanches 13744479f1 Changelog for 3.5 patch releases 2018-12-20 13:28:13 -02:00
Claudio Sanches a43ae35a6e
Merge pull request #22273 from woocommerce/fix/22271
Fix orders list in the admin
2018-12-20 11:08:01 -02:00
Rodrigo Primo ff74ecec86 Fix orders list in the admin
WP 5.0.2, which was released yesterday, sets `$query_vars['post_status']` to an empty string instead of leaving it unset (https://core.trac.wordpress.org/ticket/45719 and https://core.trac.wordpress.org/changeset/44185). This change broke the WC orders list in the admin when listing orders of all post statuses as we were checking if `$query_vars['post_status']` was not set to add all order statuses to this variable (125eaaf241/includes/admin/list-tables/class-wc-admin-list-table-orders.php (L799)).

To workaround this problem, this commit changes the check to verify if `$query_vars['post_status']` is empty instead of verifying if it is not set.
2018-12-20 09:56:02 -02:00
Rodrigo Primo 948a1dc300 Fix PHPCS violations automatically using PHPCBF 2018-12-20 09:48:14 -02:00
Rodrigo Primo 125eaaf241 Merge branch 'master' of github.com:woocommerce/woocommerce 2018-12-19 13:31:34 -02:00
Rodrigo Primo 941217719e phpcs fixes using phpcbf 2018-12-19 13:31:11 -02:00
Ron Rennick 0456cb7323 update second instance of href reassign in cart.js, props @joshuatf 2018-12-19 11:19:47 -04:00
Ron Rennick dc41135a05 use reload() instead of reassigning href property 2018-12-19 11:16:59 -04:00
Rodrigo Primo cb0c23d6ab
Merge pull request #22244 from faisal-alvi/fix-22234
Fix-22234
2018-12-19 12:42:48 -02:00
Rodrigo Primo dd816cf8d1 Merge branch 'master' of github.com:woocommerce/woocommerce 2018-12-19 12:40:33 -02:00
Rodrigo Primo 0cb992925d phpcs fix using phpcbf 2018-12-19 12:40:02 -02:00