nigeljamesstevenson
60b4502e40
Update test-assistant-api-with-date.yml
2023-10-07 11:03:46 +01:00
nigeljamesstevenson
a98d255f9f
Update test-assistant-api-with-date.yml
2023-10-07 11:01:29 +01:00
nigeljamesstevenson
1a1b54b355
Update test-assistant-api-with-date.yml
2023-10-07 10:43:26 +01:00
nigeljamesstevenson
292cd5cb5a
Update test-assistant-api-with-date.yml
2023-10-07 10:25:47 +01:00
Christopher Allford
1c30563ffc
Separate PHP and JS Unit Tests ( #40639 )
...
Since some projects might have both kinds of tests we are
going to have a `test:php` and a `test:js` script for each.
2023-10-06 15:41:47 -07:00
Moon
e7711f1a50
Skip combining translation files without comment.reference ( #40623 )
...
* Skip invalid translation format
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-10-06 13:33:37 -07:00
Corey McKrill
783cf6bdcf
Add settings-api.md ( #40640 )
...
Moved over from the old woodocs repo.
2023-10-06 11:45:31 -07:00
Brent MacKinnon
ba63366169
Add settings-api.md
2023-10-06 15:06:22 -03:00
Maikel David Pérez Gómez
d1656e12e5
Add Shipping tab to the single variation page ( #40637 )
...
* Fix shipping blocks ids into ProductVariationTemplate
* Add support to postType context to product-shipping-class-field block
* Add support to postType context to product-shipping-dimensions-fields block
* Add changelog files
2023-10-06 13:47:45 -04:00
Maikel David Pérez Gómez
5d97297c89
Add Inventory tab to the single variation page ( #40636 )
...
* Remove advance section from the inventory section in the ProductVariationTemplate
* Add support to postType context to product-sku-field block
* Add support to postType context to product-toggle-field block
* Add support to postType context to product-inventory-quantity-field block
* Add support to postType context to product-radio-field block
* Fix inventory blocks ids into ProductVariationTemplate
* Add changelog files
2023-10-06 13:45:27 -04:00
nigeljamesstevenson
e57cb30e31
Check first element on the page ( #40423 )
2023-10-06 18:11:59 +01:00
Nathan Silveira
129f11df9e
Create woocommerce/product-number-field block ( #40619 )
...
* Add initial structure for number block
* Add more attributes and remove currenty formatting
* Add changelog
* Refactor
* Add readme
* Remove unused import
* Add changelog
* Use 'formatNumber' and 'parseNumber' functions from useProductHelper hook
* Use 36px default size
* Fix README
2023-10-06 16:21:33 +00:00
nigeljamesstevenson
66b619ed4c
Update test-assistant-api-with-date.yml
2023-10-06 14:44:04 +01:00
nigeljamesstevenson
3fd92748a9
Update test-assistant-api-with-date.yml
2023-10-06 14:26:39 +01:00
nigeljamesstevenson
054aeaa6e3
Update test-assistant-api-with-date.yml
2023-10-06 14:05:57 +01:00
nigeljamesstevenson
70714fc744
Update test-assistant-api-with-date.yml
2023-10-06 13:42:30 +01:00
nigeljamesstevenson
8fa7906385
Update test-assistant-api-with-date.yml
2023-10-06 13:21:45 +01:00
nigeljamesstevenson
2907e31c46
Update test-assistant-api-with-date.yml
2023-10-06 13:01:24 +01:00
nigeljamesstevenson
9b188e2221
Update test-assistant-api-with-date.yml
2023-10-06 12:38:10 +01:00
nigeljamesstevenson
3b5d0829a1
Update test-assistant-api-with-date.yml
2023-10-06 12:30:18 +01:00
nigeljamesstevenson
6ccb20287f
Rename test-assistant-api-with-date to test-assistant-api-with-date.yml
2023-10-06 12:23:18 +01:00
nigeljamesstevenson
9c4dfc3fd3
Update test-assistant-api-with-date
2023-10-06 12:17:37 +01:00
nigeljamesstevenson
755b1ebf81
Update test-assistant-api-with-date
2023-10-06 12:06:40 +01:00
nigeljamesstevenson
e69f640241
Create test-assistant-api-with-date
2023-10-06 12:05:27 +01:00
Leif Singer
c7dbd8a4e1
Tweak flaky meta data save test ( #40457 )
2023-10-06 11:42:38 +02:00
And Finally
c8346b70d3
Marketplace search view more button & categories 2 ( #40617 )
2023-10-06 09:56:05 +01:00
Chi-Hsuan Huang
6ce8199e97
[Customize Your Store] Add "Inter + Inter" font pairing & Set default font pairing ( #40611 )
...
* Add Inter + Inter font pairing
* Set default font pairing
* Add changelog
2023-10-06 03:53:52 -05:00
And Finally
a60f0ab23f
Changes from https://github.com/woocommerce/woocommerce/pull/40375 . Adding "View all" button to in-app marketplace search results.
2023-10-06 09:17:56 +01:00
Jonathan Lane
76cc38d7bd
A few fixes for API daily test execution ( #40180 )
...
* Make check conditional
* Changelog
* Refactor based on PR feedback
---------
Co-authored-by: Jon Lane <jon.lane@automattic.com>
2023-10-06 08:25:15 +02:00
berislav grgičak
5c7698a9ad
Fix marketplace tab reset state ( #40601 )
2023-10-06 07:13:01 +02:00
Corey McKrill
a0f427364b
Add notices about the removal of the Legacy API in WooCommerce 9.0 ( #40535 )
...
More info: https://developer.woocommerce.com/2023/10/02/the-legacy-rest-api-will-move-to-a-dedicated-extension-in-woocommerce-9-0/
2023-10-05 17:26:01 -07:00
Corey McKrill
a55b05163d
Update plugins/woocommerce/includes/admin/settings/class-wc-settings-advanced.php
2023-10-05 15:25:11 -07:00
Corey McKrill
2ac0c6728c
Update plugins/woocommerce/includes/admin/class-wc-admin-notices.php
2023-10-05 15:24:54 -07:00
Maikel David Pérez Gómez
a918e79093
Setup the product editor to support the product variation ( #40605 )
...
* Initial changes needed to get product variation to load in its own form
* Allow the publishing of an individual variation
* Address some PR feedback and do some general cleanup
* Update template with new attribute name
* Add changelogs
* Update label of note field and allow for optional param in summary block
* Remove helpText in variation note field
* Fix PHP lint errors
* Make editor type more abstract
---------
Co-authored-by: Lourens Schep <lourensschep@gmail.com>
2023-10-05 15:27:54 -03:00
Moon
a99a52947e
Use themes REST API - CYS intro page ( #40552 )
...
* Use themes REST API
* Add changefile(s) from automation for the following project(s): woocommerce
* Use browse_all.href and set default value to /:admin-dir/themes.php
* Fix lint
* Fix tests
* Fix tests
---------
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
2023-10-05 08:33:50 -05:00
Chi-Hsuan Huang
fbb294f543
[Customize Your Store] Fix preview opacity style does not reset after saving changes ( #40612 )
...
* Reset highlighted block index after saving
* Add changelog
2023-10-05 07:39:24 -05:00
Chi-Hsuan Huang
06ea7ae24a
[Customize your store] Fix site preview in transitional screen ( #40588 )
...
* Replace mshot image with preview editor frame in transitional screen
* Add changelog
* Fix test
* Use current xstate to check if it is transitional page
2023-10-05 07:36:08 -05:00
louwie17
a28a552bbf
Add initial migration script ( #40564 )
...
* Add initial integrate plugin package
* Add changelog
* Make plugin data parsing less strict, to support bad formatting
* Update package dependency
* Remove unused code
2023-10-05 09:35:50 -03:00
nigeljamesstevenson
fd3571e9e2
Update test-assistant-api-rest-change-tracker.yml remove Milestone Due date
2023-10-05 10:52:28 +01:00
nigeljamesstevenson
9851535e0c
Update test-assistant-api-rest-change-tracker.yml slack-text message with milestone
2023-10-05 10:21:27 +01:00
nigeljamesstevenson
040ac64fb5
Update test-assistant-api-rest-change-tracker.yml
...
add milestone information to slack notification
2023-10-05 09:50:06 +01:00
nigeljamesstevenson
2c738a59dd
Create test-assistant-api-rest-change-tracker.yml
...
Workflow used to send a Slack notification when a PR contains rest api changes
2023-10-05 09:32:19 +01:00
Patricia Hillebrandt
f0cf1f480c
Store Customization > Update the Homepage Templates list. ( #40602 )
2023-10-05 10:28:51 +02:00
Nestor Soriano
10d6366ff1
Don't show the notices if the dedicated extension is already active.
2023-10-05 09:48:19 +02:00
Panos (Panagiotis Synetos)
643a70e65c
Use fallback color for select2 fields on non WooCommerce pages ( #40586 )
2023-10-05 10:32:42 +03:00
Patricia Hillebrandt
193c410614
Add changelog
2023-10-05 08:58:06 +02:00
Chi-Hsuan Huang
6d14eb744e
[Customize Your Store] Correct activeThemeHasMods conditionals ( #40560 )
...
* Fix activeThemeHasMods logic
* Add changelog
2023-10-04 22:42:05 -05:00
jonathansadowski
44a78870b3
Update the version bump command to support accelerated releases ( #40608 )
...
* Update the version bump command to support accelerated releases
* Appease Linter
* Update Accel Release check to only allow for 4-digit numbers
2023-10-04 17:42:51 -05:00
Jonathan Lane
c0f2e69191
Delete plugins/woocommerce/changelog/pr-40466 ( #40603 )
2023-10-04 11:34:42 -07:00
github-actions
187e6f301c
Add changefile(s) from automation for the following project(s): woocommerce
2023-10-04 19:57:23 +02:00