Chi-Hsuan Huang
c4c2d160ff
Merge pull request #32914 from woocommerce/add/32811-import-prdocuts-tracks
...
Add tracks for experimental import products task
2022-05-10 08:14:40 +08:00
louwie17
bd5c1e739e
Merge pull request #32926 from woocommerce/fix/32896_two_tasklists
...
Fix duplicate task list shown in some occurrences
2022-05-09 16:24:00 -03:00
Lourens Schep
99eb80d811
Remove unused string condition
2022-05-09 14:36:51 -03:00
Vedanshu Jain
53a6202d68
Merge pull request #32817 from woocommerce/cot/effectively_sync_posts_to_cot
...
[COT] Effectively synchronize orders from the posts table to the custom orders table
2022-05-09 20:32:38 +05:30
Lourens Schep
65da6a8562
Add changelog
2022-05-09 11:31:03 -03:00
Lourens Schep
fb62e3392a
Fix duplicate task list shown
2022-05-09 11:17:37 -03:00
Nestor Soriano
dcb2f45904
Increase orders sync default batch size to 250
2022-05-09 16:03:56 +02:00
Nestor Soriano
997395e971
Changes in COT handling to ease testing:
...
- The woocommerce_custom_orders_table_enabled option can now be manually
altered even if there are orders out of sync
- Saving settings will always restart the sync process, even if one
is already in progress
- Add the woocommerce_orders_cot_and_posts_sync_step_size filter
2022-05-09 11:01:08 +02:00
Vedanshu Jain
1e090c3c3c
Merge pull request #32828 from woocommerce/fix/32016-shipping-zones-loop
...
Allow removal of all zone regions from a shipping zone
2022-05-09 14:25:39 +05:30
Chi-Hsuan Huang
c0c55ed9fa
Add changelog
2022-05-09 12:44:38 +08:00
Chi-Hsuan Huang
87f5431a5d
Add track events for experimental import products
2022-05-09 12:43:10 +08:00
Chi-Hsuan Huang
4aa1bead31
Add use-record-completion-time.ts for task event
2022-05-09 12:40:55 +08:00
Roy Ho
54a42a8388
Merge pull request #32901 from woocommerce/fix/woocommerce-admin-build
...
Remove Unnecessary React Admin Build
2022-05-06 15:42:55 -07:00
Christopher Allford
9e34796bd0
Added Changelog
2022-05-06 15:04:42 -07:00
Christopher Allford
3f5c3b2039
Added Changelog
2022-05-06 15:00:00 -07:00
Christopher Allford
0519045d20
Added Missing Dependencies
...
Some kind of branch switching related mishap it seems.
2022-05-06 14:58:33 -07:00
Christopher Allford
74f44dd04c
Removed Unnecessary Rebuilds
...
Nx already handles the building of dependencies.
This commit removes the unnecessary build
calls from WooCommerce's "build" script.
2022-05-06 12:26:27 -07:00
Christopher Allford
31d7249080
Removed "prebuild" Script
...
PNPM does not execute "pre" and "post"
scripts for user-defined scripts. This removes
the "prebuild" from the React Admin's build.
2022-05-06 12:16:57 -07:00
Christopher Allford
dc6bd75984
Fixed Beta Tester Uglification
...
PNPM does not run "pre" and "post" scripts
for user-defined scripts. This commit
removed the "preuglify" script from the
beta tester plugin so that it builds correctly.
2022-05-06 12:11:51 -07:00
Corey McKrill
245dd98b45
Orders API: Add response fields for some order states ( #32888 )
...
Adds the following fields to the order response object for both v2 and v3 of the WC REST API:
* is_editable
* needs_payment
* needs_processing
Some order states (different than statuses) are determined by complex logic involving other order properties, and/or they are filterable by extensions. These states are difficult to calculate in a client app whose only data source is the REST API, and thus they are best calculated on the server and added as separate properties to the API response object.
2022-05-06 11:06:33 -07:00
Barry Hughes
8000a9b0ef
Merge pull request #32893 from woocommerce/fix/product_attributes_lookup_table_update
...
Fix: product attributes lookup table not being updated on WooCommerce update and on REST API batch requests
2022-05-06 09:58:10 -07:00
Nestor Soriano
37e9be5e87
Add changelog file
2022-05-06 11:06:39 +02:00
Nestor Soriano
ff76f898f7
Fix: product attributes lookup table not updating on REST API batch requests
...
When the "products/batch" endpoint is used to create or update products,
the product attributes lookup table wasn't being updated as it's the
case of the single product endpoints.
2022-05-06 10:20:38 +02:00
Nestor Soriano
3d77547d77
Fix: product attributes lookup table not filled on WooCommerce update
...
When WooCommerce was updated from an version older than 6.2,
and before the user hit the "Update database" button, the product
attributes lookup table usage was activated but it was still empty.
This caused the search to not work, and the product filtering widget
to not appear.
2022-05-06 10:14:50 +02:00
Chi-Hsuan Huang
211e0f9a24
Merge pull request #32891 from woocommerce/fix/32863-get-option-deprecated-notices
...
Fix `get_options` function deprecation notice in WC 6.5 RC
2022-05-06 16:00:57 +08:00
Chi-Hsuan Huang
72cf343cda
Merge pull request #32866 from woocommerce/fix/32761-exp2-task-no-padding
...
Fix no padding between the task section and things to do next in experiment 2
2022-05-06 14:28:46 +08:00
Chi-Hsuan Huang
6d0b794fc7
Replace margin-bottom 16px with $gap for experiment 2
2022-05-06 12:44:43 +08:00
Chi-Hsuan Huang
1ea12c31b6
Add changelog
2022-05-06 11:26:14 +08:00
Chi-Hsuan Huang
c76e97d527
Add woocommerce_task_list_reminder_bar_hidden to woocommerce permissions to fix deprecation notice
2022-05-06 11:19:01 +08:00
Chi-Hsuan Huang
ce253ca390
Merge pull request #32815 from woocommerce/add/32412-load-sample-products
...
Add load sample products for experimental product task
2022-05-06 09:23:26 +08:00
Chi-Hsuan Huang
ac87972fc0
Merge pull request #32870 from woocommerce/update/center-view-more-button
...
Center view more/less button for add product task
2022-05-06 09:22:12 +08:00
Roy Ho
30846cb8b4
Update woocommerce sniffs to latest 0.1.3 ( #32886 )
2022-05-06 12:48:46 +12:00
Jorge A. Torres
dda417ccd2
Add sanitization of color settings to OptionSanitizer
2022-05-05 13:05:32 -05:00
Jorge A. Torres
d94b7af9dc
Add OptionSanitizer class for sanitization of settings
2022-05-05 13:05:32 -05:00
Vedanshu Jain
79c953c2f2
Merge pull request #32115 from mcliwanow/add/12397-tracking-params-wccom-from-subscriptions
...
Subscriptions - add tracking params to WCCOM URLs
2022-05-05 14:31:50 +05:30
Vedanshu Jain
e74a106fe8
Merge pull request #32747 from crstauf/patch-1
...
Fix `is_page()` and `is_singular()` called incorrectly
2022-05-04 19:06:11 +05:30
vedanshujain
8cba910dec
Add changelog.
2022-05-04 16:41:26 +05:30
Chi-Hsuan Huang
9eb38bcd37
Add changelog
2022-05-04 17:28:19 +08:00
Chi-Hsuan Huang
7e3a259cc5
Center experimental products view more button
2022-05-04 17:27:41 +08:00
Chi-Hsuan Huang
e3e6dbd720
Add changelog
2022-05-04 16:51:59 +08:00
Chi-Hsuan Huang
2e58f8c352
Add an empty woocommerce-admin.php for backward compatibility
2022-05-04 16:51:59 +08:00
Chi-Hsuan Huang
8c5bf0988b
Add changelog
2022-05-04 12:08:53 +08:00
Chi-Hsuan Huang
b28a2d7ba7
Fix no padding between the last task section and Things to do next in experiment 2
2022-05-04 11:57:43 +08:00
Chi-Hsuan Huang
a4bd70c28e
Add changelog
2022-05-04 10:42:25 +08:00
Chi-Hsuan Huang
7e4126bc9f
Update experimental-import-products to load sample products
2022-05-04 10:42:25 +08:00
Chi-Hsuan Huang
cf9d2ed3b7
Update sample_products.csv to only contain 9 products
2022-05-04 10:42:20 +08:00
Chi-Hsuan Huang
f25383fc15
Add test for stack
2022-05-04 10:15:03 +08:00
Chi-Hsuan Huang
95a319b36d
Add tests for load sample products
2022-05-04 10:15:03 +08:00
Chi-Hsuan Huang
be50584b67
Update load onboarding sample product link
2022-05-04 10:15:03 +08:00
Chi-Hsuan Huang
5476f4c80f
Add onboarding load sample products notice
2022-05-04 10:15:03 +08:00