Commit Graph

31003 Commits

Author SHA1 Message Date
Gerhard 778245bc43 Revert test 2019-03-20 16:06:11 +02:00
Gerhard 4edd63fedf usort not uasort 2019-03-20 14:06:13 +02:00
Gerhard fb0e2db448 Keep track of version numbers in seperate variable before sorting it 2019-03-20 14:05:12 +02:00
Gerhard 6234b7bd13 uasort does not return a value but instead works by reference. 2019-03-20 14:00:26 +02:00
Gerhard b97e780b0b Use version_compare for finding the latest version and not max as it is not string friendly. 2019-03-20 13:56:57 +02:00
Mike Jolley 7c42ac0a29 Also remove hardcoding of attributes on frontend state fields 2019-03-19 16:59:22 +00:00
Mike Jolley f2ca110a46 Add default text using .text() 2019-03-19 16:59:16 +00:00
Mike Jolley 5bb58cc14b Add props via jquery, not direct 2019-03-19 16:59:08 +00:00
Mike Jolley 986375862e
Merge pull request #23057 from freer4/patch-1
Allow extension of WC_Breadcrumb class
2019-03-18 11:38:01 +00:00
Mike Jolley 81a4b81e7c
Merge pull request #23066 from woocommerce/fix/23055
preventDefault when dismissing store notices
2019-03-18 11:12:26 +00:00
Gerhard 2b90cf845e Pass event as parameter. 2019-03-18 13:09:38 +02:00
Mike Jolley 3070961783 Merge branch 'pr/23047' 2019-03-18 11:02:33 +00:00
Mike Jolley 5d22b3a2eb data check 2019-03-18 11:02:26 +00:00
Mike Jolley 4130f737fc Merge branch 'master' of https://github.com/woocommerce/woocommerce 2019-03-18 10:59:58 +00:00
Mike Jolley 4d975a6e62 Merge branch 'pr/23054' 2019-03-18 10:59:55 +00:00
Mike Jolley cbb92ef86c combine check 2019-03-18 10:59:43 +00:00
Mike Jolley 37bc893aba
Merge pull request #23039 from woocommerce/update/plugin-rating-notice-text
Update the rating request text in the footer to be friendlier for screen reader users
2019-03-18 10:38:53 +00:00
Mike Jolley 10b266439a
Merge pull request #23050 from JeroenSormani/checkout-input-fields
Recognize all input fields with ID for checkout fields
2019-03-18 09:50:43 +00:00
Mike Jolley 88009929b7
Merge pull request #23065 from woocommerce/fix/lookup-table-notice-typo
Fix typo in lookup table notice markup
2019-03-18 09:38:36 +00:00
Gerhard 63f8359491 preventDefault when dismissing store notice, this fixes jumping of page to top when clicking store notices at the bottom of the page. 2019-03-18 10:23:25 +02:00
Gerhard a7571c71c1 Fix typo in lookup table notice markup 2019-03-18 10:11:05 +02:00
freer4 701d92233c
Allow extension of WC_Breadcrumb class
Changing the private class methods to protected allows extending the class to work with the built-in functionality. 

The desired effect - removing the "Shop" crumb - was not possible with the few filters available interspersed in this class. 

After much hair-pulling over the simple task of excluding one breadcrumb and the stubborn refusal to copy-pasta the entire class into my theme, I choose to extend the WC_Breadcrumb class to override the already-public add_crumb method. Without access to the other methods on the class, this was futile. 

There are several asks around the web for removing or updating the breadcrumbs. The accepted answer to these appears to be to "just hide it with CSS" which is a poor workaround.
2019-03-17 02:43:00 -04:00
Silicon Forks 19a7bb82a0 Fix image regeneration check when image is not cropped
Resolves #21800.
2019-03-16 12:39:40 -03:00
JeroenSormani 5faab22c77 Merge remote-tracking branch 'upstream/master' into checkout-input-fields 2019-03-16 10:46:49 +01:00
JeroenSormani 772244d82f Recognize all :input checkout fields with ID, not just input (JS) 2019-03-16 10:46:18 +01:00
Mike Jolley 741bd5ba6d
Merge pull request #23046 from woocommerce/renovate/eslint-5.x
Update dependency eslint to v5.15.2
2019-03-15 18:41:08 +00:00
Renovate Bot 0e6a605a61
Update dependency eslint to v5.15.2 2019-03-15 18:13:42 +00:00
Timmy Crawford 20d131b514
Merge pull request #23045 from woocommerce/update/block-library-2.x
Update @woocommerce/block-library to 2.0.0-rc1
2019-03-15 11:12:50 -07:00
Kelly Dwan 3f5aaad117 Update @woocommerce/block-library to 2.0.0-rc1 2019-03-15 13:06:38 -04:00
Kelly Dwan b066922c40 Update the rating request text in the footer to be friendlier for screen reader users 2019-03-15 12:05:27 -04:00
Mike Jolley 9b9e31500f Merge branch 'master' of https://github.com/woocommerce/woocommerce 2019-03-15 12:21:59 +00:00
Mike Jolley f90f0203b5 Grunt dev 2019-03-15 12:21:51 +00:00
Mike Jolley 7c22d9439f
Merge pull request #23037 from woocommerce/update-readme-tested-up-to-5.1
Tested up to bumped to 5.1
2019-03-15 11:37:23 +00:00
Peter Fabian 6405b9cdec Tested up to bumped to 5.1 2019-03-15 12:35:07 +01:00
Claudio Sanches a425e92672 Removed legacy "Orders index" tool 2019-03-15 11:34:32 +00:00
Mike Jolley ccc5805632 Use secure and http cookies 2019-03-15 11:34:10 +00:00
Mike Jolley f41fb6d938
Merge pull request #23036 from woocommerce/update/version/3.6.0-beta.1
Update version 3.6.0-beta.1
2019-03-15 11:26:57 +00:00
Mike Jolley bd34e89314 Merge branch 'pr/23035' 2019-03-15 11:25:10 +00:00
Mike Jolley 0ae50509ce code standards 2019-03-15 11:25:04 +00:00
Gerhard Potgieter 296df9ab2e
Merge pull request #23034 from woocommerce/renovate/autoprefixer-9.x
Update dependency autoprefixer to v9.5.0
2019-03-15 07:55:19 +02:00
Timmy Crawford 5220d251d8 Update version 3.6.0-beta.1 2019-03-14 19:23:56 -07:00
Timmy Crawford 337d0422b3
Merge pull request #22355 from woocommerce/readme/3.6.0
Rolling 3.6.0 readme
2019-03-14 17:54:22 -07:00
Timmy Crawford e1c09b4609
Merge pull request #22973 from woocommerce/update/22545
Revised sale start/end date save logic
2019-03-14 17:53:40 -07:00
Timmy Crawford 30fcfbd212 22973 2019-03-14 16:19:45 -07:00
Timmy Crawford 7e284a36da 23031 and 23033 2019-03-14 15:57:27 -07:00
Timmy Crawford fc4f67eb3d
Merge pull request #23033 from woocommerce/fix/23018
Wizard mobile styles
2019-03-14 15:53:53 -07:00
Claudio Sanches d365497a66 Fixed coding standards 2019-03-14 19:48:47 -03:00
Timmy Crawford ade88ffc31
Merge pull request #23031 from woocommerce/update/update-routine-lookup-table
Lookup table updates over CLI
2019-03-14 12:45:09 -07:00
Daniel Kudwien 7702f773b9 Fixed WooCommerce writes current_theme_supports_woocommerce option on every page view. 2019-03-14 20:09:43 +01:00
Renovate Bot 538ca786e7
Update dependency autoprefixer to v9.5.0 2019-03-14 18:29:41 +00:00