Commit Graph

48318 Commits

Author SHA1 Message Date
Barry Hughes 288855d468
Merge pull request #32744 from woocommerce/fix/650-update-routines
Change Approved Directory update routine
2022-04-25 12:26:14 -07:00
Jorge A. Torres 9bfb108ab7
Merge pull request #32640 from woocommerce/cot/meta_migrations
Add meta table to meta table migration and enable it for WP postmeta table to order meta table.
2022-04-25 16:12:44 -03:00
louwie17 cfb3ff63d1
Merge pull request #32759 from woocommerce/fix/32745_task_list_experiment_1_tracks
Fix eventPrefix for new task list - experiment 1
2022-04-25 14:45:40 -03:00
Jacob Sewell 072f7d8942
Merge pull request #32614 from woocommerce/fix/sanitize-notes-order-by
Fix: sanitize notes order and orderby arguments
2022-04-25 12:13:18 -05:00
Lourens Schep 9872ec153b Add test case for eventPrefix 2022-04-25 10:57:36 -03:00
Lourens Schep 906b92fdbf Add changelog 2022-04-25 10:53:00 -03:00
Lourens Schep 1acbcd64c5 Fix eventPrefix for two column task list 2022-04-25 10:44:29 -03:00
Nestor Soriano 23fa1bc447
Add changelog entry file 2022-04-25 10:59:36 +02:00
Nestor Soriano 991722ba6f
Re-introduce woocommerce_product_csv_importer_check_import_file_path
The hook was inadvertendlty removed in PR #32460.
Reintroducing it as a deprecated hook in favor of
woocommerce_csv_importer_check_import_file_path.
2022-04-25 10:49:15 +02:00
Chi-Hsuan Huang 0d5a0050d8 Add changelogs 2022-04-25 15:17:35 +08:00
Chi-Hsuan Huang 678e893f60 Fix react admin ./client types after updating @woocommerce/data types 2022-04-25 15:17:28 +08:00
Chi-Hsuan Huang d94c1dc7bd Remove unnecessary wpDataselect & WCDataSelector types from react client 2022-04-25 14:17:28 +08:00
Chi-Hsuan Huang 672ba17a80 Fix and export @woocommerce/data types for react admin ./client
Convert onboarding index.js to TS & add missing type fields
2022-04-25 14:17:13 +08:00
Chi-Hsuan Huang 5c8f76bbe7 Fix @woocommerce/data type errors after enabling wp data, compose types 2022-04-25 13:40:18 +08:00
Chi-Hsuan Huang 6836d90b72 Add wp data, compose types to @woocommerce/data
Update pnpm-lock.yaml
2022-04-25 13:32:26 +08:00
Ilyas Foo 1adbc1bdf8 Changelog 2022-04-25 11:34:25 +08:00
Ilyas Foo ce938857a0 Remove hook that calls for registering welcome page 2022-04-25 11:32:22 +08:00
Mostafa Soufi 6e871a1386
Add support select2 for log_file dropdown 2022-04-24 23:34:10 +03:00
Caleb Stauffer 03c710221f
fix variable name 2022-04-23 15:59:48 -04:00
Caleb Stauffer c785c29cd1
confirm query set before evaluating condition
fixes #30646
2022-04-23 15:59:04 -04:00
Yordan Soares d394572378 Use the price decimal separator to format product weight and dimensions 2022-04-22 20:55:19 -04:00
Barry Hughes 8a0dee470c
Merge pull request #32701 from woocommerce/cot/32669
Adds `read` method to custom table data store.
2022-04-22 15:42:49 -07:00
barryhughes 664212b9df Fix test. 2022-04-22 14:45:20 -07:00
barryhughes d951b218f2 Ensure necessary hooks are initialized before triggering sync. 2022-04-22 14:03:38 -07:00
louwie17 542f7ef918
Merge pull request #32742 from woocommerce/fix/32714_wcpay_blank_page
Add task list slot fill support in the sectioned task list
2022-04-22 17:15:55 -03:00
barryhughes a8b68785ca Change Approved Directory update routine (pin to 6.5, prev was 6.4). 2022-04-22 09:45:37 -07:00
Lourens Schep f379462885 Add changelog 2022-04-22 12:24:49 -03:00
Lourens Schep d5401cee3c Fix track format 2022-04-22 12:15:22 -03:00
Lourens Schep 6ab9a9ae2c Add task list slot fill support in the sectioned task list 2022-04-22 12:04:51 -03:00
louwie17 f5ec1856c4
Merge pull request #32726 from woocommerce/add/32161
Add tracks to task list reminder bar
2022-04-22 11:00:45 -03:00
Fernando Marichal 3601109ac1 Fix test text 2022-04-22 10:53:46 -03:00
Fernando ee5d38d49c
Merge pull request #32704 from woocommerce/fix/task-list-style-conflict
Fix setup task list style conflict
2022-04-22 10:34:50 -03:00
Fernando Marichal 88bcc8d3e6 Add changelog 2022-04-22 10:31:16 -03:00
Fernando Marichal 6fb0881d7b Add test 2022-04-22 10:09:32 -03:00
Fernando Marichal 015c48c6ab Add preview store button 2022-04-22 10:08:35 -03:00
vedanshujain ebd4b8a676 Add changelog. 2022-04-22 15:46:34 +05:30
vedanshujain 5d18e52d4f Remove temporary table hooks since they need to be referenced multiple times. 2022-04-22 15:45:47 +05:30
vedanshujain 57f66ffa7a Add test for read method in custom order table data store. 2022-04-22 15:45:47 +05:30
vedanshujain 6b23370edb Implement read method in custom order table datastore. 2022-04-22 15:45:47 +05:30
vedanshujain 2abac5a5a7 Merge branch 'cot/32663' into cot/meta_migrations 2022-04-22 15:44:45 +05:30
vedanshujain b060e1b1f0 Dont use `list` format for php compatibility. 2022-04-22 14:28:55 +05:30
vedanshujain fa77484d59 Enable test back. 2022-04-22 14:28:30 +05:30
vedanshujain 39283ddc88 Applied coding standards. 2022-04-22 14:24:56 +05:30
vedanshujain e71f949edb Add changelog. 2022-04-22 14:24:56 +05:30
vedanshujain e042218135 Applied coding standards. 2022-04-22 14:24:56 +05:30
vedanshujain 773508d638 Applied coding standards. 2022-04-22 14:24:56 +05:30
vedanshujain c3de418298 Add value clause for better testing. 2022-04-22 14:24:56 +05:30
vedanshujain 1348215cfe Fixups for duplicate meta entries. 2022-04-22 14:24:56 +05:30
vedanshujain cc512927a7 Add support for multi-value migrations. 2022-04-22 14:24:56 +05:30
vedanshujain 91ca235889 Refactor meta migrator to follow pattern in meta to custom migrator. 2022-04-22 14:24:56 +05:30