roykho
c92650df2b
Add paths input for install build workflow
2022-05-19 08:29:38 -07:00
Sonhui
1376f8acda
Hide post code for Belize, and make state optional ( #32731 )
2022-05-19 16:01:24 +01:00
“Chris
d569cf463a
Add docblock
2022-05-19 17:41:09 +03:00
Jorge A. Torres
d2d8efa7fc
Merge pull request #32857 from woocommerce/cot/backfill
...
Implement backfill for update posts records from COT
2022-05-19 15:00:15 +01:00
Adrian Duffell
d1fdc2aecc
Update Icon for TikTok for WooCommerce extension ( #33112 )
...
* Add tiktok onboarding icon
* Change tiktok extension icon to normal logo
* Remove tiktok for business icon
* Add changelog
2022-05-19 20:00:35 +08:00
Chi-Hsuan Huang
29c256bbf4
Update pnpm-lock.yaml
2022-05-19 16:57:31 +08:00
Chi-Hsuan Huang
c967e9125f
Add changelog
2022-05-19 16:56:27 +08:00
Chi-Hsuan Huang
ff5417c99f
Migrate @woocommerce/customer-effort-score to TS
2022-05-19 16:55:43 +08:00
Chi-Hsuan Huang
b1b590c68c
Convert woo date to TS
2022-05-19 16:38:56 +08:00
Nestor Soriano
71e0fd92d6
Move the base table migration classes outside CustomOrderTable directory
...
These classes are generic and don't depend on the custom orders table
functionality, so they are moved from src/Database/Migrations/CustomOrderTable
to just src/Database/Migrations.
2022-05-19 10:26:59 +02:00
Chi-Hsuan Huang
16a3fa7b38
Migrate @woocommerce/csv-export to TS
2022-05-19 16:18:14 +08:00
Néstor Soriano
59a66968f8
Merge pull request #33109 from woocommerce/move-DatabaseUtil-class-to-proper-directory
...
Move the DatabaseUtil class to the proper directory
2022-05-19 09:59:45 +02:00
Nestor Soriano
469c5a1aea
Change references to "orders" to "entities" in generic table migrators
2022-05-19 09:48:04 +02:00
Nestor Soriano
c4b498d13f
Remove the MigrationErrorLogger class as it's not used.
2022-05-19 09:43:41 +02:00
Nestor Soriano
9e42028c98
Add changelog file
2022-05-19 09:20:10 +02:00
Nestor Soriano
dbbef8ff8a
Move the DatabaseUtil class to the proper directory
...
The class is in the Automattic\WooCommerce\Internal\Utilities namespace,
but it was wrongly placed in the src/Utilities directory. It has been
moved to usr/Internal/Utilities without changing the namespace, thus
no code changes are required.
2022-05-19 09:12:51 +02:00
Chi-Hsuan Huang
9fbe58833b
Update chartType check
2022-05-19 15:03:01 +08:00
Chi-Hsuan Huang
aebefa45c6
Change type check error to warn
2022-05-19 15:00:20 +08:00
Chi-Hsuan Huang
c152efb71a
Add changelog
2022-05-19 14:48:55 +08:00
Chi-Hsuan Huang
172a50cab0
Migrate @woocommerce/date to TS
2022-05-19 14:48:32 +08:00
rodelgc
7e49c151b7
Update publish-test-reports if condition ( #33085 )
...
Prevent running the "Publish test report" job when none of the tests ran
2022-05-19 11:20:33 +08:00
Vedanshu Jain
5ab229d217
Merge pull request #32957 from woocommerce/add/experiment-subscriptions-admin-menu-1
2022-05-19 08:32:15 +05:30
James Allan
3cecb3d72c
Introduce susbcriptions menu item slug constant
2022-05-19 11:14:32 +10:00
James Allan
3aa2294968
Use date created and status order filter for order eligiblity check
...
Using these two order properties instead of the paid_date field is more performance friendly
as both fields are in the wp-posts table - not in the post_meta table.
ref: 71e9657e52 (r875545984)
2022-05-19 10:42:53 +10:00
Chris Aprea
98e23a8156
Only add the inline script if the store is eligible for the experiment
2022-05-19 10:11:27 +10:00
Moon
9b7bf2cf16
Merge pull request #32974 from woocommerce/update/32410-deprecated-wca-classes-have-wca-versions
...
Use the core version for the @deprecated tags in WCA
2022-05-18 16:11:10 -07:00
Barry Hughes
2b6097535b
Merge pull request #33091 from DavidAnderson684/patch-8
...
Check results of calling WP_Filesystem()
2022-05-18 15:07:43 -07:00
barryhughes
a642db3d41
Add changelog.
2022-05-18 21:38:34 +00:00
David Anderson
dbd3c71ee8
Update plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2022-05-18 21:22:13 +00:00
barryhughes
a1279e67c6
Switch to cast to coerce values into floats.
2022-05-18 20:43:38 +00:00
Barry Hughes
1ce91eb70f
Merge pull request #33078 from woocommerce/add/pay-for-order-express-checkout-action
...
Adding the action to the Pay for Order shortcode
2022-05-18 11:46:35 -07:00
Radoslav Georgiev
303e7e27a1
Adding available_gateways to the filter
2022-05-18 20:57:00 +03:00
Radoslav Georgiev
1c813ea3fb
Adding a docblock to the order button filter as well
2022-05-18 18:16:25 +03:00
Radoslav Georgiev
f73cbb6671
Adding a @since to the docblock comment.
2022-05-18 18:05:27 +03:00
Roy Ho
4ac7ea4518
Merge pull request #33075 from woocommerce/dev/resuable-actions
...
Add composite install and build action
2022-05-18 06:33:19 -07:00
David Anderson
01b248c8df
Check results of calling WP_Filesystem()
2022-05-18 10:36:48 +00:00
Ilyas Foo
045b9e6cf3
Fix nested link in products import task ( #33088 )
...
* Fix nested links by using onClick event instead
* Changelog
2022-05-18 17:57:25 +08:00
vedanshujain
7ff0ba8061
Applied coding standards.
2022-05-18 13:24:42 +05:30
RJ
f637dd2bb7
Add: temporary workaround to add experiment metadata for task_view ( #33052 )
...
rigged a workaround to let products task report its experimental assignment
2022-05-18 15:24:48 +08:00
RJ
31922c1da9
Merge pull request #33083 from woocommerce/fix/broken-events-tracking-assignment-to-const
...
fix: broken event tracking due to assignment to const
2022-05-18 11:16:02 +08:00
Chi-Hsuan Huang
9a15f68f3f
Merge pull request #33068 from woocommerce/update/33062-subscriptions-product-type-only-in-the-us
...
Update add product task to only show "subscriptions" product type for stores in the US
2022-05-18 11:12:52 +08:00
Chi-Hsuan Huang
00d761b8c4
Merge pull request #33082 from woocommerce/fix/update-wcpay-banner-tos-link
...
Fix payment settings banner TOS link
2022-05-18 11:12:25 +08:00
RJChow
b8bd4bb5ca
fix: broken event tracking due to assignment to const
2022-05-18 10:28:27 +08:00
Chi-Hsuan Huang
3ba19b3ab5
Add changelog
2022-05-18 10:21:49 +08:00
Chi-Hsuan Huang
1a87301894
Fix payment settings banner tos link
2022-05-18 10:21:29 +08:00
Chi-Hsuan Huang
c551477248
Hide subscription product type when store country is unknown
2022-05-18 10:18:57 +08:00
Chi-Hsuan Huang
103afc0c6d
Add changelog
2022-05-18 10:15:45 +08:00
Chi-Hsuan Huang
017d8c2a80
Update product task to only show subscription product type for merchants in the US
2022-05-18 10:15:44 +08:00
Chi-Hsuan Huang
657e40ed98
Convert getProductTypes method to use object param
2022-05-18 10:15:17 +08:00
Chi-Hsuan Huang
c8146d6c5d
Merge pull request #33071 from woocommerce/fix/33055-skip-payment-welcome-screen-for-wcpay-setup
...
Skip payment welcome screen for WCPay banner experiment
2022-05-18 10:07:00 +08:00