Dan Q
f12fb99d9d
Merge branch 'trunk' into fix/wccom-17944-reposition-notifications
2023-09-19 18:28:29 +01:00
Dan Q
9836d28411
Merge branch 'trunk' into fix/wccom-18029-suppress-double-scrollbar
2023-09-19 18:28:14 +01:00
Dan Q
0c8269c3b2
Merge branch 'trunk' into fix/wccom-18029-suppress-double-scrollbar
2023-09-19 18:28:09 +01:00
Ron Rennick
915350800b
save hpos order data before clearing the order from cache
2023-09-19 14:10:35 -03:00
github-actions
6b7b8a3611
Add changefile(s) from automation for the following project(s): woocommerce
2023-09-19 17:05:53 +00:00
github-actions
98a765d4d8
Add changefile(s) from automation for the following project(s): woocommerce
2023-09-19 17:03:58 +00:00
Dan Q
b9dbb526f2
Inconsequential change to get past blocked status checks / force re-test
2023-09-19 18:01:54 +01:00
Fernando Marichal
d72316490d
Fix error displaying block after removing variation ( #40255 )
...
* Fix error displaying block after removing variation
* Disable Add button
* Add changelog
2023-09-19 13:31:32 -03:00
barryhughes
2f3060ceb3
Changelog.
2023-09-19 09:29:14 -07:00
And Finally
6aa55f6334
In-App Marketplace: Update "no results" design for Extensions search ( #40268 )
2023-09-19 16:32:17 +01:00
And Finally
e4d6933e26
In-app Marketplace: gracefully handle products with no vendorUrl ( #40271 )
2023-09-19 16:06:52 +01:00
Jorge Torres
ba3e6229f5
Add changelog
2023-09-19 15:57:13 +01:00
Jorge Torres
463e095353
Add missing order type handling in HPOS sync
2023-09-19 15:57:09 +01:00
github-actions
451521bc05
Add changefile(s) from automation for the following project(s): woocommerce
2023-09-19 14:48:50 +00:00
Nestor Soriano
e0c5f8acc1
Fix: order metadata changes from admin not applied with HPOS active.
...
When an order is open in admin and changes are made to custom field
keys or values, or values are added in "Add New Custom Field",
and "Update" in the order is clicked (without having clicked "Update"
in the modified fields or "Add Custom Field"), the field changes
should be applied to the order anyway. That was happening when
the posts table is authoritative but not when the orders table is.
2023-09-19 16:45:40 +02:00
Dan Q
59cb9fad48
Appease linter
2023-09-19 14:46:59 +01:00
Dan Q
9849ade9fa
Correct quote style
2023-09-19 14:41:55 +01:00
Dan Q
98ac373b1b
Correct CSS for image size!
2023-09-19 14:40:17 +01:00
Jorge A. Torres
02e6f07df7
Add search results subtitle to HPOS list table ( #40270 )
...
* Add search results subtitle to HPOS list table.
* Add changelog
2023-09-19 13:41:12 +02:00
Chi-Hsuan Huang
0b7aee458f
Implement customize your store task completion logic ( #40267 )
...
* Mark CYS task completed when clicking done button
* Mark CYS task completed after switching theme
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-09-19 19:02:02 +08:00
Dan Q
96cbb30a76
Appease linter
2023-09-19 11:52:13 +01:00
github-actions
de8535ae7c
Add changefile(s) from automation for the following project(s): woocommerce
2023-09-19 10:49:33 +00:00
Dan Q
dcd08ac1b6
Apply empty string to URL in event that vendorUrl is absent
2023-09-19 11:39:01 +01:00
Dan Q
8ee8ff750b
Suppress category selector only on no-results, not all search pages
2023-09-19 11:27:37 +01:00
Dan Q
078e178997
Suppress category selector when showing search results
2023-09-19 10:58:18 +01:00
Kyle Nel
5e88b001fa
Update wording on Marketplace footer ( #40251 )
...
* Update wording on Marketplace footer
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-09-19 11:39:09 +02:00
Dan Q
9c354c7b8b
Manually create changelog file
2023-09-19 10:04:05 +01:00
Jorge A. Torres
fd6da30df2
Properly convert shorthand date queries in local time to UTC ( #40146 )
...
- Allow overriding of precision in `OrdersTableQuery::date_to_date_query_arg()
- Shorthand date queries should either date-only or timestamp
- Properly convert shorthand date queries from local to UTC for querying
- Add utility function to convert local-time args to UTC
- Simplify date args processing
- Drop no longer necessary params from date_to_date_query_arg()
- Dates in orders list table filter should be local time
2023-09-19 11:03:05 +02:00
Dan Q
d23ac3ed10
Appease linter
2023-09-19 09:54:01 +01:00
RJ
1b37042d55
add: color palette ai text completion call ( #40237 )
...
* add: color palette ai text completion call
* reorganised for allowing more prompts
* lint fix
* moved tests and fixed version
2023-09-19 16:41:52 +08:00
Dan Q
3848b43052
Add width and height to image to reduce CLS
2023-09-19 09:34:05 +01:00
Dan Q
39caeb1c51
Ensure text wraps at an appropriate point
2023-09-19 09:33:49 +01:00
Dan Q
e599390b9c
Ensure new image centered
2023-09-19 09:33:40 +01:00
Dan Q
e22337d906
Switch SVG for new one
2023-09-19 09:33:21 +01:00
github-actions
5293dbeb62
Add changefile(s) from automation for the following project(s): woocommerce
2023-09-19 07:33:08 +00:00
Kader Ibrahim S
bb2826ac9a
Sets the correct URL for the marketing KB API endpoint.
2023-09-19 12:18:45 +05:30
Moon
f106ca16b9
Customize Your Store - Homepage sidebar ( #40140 )
2023-09-19 13:54:19 +08:00
Chi-Hsuan Huang
e1f9264bb6
Add tracks to CYS assembler-hub and hide pages sidebar screen ( #40156 )
...
* Add tracks to assembler-hub and hide add pages menu
* Add changefile(s) from automation for the following project(s): woocommerce
* Track sidebar menu item click event
* Update tour tracks
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-09-19 11:37:46 +08:00
nigeljamesstevenson
6b8e22c45e
Include plugin test results in Slack summary for daily tests ( #39838 )
2023-09-19 00:24:34 +01:00
David Anderson
aad835a497
Make is_checkout() description more accurate
2023-09-18 21:51:53 +00:00
Veljko V
a23e975eaa
Add new E2E test for Shopper Product-related flows ( #40132 )
...
* Add new E2E test to cover Shopper Product page
* Make product-related tests granular
2023-09-18 14:18:29 -07:00
Veljko V
debb07d64d
Add new E2E test to cover Shopper My Account Addresses ( #40114 )
...
Add new E2E test to cover my account addresses
2023-09-18 13:44:05 -07:00
Ron Rennick
b292cf547a
Update Action Scheduler to 3.6.3 ( #40147 )
2023-09-18 16:14:05 -03:00
nigeljamesstevenson
2d0fd11056
Remove Purchase task from onboarding task list ( #40121 )
2023-09-18 14:51:44 +01:00
github-actions
606f0ebaad
Add changefile(s) from automation for the following project(s): woocommerce
2023-09-18 13:26:04 +00:00
Dan Q
cddf65ad1f
Attempt to trigger auto changelog again
2023-09-18 14:17:41 +01:00
Dan Q
e057e14239
Edit changelog file to match format of that seen elsewhere
2023-09-18 13:48:38 +01:00
Dan Q
0e88160fa3
Manually add changelog entry (don't know why this didn't get created from the PR)
2023-09-18 13:44:02 +01:00
Dan Q
fcb52b7e85
Merge branch 'trunk' into fix/wccom-18029-suppress-double-scrollbar
2023-09-18 13:34:40 +01:00
Dan Q
da7755a7c1
Merge branch 'trunk' into fix/wccom-18029-suppress-double-scrollbar
2023-09-18 13:34:32 +01:00