Commit Graph

36922 Commits

Author SHA1 Message Date
Ron Rennick 5a81d8de41 disable setting variation fields in variable product test 2020-12-03 15:09:55 -04:00
Ron Rennick 2718c85f78 Merge branch 'master' into fix/25643 2020-12-03 14:47:52 -04:00
Rodrigo Primo 076d0b7373
Merge pull request #28415 from zzap/patch-3
Make City and Postcode mandatory fields for Serbia
2020-12-02 11:42:24 -03:00
Néstor Soriano af3077bca9
Merge pull request #28467 from woocommerce/fix/28428
Update `lostpassword_post` action and add missing parameter
2020-12-02 15:31:21 +01:00
Néstor Soriano 43f735d0f8
Merge pull request #27558 from PlexusLLC/add_before_set_stock_action 2020-12-02 15:21:05 +01:00
Rodrigo Primo ba538147c1 Update `lostpassword_post` action and add missing parameter
`lostpassword_post` is a WP action that is duplicated in WooCommerce to replicate the functionality to retrieve user password in the 'My Account' pages. WP recently added the variable `$user_data` as a second parameter to this action (a6cecef42f). This commit simply copies this change to the version of the action that we maintain. Similar to what was done in 1a99235dc8 when a first parameter as added to the action in WP and we had to do the same in WC core.
2020-12-02 09:52:58 -03:00
pjv b4fdf17215
Update includes/data-stores/class-wc-product-data-store-cpt.php
Co-authored-by: Néstor Soriano <konamiman@konamiman.com>
2020-12-02 06:49:56 -06:00
Néstor Soriano f1c4c4632f
Merge pull request #28458 from woocommerce/fix/28434
Add 'Ladakh' to the list of Indian states
2020-12-02 12:13:20 +01:00
Roy Ho acd78d43f6
Merge pull request #27451 from haydenw/fix-27339
Fix #27339
2020-12-01 13:28:54 -08:00
Rodrigo Primo 23f4e0b0ac Fix PHPCS violation 2020-12-01 16:10:35 -03:00
Roy Ho f698fbdeee
Merge pull request #28403 from bordoni/issue/28291
Prevent non-numeric values from throwing a Warning on PHP 7.4+
2020-12-01 10:43:13 -08:00
Rodrigo Primo 1c419ce1f7 Add 'Ladakh' to the list of Indian states
'Ladakh' is a new Indian state that is listed in CLDR (https://github.com/unicode-org/cldr/blob/release-37/common/subdivisions/en.xml#L2257), but it was missing in WooCommerce. This commit simply adds it to `i18n/states.php`.
2020-12-01 15:33:41 -03:00
Gustavo Bordoni d6d68ed9cd
Remove white space. 2020-12-01 13:16:53 -05:00
Roy Ho 57b1f2e3c5
Merge pull request #28448 from woocommerce/renovate/config-3.x
Update dependency config to v3.3.3
2020-12-01 09:00:41 -08:00
Roy Ho 53d4eb6d46
Merge pull request #28449 from woocommerce/renovate/deasync-0.x
Update dependency deasync to v0.1.21
2020-12-01 08:59:44 -08:00
Roy Ho 3e2d57f832
Merge pull request #28450 from woocommerce/renovate/grunt-stylelint-0.x
Update dependency grunt-stylelint to v0.16.0
2020-12-01 06:52:34 -08:00
Renovate Bot 5eaafaeea7
Update dependency grunt-stylelint to v0.16.0 2020-12-01 14:26:13 +00:00
Renovate Bot b95e88fd36
Update dependency deasync to v0.1.21 2020-12-01 14:21:43 +00:00
Renovate Bot 7ffa622b30
Update dependency config to v3.3.3 2020-12-01 14:17:11 +00:00
Roy Ho 931b8e4c9c
Merge pull request #28447 from woocommerce/renovate/babel-monorepo
Update babel monorepo
2020-12-01 05:59:35 -08:00
Renovate Bot b162a1dd8d
Update babel monorepo 2020-12-01 00:59:25 +00:00
Roy Ho 78e8fb00d2
Merge pull request #28440 from mathiasdb/patch-1
Update wc-formatting-functions.php
2020-11-30 07:37:44 -08:00
Roy Ho 89efae43a1
Merge pull request #28416 from woocommerce/fix/issue-27154
Fix/issue 27154
2020-11-30 06:14:15 -08:00
Tam Mullen 0877fd5233
Merge pull request #28041 from woocommerce/packages/e2e/custom-initialization
add support for custom container initialization script
2020-11-27 20:13:02 +00:00
Roy Ho d795ecb6b9
Merge pull request #28351 from OlegApanovich/fix/27923
Fix toggle chevron issue in admin edit product data attribute section
2020-11-27 05:42:34 -08:00
OlegApanovich 26dae12279 Fix toggle chevron issue in admin edit product data attribute section #27923
After chevron clicking on attribute section complete edit product data section toggled insted cliackig area.
Key point issue is missing 'postbox' class of wordpress postbox.js library for a attribute block that we try to toggle.
2020-11-27 11:50:44 +02:00
Néstor Soriano f647ffc492
Merge pull request #28414 from woocommerce/fix/issue-28267
Switch to general panel when virtual is enabled and on shipping tab c…
2020-11-26 15:40:34 +01:00
Ron Rennick 0e29912b14 merge master 2020-11-25 21:29:19 -04:00
Milana Cap 5fae30bea0
Make City and Postcode mandatory fields for Serbia
As these fields were mandatory for Serbia from the beginning, making them optional by default is causing shop owners additional effort to set them back to mandatory. This PR is making them mandatory by default.

Fixes #28366
2020-11-25 22:36:44 +01:00
roykho 3981377809
Strip the tags from product description on all other select2 fields that performs searches 2020-11-25 13:32:50 -08:00
roykho 9f12b34237
Fix unwanted html tags showing when searching products in select2 closes #27154 2020-11-25 13:15:56 -08:00
roykho beebbb8e25
Switch to general panel when virtual is enabled and on shipping tab closes #28267 2020-11-25 10:12:24 -08:00
Rodrigo Primo 97c0a62f7e
Merge pull request #28392 from woocommerce/renovate/automattic-jetpack-constants-1.x
Update dependency automattic/jetpack-constants to v1.5.1
2020-11-25 08:42:12 -03:00
Renovate Bot efbd5aa52c
Update dependency automattic/jetpack-constants to v1.5.1 2020-11-25 11:10:58 +00:00
Rodrigo Primo 5def5f2efa
Merge pull request #27470 from woocommerce/renovate/automattic-jetpack-autoloader-2.x
Update dependency automattic/jetpack-autoloader to v2.6.0
2020-11-25 08:01:40 -03:00
Gustavo Bordoni 2909be0777
Prevent non-numeric values from throwing a Warning on PHP 7.4+
Resolves #28291
2020-11-25 00:10:04 -05:00
Renovate Bot bfbf556c96
Update dependency automattic/jetpack-autoloader to v2.6.0 2020-11-25 03:08:35 +00:00
Christopher Allford 5bbdcc343d
Merge pull request #28397 from woocommerce/update/4.7.1-changelog
4.7.1 changelog
2020-11-24 17:32:02 -08:00
Claudio Sanches 22352b873d 4.7.1 changelog 2020-11-24 22:28:55 -03:00
Christopher Allford b8b9ec5c19
Merge pull request #28357 from woocommerce/update/wc-admin-1.7.2
Version bump wc-admin 1.7.2
2020-11-24 17:26:26 -08:00
Fernando Marichal 83c170b88e Version bump wc-admin 1.7.2 2020-11-24 17:10:48 -08:00
Christopher Allford 204107efdb
Merge pull request #28375 from woocommerce/update/wc-blocks-3.8.1
Bump WooCommerce Blocks package dependency to 3.8.1
2020-11-24 16:46:13 -08:00
Christopher Allford 686872a237
Merge pull request #28134 from woocommerce/add/2021-compat
Add support for Twenty Twenty-One theme
2020-11-24 16:26:34 -08:00
Jonathan Sadowski a8c2bac9b2 Update the my account page colors 2020-11-24 18:02:06 -06:00
jonathansadowski c2516d29d5
Merge pull request #28385 from woocommerce/add/2021-compat-my-account-page
Add "My Account" page compatibility for Twenty Twenty-One
2020-11-24 17:53:39 -06:00
Jonathan Sadowski c29aafd66d Update targeting for account page styles 2020-11-24 17:52:17 -06:00
jonathansadowski ebbf6b9d2e
Merge branch 'add/2021-compat' into add/2021-compat-my-account-page 2020-11-24 17:45:43 -06:00
Nestor Soriano 6fef73f469 Fix overlapping elements in shop items. 2020-11-24 15:36:14 -08:00
jonathansadowski 2f3701739d
Merge pull request #28395 from woocommerce/update/2021-compat-cart
Twenty Twenty-One: Cart Page
2020-11-24 17:09:41 -06:00
Christopher Allford 333e2e5137
Merge pull request #28333 from woocommerce/add/2021-compat-single-product
Add single product page compatibility for Twenty Twenty-One
2020-11-24 15:09:14 -08:00