Commit Graph

36964 Commits

Author SHA1 Message Date
Ron Rennick a47cb707b3 fix merge conflict 2020-12-04 14:52:38 -04:00
Christopher Allford 97a5bf1347
Merge pull request #28494 from woocommerce/fix/2021-notices-and-cart-image
Twenty Twenty-One Compatibility: Fix issues with notice display and cart product images
2020-12-03 16:47:14 -08:00
Jonathan Sadowski c7a1a627d4 2021 compat: improve error notice display on checkout page 2020-12-03 18:29:28 -06:00
Jonathan Sadowski 70299e7f12 2021 compat: improve error notice display on cart page 2020-12-03 18:27:40 -06:00
Jonathan Sadowski 4c9ce8cd74 2021 Compat: Fix stretched product image on cart page 2020-12-03 18:23:14 -06:00
jonathansadowski 7e12cba4d1
Merge pull request #28407 from woocommerce/add/2021-compat-my-account-details
Add "My Account - Details" page compatibility for Twenty Twenty-One
2020-12-03 17:52:10 -06:00
Jonathan Sadowski 0582632cbd Update account details form to use CSS vars for border size and color 2020-12-03 17:50:23 -06:00
Christopher Allford 83387e684e
Merge pull request #28491 from woocommerce/update/woocommerce-admin/1.7.3
Update woocomerce-admin to 1.7.3
2020-12-03 15:49:54 -08:00
Christopher Allford 1424bc5a5c
Merge pull request #28443 from woocommerce/add/2021-compat-my-account-add-payment-method
Add "My Account - Payment Methods" page compatibility for Twenty Twenty-One
2020-12-03 15:41:22 -08:00
Christopher Allford 7e4c2a9f91
Merge branch 'master' into add/2021-compat-my-account-add-payment-method 2020-12-03 15:23:48 -08:00
Christopher Allford e692171b81
Merge pull request #28420 from woocommerce/add/2021-compat-downloads-page
Add "My Account - Downloads" page compatibility for Twenty Twenty-One
2020-12-03 15:23:06 -08:00
Christopher Allford ddd0750bed
Merge branch 'master' into add/2021-compat-downloads-page 2020-12-03 15:20:23 -08:00
Christopher Allford e39f6e12d7
Merge pull request #28406 from woocommerce/add/2021-compat-my-account-orders-page
Add "My Account - Orders" page compatibility for Twenty Twenty-One
2020-12-03 15:13:11 -08:00
Christopher Allford bc9143166e
Merge pull request #28492 from woocommerce/add/2021-single-product-page-mobile-compat
2021 Theme Compat: Update the single product page and the sales badge for mobile.
2020-12-03 14:51:21 -08:00
jonathansadowski 707ceb4e3d
Merge branch 'master' into add/2021-compat-my-account-details 2020-12-03 16:31:39 -06:00
jonathansadowski 2376120941
Merge pull request #28433 from woocommerce/add/2021-compat-my-account-addresses-page
Add "My Account - Edit Address" page compatibility for Twenty Twenty-One
2020-12-03 16:24:10 -06:00
jonathansadowski d2a4e056cd
Merge pull request #28340 from woocommerce/add/2021-compat-shop-page
Add shop page compatibility for Twenty Twenty-One
2020-12-03 16:15:32 -06:00
Jonathan Sadowski 5a1994284b Adjust gallery trigger to not overlap with sale badge; keep sale badge always on right 2020-12-03 15:30:08 -06:00
Timmy Crawford 098d654dd4 Update woocomerce-admin to 1.7.3 2020-12-03 13:26:44 -08:00
Christopher Allford 0d04b0180e
Merge pull request #28465 from woocommerce/fix/27711
Correct Puerto Rico address validation
2020-12-03 12:20:43 -08:00
Christopher Allford 57e0de341e
Merge branch 'master' into fix/27711 2020-12-03 12:11:29 -08:00
Jonathan Sadowski 687f9b67d7 2021 compat: Update table on downloads page to support dark mode 2020-12-03 14:04:44 -06:00
Christopher Allford 6780e3e07d Added appropriate postcode formatting for Puerto Rico 2020-12-03 11:57:30 -08:00
Jonathan Sadowski 9d0da2a16c 2021 compat: Fix payment methods table background mobile styling 2020-12-03 13:56:46 -06:00
Jonathan Sadowski 4393319c61 2021 compat: Update payment methods table background on account page to support dark mode 2020-12-03 13:52:30 -06:00
Jonathan Sadowski 5db955459b Update 2021 compat for my-account orders so that divisors use body color 2020-12-03 13:12:37 -06:00
Rodrigo Primo 39b0d83b4d
Merge pull request #28358 from szepeviktor/patch-1
Fix types in WC_Payment_Gateway
2020-12-03 15:51:50 -03:00
Jonathan Sadowski 58bdca2b5c Merge branch 'master' into add/2021-compat-my-account-orders-page 2020-12-03 12:40:46 -06:00
Jonathan Sadowski f095ca5b3d Update 2021 orders page table backgrounds to work with dark mode 2020-12-02 17:28:11 -06: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
Nestor Soriano 7a34fbcbde Merge branch 'master' into add/2021-compat-shop-page 2020-12-02 11:57:38 +01:00
Nestor Soriano ddf46a5186 Don't invert prev/next colors for 2021 theme 2020-12-02 08:59:35 +01:00
Christopher Allford d59b47903f Fixed Puerto Rico address localization
* Renamed "City" to "Municipality"
* Made "State" not required and hidden
* Added ZIP code validation
2020-12-01 16:24:58 -08: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
Jonathan Sadowski bc9e7e78f8 Adjust sale badge size between 668 and 768px viewports 2020-12-01 10:47:03 -06:00
Jonathan Sadowski ffc7502583 Remove font exception for sale badge on smaller viewports 2020-12-01 10:42:53 -06: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