Matt Sherman
271258a0c4
Use registerProductEditorBlockType for summary
2023-10-18 15:16:16 -04:00
Matt Sherman
ca9b5c3dd9
Use registerProductEditorBlockType for shipping-dimensions
2023-10-18 15:16:16 -04:00
Matt Sherman
686ad5c026
Use registerProductEditorBlockType for shipping-class
2023-10-18 15:16:16 -04:00
Matt Sherman
e366809711
Use registerProductEditorBlockType for schedule-sale
2023-10-18 15:16:16 -04:00
Matt Sherman
d92d34f9fe
Use registerProductEditorBlockType for sale-price
2023-10-18 15:16:16 -04:00
Matt Sherman
c937b3eea9
Use registerProductEditorBlockType for regular-price
2023-10-18 15:16:16 -04:00
Matt Sherman
c4bd765eb6
Use registerProductEditorBlockType for password
2023-10-18 15:16:16 -04:00
Matt Sherman
6596e9c05c
Use registerProductEditorBlockType for notice
2023-10-18 15:16:16 -04:00
Matt Sherman
b3e0b2af93
Use registerProductEditorBlockType for name
2023-10-18 15:16:16 -04:00
Matt Sherman
8574fdec36
Use registerProductEditorBlockType for inventory-sku
2023-10-18 15:16:16 -04:00
Matt Sherman
9b161c6667
Use registerProductEditorBlockType for inventory-quantity
2023-10-18 15:16:16 -04:00
Matt Sherman
0d03ad93b3
Use registerProductEditorBlockType for inventory-email
2023-10-18 15:16:16 -04:00
Matt Sherman
ccdccc2de3
Use registerProductEditorBlockType for images
2023-10-18 15:16:16 -04:00
Matt Sherman
3324fe2787
Use registerProductEditorBlockType for description
2023-10-18 15:16:16 -04:00
Matt Sherman
f9aa73c7d3
Use registerProductEditorBlockType for catalog-visibility
2023-10-18 15:16:16 -04:00
Matt Sherman
8fee2c1669
Use registerProductEditorBlockType for attributes
2023-10-18 15:16:16 -04:00
Matt Sherman
2296f910c9
Use registerProductEditorBlockType for toggle
2023-10-18 15:16:16 -04:00
Matt Sherman
f2feaa7d55
Use registerProductEditorBlockType for text
2023-10-18 15:16:16 -04:00
Matt Sherman
d082491e1d
Use registerProductEditorBlockType for taxonomy
2023-10-18 15:16:16 -04:00
Matt Sherman
7a04b3909e
Use registerProductEditorBlockType for tab
2023-10-18 15:16:16 -04:00
Matt Sherman
3afe5d8233
Use registerProductEditorBlockType for section
2023-10-18 15:16:16 -04:00
Matt Sherman
aa9ed2d88a
Use registerProductEditorBlockType for radio
2023-10-18 15:16:16 -04:00
Matt Sherman
9bb83c1745
Use registerProductEditorBlockType for pricing
2023-10-18 15:16:16 -04:00
Matt Sherman
63d18234f8
Use registerProductEditorBlockType for number
2023-10-18 15:16:16 -04:00
Matt Sherman
57d1c4a0a7
Use registerProductEditorBlockType for conditional
2023-10-18 15:16:16 -04:00
Matt Sherman
f3eea29421
Use registerProductEditorBlockType for collapsible
2023-10-18 15:16:16 -04:00
Matt Sherman
bf8ea9a016
Use registerProductEditorBlockType for checkbox
2023-10-18 15:16:16 -04:00
Matt Sherman
7448e78aa7
Implement registerProductEditorBlockType
2023-10-18 15:16:16 -04:00
Matt Sherman
20acfe5e37
Update documentation
2023-10-18 15:16:16 -04:00
Matt Sherman
47cc46aac4
Implement hide conditions
2023-10-18 15:16:16 -04:00
Matt Sherman
04678d94f9
Add unit tests for hide conditions
2023-10-18 15:16:16 -04:00
Matt Sherman
c616e0c7c9
Add @woocommerce/block-templates dependencies ( #40849 )
2023-10-18 14:41:23 -04:00
Matt Sherman
2477acd313
Update lock file
2023-10-18 13:31:55 -04:00
Matt Sherman
51dec2db53
Add @wordpress/data to dependencies
2023-10-18 13:31:46 -04:00
Ron Rennick
c79738697a
Do not remove "sale date from" when the sale is still active ( #39948 )
2023-10-18 14:05:19 -03:00
Maikel David Pérez Gómez
40a410ae1f
Product Shipping: New class should automatically create a slug ( #40847 )
...
* Remove empty values from the shipping class request so slug can be generated server side
* Add changelog file
2023-10-18 13:04:14 -04:00
Ron Rennick
652e7648f8
Update/breadcrumb for accessibility ( #40529 )
2023-10-18 13:36:13 -03:00
Matt Sherman
5e77702bad
Update lock file
2023-10-18 12:08:09 -04:00
Matt Sherman
8ca38b6df2
Add react dependencies
2023-10-18 12:07:23 -04:00
Matt Sherman
1538e9af4e
Update lock file
2023-10-18 11:58:38 -04:00
Matt Sherman
a1e38b0b25
Add @woocommerce/element to dependencies
2023-10-18 11:58:31 -04:00
Matt Sherman
375717c655
Changelog
2023-10-18 11:38:21 -04:00
Matt Sherman
32460aac98
Update lock file
2023-10-18 11:37:16 -04:00
Matt Sherman
ef268fe545
Add @woocommerce/expression-evaluation dependency
2023-10-18 11:37:10 -04:00
Jonathan Lane
8e5223b383
Add test to add and remove order notes. ( #40317 )
...
* Add test to add and remove order notes.
* Changelog
---------
Co-authored-by: Jon Lane <jon.lane@automattic.com>
2023-10-18 17:37:02 +02:00
Maikel David Pérez Gómez
51c9b9051e
[Downloads] Manage limits ( #40797 )
...
* Create ManageDownloadLimitsModal component
* Integrate ManageDownloadLimitsModal with product downloads block
* Add changelog file
* When there's at least 1 file uploaded, we add a Manage limits button to the Downloads section heading
* Both fields only accept numbers
* Add suffix to each input
* Add integer validation message
* Fix validation to support -1 and 0 values
2023-10-18 10:15:43 -04:00
Maikel David Pérez Gómez
39019d2750
Manage single variation as virtual ( #40809 )
...
* Add virtual section to the product variation template
* Add changelog file
* Let the toogle block to use inverted value to be checked
* Fix virtual toggle to be inverted
* Add changelog file
2023-10-18 10:47:33 -03:00
Sagar Tamang
a44386a70b
fix/40319: Fatal error in class-wc-helper-updater.php when transient parameter is null. ( #40733 )
...
* fix - Fatal error in class-wc-helper-updater.php when transient parameter is null.
* Added changelog
* fix - phpcs errors
2023-10-18 14:51:51 +02:00
louwie17
cee08e44d9
Hide header on variation edit page and remove use of `:has()` CSS selector ( #40843 )
...
* Make sure we hide the header on the variation edit page and remove use of has()
* Add changelogs
2023-10-18 09:22:55 -03:00
nigeljamesstevenson
3be5b840d2
Update order status to cancelled ( #40318 )
2023-10-18 13:02:43 +01:00