Rodel Calasagsag
02638a71e8
Remove unnecessary cookie header
2023-09-03 17:59:56 +08:00
Rodel Calasagsag
cf2ebde187
Add changelog
2023-09-03 17:05:38 +08:00
Rodel Calasagsag
9d1664b822
Fix input value
2023-09-03 11:55:16 +08:00
Rodel Calasagsag
d34fb8b07e
Re-enable steps and jobs
2023-09-03 10:56:37 +08:00
Rodel Calasagsag
8463c77765
Add command to verify wp version
2023-09-03 10:31:21 +08:00
Rodel Calasagsag
249f78b4ad
Remove step to verify env details
2023-09-03 10:30:36 +08:00
Rodel Calasagsag
6af2632f5f
Get only WP L-1
2023-09-03 10:29:42 +08:00
Jon Lane
6ee7f1fd78
Going to remove the API/E2E dependency for now so that E2E runs too
2023-09-01 14:30:18 -07:00
Jon Lane
d6240d5636
More test fixes
2023-09-01 13:41:41 -07:00
Jon Lane
023183e2b1
Merge branch 'trunk' into api/fix-tax-api-test
2023-09-01 11:50:29 -07:00
Jon Lane
e83de75c42
Skip one additional assertion on external site
2023-09-01 10:52:19 -07:00
Ron Rennick
f493e921d5
Update README.md php minimum version ( #39777 )
2023-09-01 14:26:50 -03:00
Leif Singer
77e5e28d51
tweak some of the HPOS Settings UI ( #39912 )
...
* tweak the wording for HPOS in Settings / Features / Advanced
* order features in Advanced Settings and move HPOS to the top
* emphasize the need to sync
* add a row_class attribute to settings fields
* fix padding between HPOS settings belonging together
* add changelog file
* update wording in a test
* Update plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php
Co-authored-by: Jorge A. Torres <jorge.torres@automattic.com>
* Update plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php
Co-authored-by: Jorge A. Torres <jorge.torres@automattic.com>
* simplify the ordering callback -- props to @jorgeatorres! ☺️
* more consistent phrasing
---------
Co-authored-by: Jorge A. Torres <jorge.torres@automattic.com>
2023-09-01 14:32:56 +01:00
Jason Kytros
81a70a9b92
Ensure that the placeholder changes even after clearing all Attribute values
2023-09-01 14:13:38 +03:00
Jason Kytros
80e998481f
Ensure that a placeholder always exists
2023-09-01 13:53:54 +03:00
Jason Kytros
4aeabe64ef
Updated failing e2e test
2023-09-01 12:54:05 +03:00
Jason Kytros
4af01af796
Merge branch 'trunk' into issue-37839
2023-09-01 12:17:34 +03:00
Jason Kytros
16819d18ac
Merge branch 'trunk' into issue-37835
2023-09-01 12:02:59 +03:00
nigeljamesstevenson
6e608ec418
Fix WC Admin pages are empty for WC 8.1.0-a.4 and WP 6.2.2 ( #39995 )
2023-09-01 07:40:27 +01:00
Rodel Calasagsag
d8a07b030b
Add changelog
2023-09-01 14:04:56 +08:00
Rodel Calasagsag
910f8cf583
Handle skipped plugin tests more gracefully
2023-09-01 13:13:46 +08:00
Rodel Calasagsag
15f260f35e
Set alternative value for env vars to make them more accurate
2023-09-01 13:13:08 +08:00
github-actions
78ad790109
Add changefile(s) from automation for the following project(s): woocommerce
2023-09-01 04:26:50 +00:00
Chi-Hsuan Huang
6f89dcdbb5
Update webpack config to not use external @wordpress/router
...
The external @wordpress/router package is not available in these versions, so we need to bundle it with the plugin. This is a temporary fix until we can drop support for WP 6.2 and below.
2023-09-01 12:24:02 +08:00
Rodel Calasagsag
2aefd9a301
Modify if condition
2023-09-01 12:12:36 +08:00
Rodel Calasagsag
08eab1046c
Additional skip check
2023-09-01 11:39:10 +08:00
Rodel Calasagsag
0207bbff97
Handle skipped plugin tests
2023-09-01 11:35:37 +08:00
Chris Runnells
0f79915981
Remove Purchase files
2023-08-31 13:45:59 -10:00
Chris Runnells
e1e6fb266d
Remove references to the Purchase task
2023-08-31 13:45:42 -10:00
Jon Lane
6c85aaae07
Settings test is currently failing on external host. Skip for now.
2023-08-31 15:09:22 -07:00
Matt Sherman
fb9857f22f
Changelog
2023-08-31 17:08:39 -04:00
Matt Sherman
ea4e257d65
Fix id and blockName in the add_block call
2023-08-31 17:07:14 -04:00
Matt Sherman
76c66aaee9
Update to use template API to add block
2023-08-31 16:05:43 -04:00
Maikel David Pérez Gómez
cdaae1caac
Add Shipping item to the global Quick Update dropdown ( #39973 )
...
* Add Shipping item to the global Quick Update dropdown
* Add changelog file
* Fix Quick update dropdown menu position to bottom left
2023-08-31 15:00:19 -04:00
Ron Rennick
ca6b152755
update the SqlQuery filter prefix in data.md ( #39319 )
...
* update the SqlQuery filter prefix in data.md
* fix md linting
---------
Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
2023-08-31 15:23:20 -03:00
Corey McKrill
fd4bea5d3c
Adjust some docs subfolder names, add missing heading ( #39970 )
2023-08-31 11:20:38 -07:00
Nathan Silveira
501abc47b5
Add taxonomy block using SelectTree ( #39947 )
...
* Create Hierarchical Taxonomy block
* Add changelog
* Update CSS and remove more references to 'brands'
* Improve error message UX
* Use css variables
* Name block attribute
* Add support for non-hierarchical taxonomies
* Rename attributes
* Fetch "hierarchical" from taxonomy data
* Update changelog
* Remove 'hierarchical' attribute
* Update description
* Fix issue where hierarchy was not displayed in create modal
* Refactor taxonomy details select
* Add README to taxonomy block
2023-08-31 15:19:28 -03:00
Maikel David Pérez Gómez
6673ebecd2
Add Inventory item to the global Quick Update dropdown ( #39972 )
...
* Add Inventory item to the global Quick Update dropdown
* Add changelog file
2023-08-31 13:52:06 -04:00
Brent MacKinnon
90d070739b
reverting utilities name change
2023-08-31 13:49:06 -03:00
And Finally
6ae83b08ec
[wccom-17942] Making sure snackbar doesn't appear before content has loaded.
...
- Addressing feedback. Renamed `MARKETPLACE_API_HOST` TO `MARKETPLACE_HOST` to make it less confusing – we don't only use it for API URLs.
2023-08-31 16:14:06 +01:00
github-actions
b0ee81a175
Add changefile(s) from automation for the following project(s): woocommerce
2023-08-31 13:50:58 +00:00
Jason Kytros
f30c4dfda7
Check if "Used for variations" exists before using its value.
2023-08-31 16:37:14 +03:00
Jason Kytros
b66988bfae
Merge branch 'issue-37839' of https://github.com/woocommerce/woocommerce into issue-37839
2023-08-31 16:29:15 +03:00
Jason Kytros
bb481269ff
Design enhancements for the Attributes tab
2023-08-31 16:28:03 +03:00
Jason Kytros
26f3c38aae
no message
2023-08-31 16:24:05 +03:00
louwie17
785d45fbc3
Update variation pagination table ( #39967 )
...
* Add className to sortable and perPageOptions to Pagination
* Refactor pagination into seperate components
* Add PageArrowsWithPicker pagination component and usePagination hook
* Add hook to Pagination story
* Update Pagination readme
* Add changelogs
* Make sure input is updated if currentPage updates outside of PageArrowsWithPicker component
* Only show pagination if total count exceeds the minimum page size
* Add missing doc
* Fix lint errors
* Move totalCount to seperate useSelect to avoid multiple calls on page switch
* Fix merge conflict
* Fix lint error
2023-08-31 09:28:10 -03:00
RJ
3f3f032ed5
dev: added docs for core profiler ( #39963 )
...
* dev: added docs for core profiler
* lint
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-08-31 16:27:40 +08:00
Rodel Calasagsag
72ae79bbe0
Merge branch 'trunk' into e2e/fix-flaky-menu-item-turn-off-new-product-form
2023-08-31 14:53:26 +08:00
Corey McKrill
26fde13e00
Fix typo in SQL for stock quantity check ( #36402 )
2023-08-30 17:01:15 -07:00
Corey McKrill
ac06a00f8a
Add changelog file
2023-08-30 16:25:09 -07:00