Matt Sherman
6452e10ec5
Decouple logging from implementation
2023-11-14 16:24:49 -05:00
Matt Sherman
ece3ba5ca8
Update message for hide condition added to detached block
2023-11-14 16:23:00 -05:00
Matt Sherman
4bc72fcc3e
Handle case in logging where container is a normal block
2023-11-14 16:23:00 -05:00
Matt Sherman
7f7b9f5c33
Add logging to hide conditions
2023-11-14 16:23:00 -05:00
Matt Sherman
a64e397cd7
Add code docs
2023-11-14 16:23:00 -05:00
Matt Sherman
6e9a5fa04e
Update default threshold to WARNING
2023-11-14 16:23:00 -05:00
Matt Sherman
451e73f9f9
Update default threshold to NOTICE
2023-11-14 16:23:00 -05:00
Matt Sherman
ce788ac628
Changelog
2023-11-14 16:22:59 -05:00
Matt Sherman
9f5a56234b
Changelog
2023-11-14 16:22:59 -05:00
Matt Sherman
fd20cb7ed6
Update styling
2023-11-14 16:22:59 -05:00
Matt Sherman
d95ad6987e
Use option to set the threshold
2023-11-14 16:22:59 -05:00
Matt Sherman
16fb79688e
UI changes for updating the block template logging threshold
2023-11-14 16:22:59 -05:00
Matt Sherman
e159e7ff4f
API for updating the block template logging threshold
2023-11-14 16:22:59 -05:00
Matt Sherman
d53966018d
Include template events in script sent to client
2023-11-14 16:22:56 -05:00
Corey McKrill
aabee87c67
Update "Add to cart" aria-label value so it matches the visible text pattern ( #41389 )
...
Fixes #41368
2023-11-14 13:17:12 -08:00
Matt Sherman
efe4b45d9a
Update logging calls
2023-11-14 16:13:39 -05:00
Matt Sherman
0648b064ba
Refactor logging and add template events
2023-11-14 16:13:39 -05:00
Matt Sherman
7b2767aa57
Template API: Only generate templates on WCA routes ( #41410 )
2023-11-14 15:47:20 -05:00
Matt Sherman
489322d084
Always set templateLock to all
2023-11-14 15:14:57 -05:00
Žiga Sancin
62d21cc03d
Check if $data['billing_email'] is set ( #41098 )
...
* 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
2023-11-14 19:18:42 +00:00
Jorge Torres
4ab3d82c6b
Add changelog
2023-11-14 16:38:18 +00:00
Jorge Torres
2963731d2d
Prevent possible activation error in `FeaturesController`
2023-11-14 16:36:39 +00:00
Nathan Silveira
55766ac140
Template API: Conditional disabling support ( #41307 )
...
* 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
2023-11-14 13:17:34 -03:00
Joni Erkkilä
48978ff8b2
Added ':' between static translation and dyanmic product name
2023-11-14 17:55:13 +02:00
Sagar Tamang
7ec5a88573
[Enhancement]: Added a new parameter $status_transition to the woocommerce_order_status_$status_transition["to"] hook. ( #41051 )
...
* 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
2023-11-14 12:06:30 +00:00
github-actions[bot]
8f819f60ae
Delete changelog files based on PR 41409 ( #41428 )
...
Delete changelog files for 41409
Co-authored-by: WooCommerce Bot <no-reply@woo.com>
2023-11-14 18:30:16 +08:00
jonathansadowski
e5cbf82781
Update/wp 6.4 ( #41409 )
...
* 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>
2023-11-14 18:10:30 +08:00
Eason
efd2ae7e0a
Fix the slides overlapping on the Marketing > Coupon page ( #41155 )
...
* Fix the slides overlapping on the Marketing > Coupon page.
* Add changelog
2023-11-14 10:23:08 +08:00
github-actions
52f0067ff1
Add changefile(s) from automation for the following project(s): woocommerce
2023-11-13 23:47:48 +00:00
nigeljamesstevenson
4eb13fea81
Update code-freeze tool to work with accelerated ( #41133 )
2023-11-13 22:54:05 +00:00
abelsonlive
1c4314ccf5
no blog_id
2023-11-13 16:26:23 -05:00
Jonathan Sadowski
4d6d57e63c
Update code-freeze tool to work with accelerated
2023-11-13 15:24:21 -06:00
abelsonlive
ef1d8023ca
oops
2023-11-13 15:16:29 -05:00
github-actions
d89bb6ef60
Add changefile(s) from automation for the following project(s): woocommerce
2023-11-13 20:15:57 +00:00
abelsonlive
5cd40685cb
move to system_status endpoint
2023-11-13 15:14:17 -05:00
Matt Sherman
11f593fe3c
Changelog
2023-11-13 15:05:52 -05:00
Matt Sherman
48f0e14ba4
Changelog
2023-11-13 15:05:03 -05:00
Matt Sherman
4b3ee3c13d
Move creation and registration of templates to only WCA admin pages, right before sent to client
2023-11-13 15:03:52 -05:00
Matt Sherman
e766673829
Remove template from settings type (unused)
2023-11-13 14:50:57 -05:00
Matt Sherman
3dbd06ef1b
Remove setting template on productBlockEditorSettings
2023-11-13 14:43:57 -05:00
Nathan Silveira
703936e307
Remove FullScreenMode component from new product editor ( #41375 )
...
Remove FullScreenMode component since it seems we're not using it for anything
2023-11-13 16:11:32 -03:00
Maikel David Pérez Gómez
fac0669fc8
Hide virtual & downloadable sections when the product type is 'variable' ( #41331 )
...
* Show virtual and downloadable features in simple product and variations only
* Add changelog file
* Fix php linter errors
2023-11-13 14:00:24 -05:00
Nathan Silveira
8d731f8a43
Show global attribute slug without 'pa_' prefix ( #41333 )
...
* Show global attribute slug without 'pa_' prefix
* Make implementation more robust
2023-11-13 15:39:58 -03:00
Matt Sherman
a8e996a0ff
Refactor editor settings to separate function
2023-11-13 13:38:59 -05:00
Matt Sherman
9e292485c3
Refactor and remove unused init code
2023-11-13 13:32:47 -05:00
Fernando Marichal
b24591432d
Add `popoverProps` to DatePicker ( #41404 )
...
* Add `popoverProps` to DatePicker
* Add changelog
* Move changelog
* Add popoverProps to README.md
* Fix lint
* Fix lint again
2023-11-13 14:45:31 -03:00
Mike Jolley
08969e927c
Update WooCommerce Blocks package to 11.5.4 ( #41403 )
2023-11-13 17:06:29 +00:00
Mike Jolley
4e31ee605b
Changelog
2023-11-13 14:52:51 +00:00
Mike Jolley
795117f711
Bump version in composer.json
2023-11-13 14:51:49 +00:00
nigeljamesstevenson
db22b89d12
Delete .github/workflows/cot-build-and-e2e-tests-daily-wip.yml
2023-11-13 12:34:34 +00:00