* Check if wc_admin_register_page exists before using it
* Add changefile(s) from automation for the following project(s): woocommerce
* Trigger Build
---------
Co-authored-by: github-actions <github-actions@github.com>
* Fix snackbar icon position
* Add changefile(s) from automation for the following project(s): woocommerce
* Remove absolute positioning
---------
Co-authored-by: github-actions <github-actions@github.com>
* Add AI disclaimer
* Add changefile(s) from automation for the following project(s): woocommerce
* Move .ai-disclaime to inside the .woocommerce-customize-store-banner-content p rule
---------
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
* Check if $data['billing_email'] is set
Checks if $data['billing_email'] is set in the create_order function. Fixes#41097
* Add changelog entry
Adds the changelog entry for #41097
* Add disable conditions functionality to back-end
* Evaluate _templateBlockDisableConditions in registerWooBlockType
* Add 'disabled' support for number, pricing, and text
* Add disabled support for checkbox
* Add disabled for taxonomy block
* Add changelogs
* Update documentation
* Add unit tests
* Augment attribute with disabled in back-end
* Fix disabled styling
* Remove disabled from toggle since it's being added for all blocks
* Improve CSS for disabled fields
* Only add disabled attribute when it's not added on the block json and refactor
* Allow adding disable conditions in the constructor
* Fix lint issue
* Fix test
* Add disableConditions to dependencies
* Added a new parameter $status_transition to the woocommerce_order_status_$status_transition["to"] hook.
* Added changelog
* fix - phpcs errors
* Added version to the hook
* Update woocommerce.php required WP version for 6.4 release
* Update readme.txt for WP 6.4 release
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
* Add new e2e tests to cover shopper cart block first part
* Add changelog
* Add more tests to cover coupons
* Update coupon tests to include discounts
* Split cart block tests and update tests
* Add E2E tests for cart block shipping
* Add tests for shopper cart block calculating tax
* Remove test.skip
* Add a workaround for filling shipping due to issue found
* Improve welcome modal closure
---------
Co-authored-by: Jon Lane <jon.lane@automattic.com>
* Update mini-cart test to include tax scenario
* Include changelog file
* Move changelog file to the right place
* Update taxing options
* Update calculation for tax price
* Remove only parameter
* Improve closing welcome popup if prompted
---------
Co-authored-by: Jon Lane <jon.lane@automattic.com>