Commit Graph

53854 Commits

Author SHA1 Message Date
Dan Q f0296485c3
Inconsequential change to trigger hooks again 2023-09-25 10:00:18 +01:00
github-actions 547ad79a5a Add changefile(s) from automation for the following project(s): woocommerce 2023-09-25 08:34:22 +00:00
Dan Q af10078e04
Inconsequential change to trigger hooks 2023-09-25 09:30:12 +01:00
Kader Ibrahim S cdded7d426
Updates the marketing knowledgebase posts endpoint (#40090) 2023-09-25 11:07:55 +05:30
Veljko V 55c1bec490
Add new E2E tests to cover Shopper > Shop milestone (#40244)
* Add test to cover shopper tags and attributes

* Add new scenarios to complete a milestone

* Update comment in the code
2023-09-22 14:16:35 -07:00
And Finally be6982432e
Marketplace: Reset search input when tab changes (#40160) 2023-09-22 16:55:16 +01:00
github-actions b45119b6a7 Add changefile(s) from automation for the following project(s): woocommerce 2023-09-22 16:16:04 +01:00
raicem 15257f8761 Markatplace: Reset search input when tab changes
When tab is changed, `@woocommerce/navigation` package resets
the `term` query parameter. So `query.term` becomes undefined.

Adding the else block allows us to catch that case and then
we can reset the search input.
2023-09-22 16:16:04 +01:00
louwie17 247b8990d2
Add default price support to product variations (#40343)
* Optimize crud totalCount queries to avoid two requests

* Make use of same request params for totalCount as getVariations

* Add support for default_values when generating product variations

* Add test for default_values

* Add changelogs

* Only use default values of first variation

* Address some PR feedback

* Update types
2023-09-22 11:39:35 -03:00
Vedanshu Jain 94069bb4ff
Use correct feature name for back compat. (#40367) 2023-09-22 16:04:52 +02:00
RJ f29f519526
add: save cys ai input and response to options (#40330)
* add: save cys ai input and response to options

* fix type error
2023-09-22 20:43:42 +08:00
Vedanshu Jain 687495a878
Add unit test around number of times order save is being called. (#40241) 2023-09-22 13:55:39 +02:00
Vedanshu Jain 9659fd3e20
Address conflict between HPOS & WP edit lock (#40355) 2023-09-22 16:08:52 +05:30
Vlad Olaru ffcbc8e200
Remove Incentive dismiss survey modal custom button styling and defer to core styling (#40334) 2023-09-22 11:28:28 +03:00
Vedanshu Jain b97eb19314
save hpos order data before clearing the order from cache (#40282) 2023-09-22 12:29:21 +05:30
Chi-Hsuan Huang 0c43712b68
[Customize Your Store] Hide color panel and fix nav links on WooExpress site (#40326) 2023-09-22 14:27:22 +08:00
Jorge A. Torres f446315f32
Make sure orders are always saved with addresses indexes set (#40332)
* Make sure orders are saved with addresses indexes set.

* Add changelog
2023-09-21 16:44:22 -07:00
nigeljamesstevenson 3544ef300f
update correlation in performance requests (#40359)
* update correlation

* update correlation
2023-09-21 16:10:38 -07:00
Moon ce7038d814
Remove unnecessary APIs calls when the setup tasklist is shown (#40291)
* Consider setup task hidden when activeSetupList is null

* Render ActivityPanel when the setup tasklist is hidden only

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
2023-09-21 15:35:45 -07:00
Paul Sealock fb557cf21f
Components: TreeSelectControl - Make sure individuallySelectParent value is preserved (#40301)
* make sure individually selected parent value is preserved

* Add changefile(s) from automation for the following project(s): @woocommerce/components

---------

Co-authored-by: github-actions <github-actions@github.com>
2023-09-22 10:20:08 +12:00
louwie17 bdbd590819
Fix product editor images block (#40356)
* Enqueue media utils which are required for images block

* Add changelog
2023-09-21 16:14:11 -03:00
Jorge Torres 46e437cbfd Add changelog 2023-09-21 18:55:36 +01:00
Jorge Torres 5d7b2f36fc Prevent conflict with WP’s post lock 2023-09-21 18:55:31 +01:00
Jorge Torres 92faebbe69 Handle change in name of order ID in list table 2023-09-21 18:55:11 +01:00
nigeljamesstevenson e0c44f07fb
test update for failing k6 tests (#40350) 2023-09-21 09:50:26 -07:00
Ron Rennick 087813f52d
Ignore some metadata in the HPOS verify tool (#40338) 2023-09-21 13:35:37 -03:00
Kader Ibrahim S 01b99e9803 Removes the default topic for unavailable topics. 2023-09-21 21:16:36 +05:30
Jorge Torres 10c66d2196 Ignore some metadata in HPOS verify tool. 2023-09-21 14:15:49 +01:00
Jorge Torres 97697fcdbb Add changelog 2023-09-21 14:15:43 +01:00
Vlad Olaru 81d5df92e8
Add changelog entry 2023-09-21 15:58:18 +03:00
Vlad Olaru 6e83c3c9e6
Remove custom button styling and defer to core styling 2023-09-21 15:54:27 +03:00
Vedanshu Jain 4f425aca34 Move clear cache to after backfilling bit is set as its not atomic. 2023-09-21 13:22:17 +05:30
Vedanshu Jain c6afc7a4c3 Use less invasive cache validation for after meta cache.
Entire cache is still invalidated on an object save.
2023-09-21 12:47:31 +05:30
Chi-Hsuan Huang 7f9322c858
[Customize Your Store] Loading - Persisting AI assembled site (#40294)
* Persist AI assembled site

* Update color options

* Invalid the selectors

* Add changefile(s) from automation for the following project(s): woocommerce

* Fix lint

* Update colorPaletteName

* Fix tests

* [Customize Your Store] Call wc store patterns API (#40297)

* Call /wc/store/v1/patterns endpoint to populate pattern contents/images

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>

---------

Co-authored-by: github-actions <github-actions@github.com>
2023-09-21 13:30:57 +08:00
Moon a9d6a3aa39
Customize Your Store - Implement back to home buttons (#40321)
* Implement back to home buttons

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
2023-09-20 19:06:39 -07:00
Chi-Hsuan Huang 48342fbc66
Add cys ai header/footer (#40276)
* Add cys ai header suggestion

* Add cys ai footer suggestion

* Add changefile(s) from automation for the following project(s): woocommerce

* Fix types

---------

Co-authored-by: github-actions <github-actions@github.com>
2023-09-21 09:49:00 +08:00
Moon b9b4dc852c
Customize Youre Store - Use all six homepage templates (#40313)
* Use all 6 homepage templates

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
2023-09-20 18:47:59 -07:00
github-actions[bot] bea1daef0f
Prep trunk for 8.3 cycle (#40322)
Prep trunk for 8.3 cycle with version bump to 8.3.0-dev

Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-09-20 19:08:13 -05:00
github-actions[bot] f2e352596e
Release: Remove 8.2 change files (#40324)
Delete changelog files from 8.2 release

Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-09-20 19:06:54 -05:00
github-actions[bot] 506f081304
Update changelog.txt from release 8.1.1 (#40227)
Prep trunk post release 8.1.1

Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-09-20 13:56:36 -05:00
Adrian Duffell 76b8042359
Replace "Personalize Your Store" Task with "Choose Your Theme" (#40239)
* Update appearance task to choose a WP theme

* Add changelog

* Update redirect URL

Redirects to the main theme screen.

* Update plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Appearance.php

Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>

* Wrap URL in getAdminLink

* Update position of task

* Change title

* Change redirect URL to be the site editor

* Revert to original task name

* Use inherited is_complete function

* Use PHP-based action tracking

* Fix lint issue

---------

Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
2023-09-21 00:25:35 +08:00
nigeljamesstevenson 5bc0789921
Fix: order metadata changes from admin not applied with HPOS active. (#40278) 2023-09-20 15:05:45 +01:00
nigeljamesstevenson 6b4bec0c95
Enable HPOS by default for new installs. (#40296) 2023-09-20 15:04:23 +01:00
Vedanshu Jain 6f4eb37b21 Enable HPOS by default for new installs. 2023-09-20 17:49:06 +05:30
Fernando Marichal 1c497f3066
Update copy in the add variation options modal (#40280)
* Change add variation options modal copy

* Add changelog

* Clean component
2023-09-20 09:12:48 -03:00
Fernando Marichal f058e04046
Fix styling errors in variation actions in blocks product editor (#40220)
* Fix actions style

# Conflicts:
#	packages/js/product-editor/src/components/variations-table/styles.scss

* Add changelog

* Fix checkbox

* Refactor fix
2023-09-20 09:05:51 -03:00
Jorge Torres 8c55e53772 Remove unnecessary import 2023-09-20 13:02:51 +01:00
Nestor Soriano cff83dca10
Remove unnecessary hpos check 2023-09-20 13:37:56 +02:00
Luigi Teschio 186474078e
Update WooCommerce blocks package to 11.1.1 (#40300)
bump Woo Blocks 11.1.1
2023-09-20 13:36:38 +02:00
nigeljamesstevenson 4b79f12026
Add missing order type handling in HPOS sync (#40279) 2023-09-20 10:37:58 +01:00