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
Ron Rennick
53fd108b1b
implement peer dependencies in e2e packages
2020-12-03 11:55:02 -04: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
Philipp Bammes
c84f4600e3
Simplify `reload_checkout` expression
2020-12-02 15:01:07 +01:00
Rodrigo Primo
de6d55eef9
Use single quotes inside MySQL query to avoid issues with ANSI_QUOTES
...
This commit replaces double quotes with single quotes inside a MySQL query to avoid a syntax error when the SQL mode ANSI_QUOTES is enabled in MySQL. When this mode is enabled, MySQL treats double quotes as identifiers (like the backtick character) instead of as string delimiters. Before this change, sites running with this mode enabled wouldn't be able to add products to orders created manually in the admin as the modified query would fail (other places that also use product search including variations would fail as well). The commit that introduced this issue shipped in WC 4.5.0 (see https://github.com/woocommerce/woocommerce/pull/27171 ).
2020-12-02 10:37:46 -03: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
Ron Rennick
60556ea288
update package changelogs
2020-12-01 19:19:10 -04:00
Ron Rennick
a21f9e24a4
add config to package.json in utils, core tests
2020-12-01 18:03:50 -04: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
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