roykho
ded5c9c7c4
Update unit tests to reflect new base address
2021-04-12 14:13:27 -07:00
roykho
6c7c420d25
Set US:CA as the default store location
2021-04-12 09:28:30 -07:00
Roy Ho
66b39c7ec7
Merge pull request #29322 from woocommerce/fix/ie11-tracking-error
...
IE 11 compatibility for the site tracking enable function
2021-04-09 13:28:45 -07:00
Néstor Soriano
9e8db78ad6
Merge pull request #29631 from raicem/fix/download-permissions
...
Call "wc_downloadable_file_permission" with the right product id
2021-04-09 17:26:55 +02:00
Tam Mullen
2558848198
Merge pull request #29626 from woocommerce/e2e/e2e-fix-products-import-csv-test
...
Fix e2e test merchant import products via csv
2021-04-09 11:58:06 +01:00
Veljko
bdd9fe7318
Add waitForNavigation on Continue clicking
2021-04-09 11:48:17 +02:00
Néstor Soriano
fd09d9f8e9
Merge pull request #29624 from woocommerce/preparation/5.2.0
...
Release preparation: 5.2.0
2021-04-09 09:47:02 +02:00
raicem
91a184dc77
Make the call to "wc_downloadable_file_permission" with the right product id
...
With the PR #23188 , "$product_id" variable become undefined.
2021-04-09 09:39:49 +03:00
Roy Ho
72cc2c2a50
Merge pull request #29422 from Mauricio-Urrego/fix/issue-29421
...
Avoids redirect caused by some custom permalink structures.
2021-04-08 13:24:59 -07:00
Veljko
bc40163155
Make the test more granular
2021-04-08 19:01:54 +02:00
Veljko
fc14a4e5da
Add missing beforeAll code
2021-04-08 17:20:03 +02:00
Nestor Soriano
dddfe437f9
Change stable tag in readme.txt to 5.2
2021-04-08 16:18:03 +02:00
Nestor Soriano
56d44cf989
Collapse changelogs for 5.2 beta and rc, add last minute entries
2021-04-08 16:16:50 +02:00
Tam Mullen
59ed09157b
Merge pull request #29426 from woocommerce/e2e/e2e-merchant-import-products
...
Add new e2e test merchant import products via CSV file
2021-04-08 14:46:31 +01:00
Néstor Soriano
50a502a0f6
Merge pull request #29601 from woocommerce/template-version
...
Bump version for template closes #29595
2021-04-08 15:33:30 +02:00
Roy Ho
a8572e755c
Merge pull request #29613 from woocommerce/fix/29567
...
Don't show the "WooCommerce Setup" widget in dashboard if WC Admin is disabled
2021-04-08 05:39:32 -07:00
Néstor Soriano
439d26be82
Merge pull request #29606 from woocommerce/fix/29545
...
Don't verify empty country codes on checkout
2021-04-08 12:40:13 +02:00
Nestor Soriano
1cf6b9d39e
Extra check for not showing the "WooCommerce Setup" widget in dashboard
...
if WC Admin is disabled
2021-04-08 09:31:51 +02:00
Ron Rennick
af698acc8e
Merge pull request #29509 from woocommerce/add/feedback-label-action
...
add contributor feedback label action
2021-04-07 22:55:20 -03:00
Roy Ho
8052fbe7be
Merge pull request #29605 from woocommerce/fix/28759-billing-shipping-addresses
...
Fix/28759 billing shipping addresses
2021-04-07 14:34:01 -07:00
Barry Hughes
568e1e4f94
Add `@since` tag
2021-04-07 14:11:08 -07:00
Ron Rennick
1affe03ac6
add conditions for github actions and open issues
2021-04-07 17:25:26 -03:00
Claudio Sanches
ec77c3bcc9
Merge pull request #29603 from masteradhoc/masteradhoc-accessibility-strikethrough-price
...
Improve WooCommerce Accessibility - Strikethrough Price
2021-04-07 13:41:08 -03:00
Claudio Sanches
76a930345f
Merge pull request #29586 from masteradhoc/masteradhoc-portugal-states
...
add portugal states
2021-04-07 13:31:30 -03:00
Claudio Sanches
d71fcfda9c
Update i18n/states.php
2021-04-07 13:31:04 -03:00
Brian
52ccacd094
Update states.php
...
change codes again
2021-04-07 17:53:39 +02:00
Nestor Soriano
43a2bb2a24
Don't show the "WooCommerce Setup" widget in dashboard if WC Admin is disabled
2021-04-07 15:38:25 +02:00
Nestor Soriano
a37b2a7474
Don't verify empty country codes on checkout
...
PR #28849 introduced a verification of the posted country code
on checkout, so an invalid code will throw an error. However there
are cases when an empty code is legitimately received, for example
when using Paypal checkout directly from the product page and
the customer doesn't have an address in his Paypal profile.
2021-04-07 09:59:56 +02:00
Barry Hughes
87cdcff52d
Merge branch 'trunk' into fix/28759-billing-shipping-addresses
2021-04-06 17:22:52 -07:00
Brian
778cf448cb
Update data.php
...
fix legacy code test
2021-04-06 23:56:28 +02:00
Brian
50b882905f
Update data.php
...
fix legacy tests
2021-04-06 23:44:36 +02:00
Brian
913c46ac91
Update functions.php
...
fix legacy test
2021-04-06 23:43:53 +02:00
Brian
6ca74affb0
Update class-wc-order.php
...
add aria-hidden="true" to <del>
2021-04-06 23:24:22 +02:00
Brian
e2820e90f9
Update wc-formatting-functions.php
...
add aria-hidden="true" on <del>
2021-04-06 23:15:15 +02:00
Brian
2570510ff4
Update states.php
...
changes requested by claudiosanches and codesnif
2021-04-06 22:17:49 +02:00
Claudio Sanches
855f48d53b
Merge pull request #29314 from woocommerce/fix/prevent-missing-order-error
...
Return 0 if order isn't available in WC_Payment_Gateway::get_order_total
2021-04-06 17:06:54 -03:00
Claudio Sanches
dff620fb20
Merge pull request #29584 from masteradhoc/masteradhoc-patch-typo-fix
...
fix typo in payment methods
2021-04-06 16:59:06 -03:00
roykho
9c59b80820
Bump version for template closes #29595
2021-04-06 11:37:52 -07:00
Veljko V
be44da32de
Merge pull request #29551 from woocommerce/fix/allow-local-slackbot
...
Allow local slackbot
2021-04-06 16:35:48 +02:00
Greg
6d02a3d375
Merge pull request #29600 from woocommerce/fix/smoke-test-schedule
...
Fix tranposed cron schedule
2021-04-06 07:59:41 -06:00
Ron Rennick
1f919d3681
fix tranposed cron schedule
2021-04-06 08:18:45 -03:00
Greg
9834ecec75
Merge pull request #29596 from woocommerce/fix/stalebot-schedule
...
Update parameters on stalebot action
2021-04-05 15:40:44 -06:00
Ron Rennick
6f80b55617
fix transposed cron schedule, change process order
2021-04-05 18:16:12 -03:00
Greg
5aeafe56eb
Merge pull request #29571 from woocommerce/add/smoke-test-daily
...
add smoke test daily log in
2021-04-05 13:32:22 -06:00
Ron Rennick
8bfb2fa8df
Merge pull request #29544 from woocommerce/fix/empty-cart-remove-coupons
...
Remove all coupons before each test run, and clear cart
2021-04-05 16:11:38 -03:00
Claudio Sanches
6f2c19d2bb
Merge pull request #29594 from woocommerce/gitignore
...
gitignore unneeded eslint cache file
2021-04-05 14:50:21 -03:00
Veljko V
701d7fa183
Merge branch 'trunk' into e2e/e2e-merchant-import-products
2021-04-05 17:50:32 +02:00
roykho
85904cfada
gitignore unneeded eslint cache file
2021-04-05 08:20:26 -07:00
Roy Ho
836c9e85b6
Merge pull request #29304 from jacobarriola/patch-1
...
New filter: stock check message
2021-04-05 08:17:09 -07:00
Jacob Arriola
319a45705d
Update WC version
2021-04-05 07:56:05 -07:00