Fernando Marichal
a23b2cf415
Fix duplicated global attribute ( #37109 )
...
* Add fix
* Add changelog
---------
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-03-07 18:04:17 -03:00
Néstor Soriano
8786c19b74
Fix: variations exported as draft were imported as draft ( #36933 )
...
* Fix: variations exported as draft were imported as draft
* Add changelog file
* Fix "ArrayUtil::get_value_or_default" for existing keys with null values
Now ArrayUtil::get_value_or_default($array, $key, $default) will return
null, instead of $default, when $array[$key] exists and is null.
* Undo the change to ArrayUtil (will get its own PR)
2023-03-07 13:57:17 -03:00
jonathansadowski
81fdbe3125
Update release post tool tmp path ( #36836 )
2023-03-07 09:13:15 -06:00
Rodrigue
fc0030eb4a
Fix/37083 page displays 0 for empty recommended channels ( #37104 )
2023-03-07 17:12:02 +02:00
Rodrigue Tusse
6f8f35b9f1
Add changelog.
2023-03-07 15:15:35 +02:00
Rodrigue Tusse
ed6c19b827
Fix 0 rendered on short-circuit evaluation.
2023-03-07 15:06:25 +02:00
Viktor Szépe
f1a3f388bd
Fix variable name in Reports\Stock\Stats ( #37057 )
...
* Fix variable name in Reports\Stock\Stats
* Add since tag
* Add changelog
2023-03-07 09:44:51 +08:00
github-actions[bot]
e8b8c058b0
Delete changelog files based on PR 37051 ( #37093 )
...
Delete changelog files for 37051
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-03-07 12:52:05 +13:00
Niels Lange
9218bfd237
Bump WooCommerce blocks package to 9.6.5 ( #37051 )
...
---------
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
2023-03-07 12:25:22 +13:00
Joel Thiessen
2332c7c813
Migrating details fields to product-editor package ( #36945 )
2023-03-06 14:33:10 -08:00
Maikel David Pérez Gómez
79841c58a5
Fixes react version to 17.0.2 globally ( #37087 )
...
* Fix react version to 17.0.2 globally
* Add changelog file
2023-03-06 18:38:05 -03:00
Ron Rennick
a78fe23e61
Fix Typo in Variable Name on line 342 ( #36759 )
2023-03-06 14:09:58 -04:00
Ron Rennick
7d62529dd4
Allows developers to add their own filters to the active filters list ( #36705 )
2023-03-06 13:18:04 -04:00
Joel Thiessen
b825b51767
Moving useProductHelper and useVariationsOrder hooks to product editor package ( #37006 )
2023-03-06 09:11:54 -08:00
Ron Rennick
5586fb96ba
Add changelog file
2023-03-06 13:09:14 -04:00
Ron Rennick
c67ccf6492
Move the changelog to the correct folder
2023-03-06 10:49:21 -04:00
Viktor Szépe
deb1d131ad
Fix absolute imports ( #37058 )
...
* Fix absolute imports
* Add changelog
* Fix changelog
2023-03-06 19:38:52 +08:00
Viktor Szépe
50fe847b56
Fix class namespaces in Onboarding ( #37056 )
...
* Fix class namespaces in Onboarding
* Add changelog
2023-03-06 19:33:23 +08:00
Marco Almeida
4b9be76926
Add @since tag to hooks doc
2023-03-06 09:55:22 +00:00
Ron Rennick
f1601fd6ad
Add changelog file
2023-03-03 15:07:11 -04:00
Leif Singer
6e2c4d1fa9
Update PR labeler to work with updated focus labels ( #37061 )
...
We recently added team names to the `focus: ...` labels:
https://github.com/woocommerce/woocommerce/labels?q=focus
The PR labeler relies on exact label names, however. This PR updates the PR labeler to conform to the new string.
2023-03-03 19:32:15 +01:00
Nathan Silveira
a39abbb15e
Fix jQuery event being erased when element was replaced after saving attributes ( #37019 )
...
Attach create_variations event to parent to avoid erasing it when DOM element is replaced
2023-03-03 14:34:07 -03:00
Joel Thiessen
36655cb1e4
Updating rest namespace for product post type to v3 ( #37028 )
2023-03-03 08:30:56 -08:00
Barry Hughes
6f3858e82d
Fix class name in ProductDownloadsServiceProvider ( #37052 )
2023-03-03 08:11:55 -08:00
Barry Hughes
b5e122283a
Remove incorrectly-located changelog file
...
(Alternative changelogger tool for community PRs was writing to the wrong location.)
2023-03-03 07:26:13 -08:00
Barry Hughes
4316a6629d
Add changelog file
2023-03-03 07:25:02 -08:00
Barry Hughes
beb39ef540
Add changelog file
2023-03-03 07:22:33 -08:00
Barry Hughes
194c632fc1
Changelog file added to the wrong location.
2023-03-03 07:22:08 -08:00
Barry Hughes
2d3c97d0b5
Add changelog file
2023-03-03 07:08:33 -08:00
rodelgc
46300131ff
Correct `UPDATE_WC` value in the "Smoke test daily" workflow ( #37049 )
...
* Correct UPDATE_WC value
* Add changelog
2023-03-03 13:58:21 +01:00
Albert Juhé Lluveras
46aa035e14
Fix missing padding in some buttons in TT2 with WP 5.9 and 6.0 ( #37018 )
...
* Add default button padding to TT2 stylesheet to fix some visual issues in WP 5.9 and 6.0
* Add changelog notice
2023-03-03 13:45:18 +01:00
Viktor Szépe
7ec2ad68be
Fix class name in ProductDownloadsServiceProvider
2023-03-03 13:43:06 +01:00
Gan Eng Chin
00a12db5bd
Add Campaigns card in Multichannel Marketing page ( #36735 )
2023-03-03 18:43:02 +08:00
Marco Almeida
987b4feb24
Add params and docblocks to the new hooks
...
Add params and docblocks to the new proposed hooks woocommerce_widget_layered_nav_filters_start and woocommerce_widget_layered_nav_filters_end
2023-03-03 10:13:13 +00:00
Sam Seay
21c4edf4e2
Remove the post-checkout hook it was causing too much friction. ( #37024 )
2023-03-03 12:43:18 +13:00
Maikel David Pérez Gómez
7dd379773b
Add a11y support for the tree-control ( #36459 )
...
* Add tree-control expand/collapse on click the expander button or by a custom logic
* Upgrade WP components dependency to v19.8.5 to support indeterminate checkbox control
* Add styles to fit the disign
* Add tree-control expand/collapse on click the expander button or by a custom logic
* Add a11y landmarks
* Add keyboard interactions
* Add changelog file
* Fix linter errors
* Resolving rebase conflicts
* Add comment suggestions
2023-03-02 17:26:41 -03:00
Ron Rennick
3cee72119a
Prevent possible warning in `COTMigrationUtil::get_post_or_object_meta()` ( #37026 )
2023-03-02 14:05:24 -04:00
Saad Tarhi
dfc1535786
Add support for the Cart & Checkout in WooCommerce's declare compatibility feature ( #36426 )
2023-03-02 16:51:30 +01:00
Saad Tarhi
e6bee7b785
Apply disable UI filter to experimental features too
...
This change disable UI for both experimental and mature features
Previously we applied this filter to mature ones only
2023-03-02 10:39:33 +01:00
Sam Seay
1834621d1a
Update the @woocommerce/eslint-plugin and fix bugs ( #36988 )
2023-03-02 11:36:38 +13:00
Jorge A. Torres
7c7611856b
Add changelog
2023-03-01 18:44:55 -03:00
Jorge A. Torres
77c87bc516
Check that $post->ID exists before using in COTMigrationUtil::get_post_or_object_meta()
2023-03-01 18:44:26 -03:00
github-actions[bot]
d77ef0f799
Update changelog.txt from release 7.4.1 ( #37008 )
...
* Prep trunk post release 7.4.1
* Update changelog.txt
---------
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
Co-authored-by: jonathansadowski <jonathansadowski@users.noreply.github.com>
2023-03-01 15:19:34 -06:00
Moon
d339a777e1
Update/use theme color for completed task strikethrough ( #37001 )
...
* Use theme color for completed task strikethrough
* Add changelog
* Fix style
2023-03-01 11:54:21 -08:00
Gan Eng Chin
c0364ad0ab
Remove unused error property in CampaignsState.
2023-03-02 03:16:29 +08:00
Gan Eng Chin
4b87f0a4ed
Add JSDOC.
2023-03-02 03:15:38 +08:00
Gan Eng Chin
9feaf55a60
Simplify receive campaigns success and error.
2023-03-02 03:02:14 +08:00
Gan Eng Chin
5af90c5e77
Add JSDOC for getTotalFromResponse.
2023-03-02 01:16:51 +08:00
Gan Eng Chin
b83888577a
Fix getTotalFromResponse treating total 0 as undefined.
...
If total is 0, then the function should return 0, not undefined.
2023-03-02 01:13:42 +08:00
Gan Eng Chin
8e9f344478
Test code refactor with createTestCampaign.
2023-03-02 00:59:22 +08:00