Tam Mullen
8d4e4748a0
Merge branch 'trunk' of github.com:woocommerce/woocommerce into add/wx-nightly-perf
2023-08-18 10:33:53 +01:00
Tam Mullen
661c8a1d47
Updated perf test env var
2023-08-18 10:32:35 +01:00
github-actions
7c13473f79
Add changefile(s) from automation for the following project(s): woocommerce
2023-08-18 08:57:55 +00:00
AnnaMag
772541a751
[New Blocks Editor]: Update product experiment name. ( #39684 )
...
* Update product experiment name
* Add changelog
---------
Co-authored-by: Lourens Schep <lourensschep@gmail.com>
2023-08-18 10:54:22 +02:00
Tam Mullen
fdd1196b58
Updated YML file
2023-08-18 09:54:04 +01:00
Tam Mullen
7efb1b5327
Added workflow job for w express perf tests
2023-08-18 09:44:29 +01:00
Tam Mullen
f0538f3ed0
Added daily perf test scenario for w express site
2023-08-18 09:29:17 +01:00
RJ
d663c304c9
add: customize your store xstate scaffolding ( #39619 )
...
* add: customize your store xstate scaffolding
* Update plugins/woocommerce-admin/client/core-profiler/types.tsx
Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
* improved findComponentMeta
---------
Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
2023-08-18 13:30:25 +08:00
Barry Hughes
1cba486c51
Move 'Adding Actions and Filters' from wiki to docs folder ( #39697 )
...
* Move 'Adding Actions and Filters' wiki page to docs folder.
* Apply some recommended readability/grammar tweaks.
2023-08-17 22:17:39 -03:00
Barry Hughes
3ed285c7c2
HPOS: Ensure refund meta data is saved correctly (alternative approach) ( #39700 )
2023-08-17 16:35:57 -07:00
Thomas Shellberg
ffb38055a0
Woo AI - fix store branding settings page regression. ( #39773 )
...
Woo AI - fix store branding settings page regression.
2023-08-17 21:45:32 +02:00
Sam Seay
3e9656187a
Add support to send files in Slack CLI tool ( #39778 )
...
* Add a file upload command to the slack CLI.
* Clean up, add file command to program.
* Rename the command to 'file'
* Better error handling, don't ask for file info.
2023-08-17 13:06:37 -05:00
github-actions
07137472a4
Add changefile(s) from automation for the following project(s): woocommerce
2023-08-17 10:28:57 -07:00
Corey McKrill
11a31e8b64
Update refund meta directly instead of using setters
...
This is an alternative to #39466 , as a way to ensure that refund meta
data gets saved correctly.
Fixes #39215
2023-08-17 10:28:57 -07:00
Niels Lange
2afba8b8fe
Update WooCommerce Blocks to 10.9.0 ( #39783 )
2023-08-17 18:03:19 +02:00
Ilyas Foo
3e9c14d5fb
Add plugin installation request track for core profiler ( #39533 )
...
* Add track to plugin installation in core profiler
* Rename available to shown
* Add changelog
* Lint
2023-08-17 22:34:52 +08:00
github-actions
ec70cd1036
Add changefile(s) from automation for the following project(s): woocommerce
2023-08-17 13:12:51 +00:00
boblinthorst
e3a179ff1c
Prevent non-WC_Orders on the order received page
...
To ensure they have an implementation of the get_order_key function.
Visits to the order_received page with the id of a refund result in a fatal error.
2023-08-17 12:36:33 +02:00
Niels Lange
9a001126b5
Update WooCommerce Blocks to 10.9.0
2023-08-17 12:31:24 +02:00
And Finally
9fbb8a505b
In-App Marketplace: Improve Product Card Clickability ( #39766 )
2023-08-17 09:04:27 +01:00
And Finally
436ce4bd4d
Update copy on In-App Marketplace ( #39767 )
2023-08-17 09:02:25 +01:00
And Finally
6b1694f89b
Update marketplace product card for updated WCCOM search API ( #39689 )
2023-08-17 08:59:46 +01:00
Sam Seay
6e93e8d35e
Add shard to the matrix name in PHP unit tests for clarity in GH UI ( #39747 )
2023-08-17 17:23:35 +12:00
Rodel Calasagsag
af2d4b8daa
Minor doc addition
2023-08-17 11:51:16 +08:00
Rodel Calasagsag
8fe91cf714
Minor function scoping
2023-08-17 11:51:02 +08:00
Rodel Calasagsag
ce6a9e2b26
Minor text update
2023-08-17 11:39:47 +08:00
Rodel Calasagsag
876a0eb6b9
Get actual run date
2023-08-17 11:37:42 +08:00
Rodel Calasagsag
c1771cb372
Add missing required env vars
2023-08-17 10:42:13 +08:00
Rodel Calasagsag
7ef6f1c30a
Move divider location
2023-08-17 10:30:23 +08:00
jconroy
dec3590d2e
Update README.md php minimum version
...
To version 7.3. This is the minimum from WooCommerce 7.7
2023-08-17 11:46:48 +09:30
Rodel Calasagsag
56a90d9505
Remove unnecessary comma
2023-08-17 09:56:46 +08:00
Rodel Calasagsag
6511664ba3
Minor variable naming change
2023-08-17 08:54:21 +08:00
Rodel Calasagsag
0d6f1969ed
More slack message formatting changes
2023-08-17 08:51:49 +08:00
Barry Hughes
2993118a5b
Checkout: show "thank you" message regardless of verification status ( #39758 )
2023-08-16 13:56:32 -07:00
louwie17
c11b11631b
Add/39443 attribute filters ( #39685 )
...
* Add not filterable and not visible icons to attribute list
* Fix types
* Add changelogs
* Fix lint errors
2023-08-16 14:49:52 -04:00
nigeljamesstevenson
4bb1afa012
Fixes for HPOS new/update order hook behavior + webhook support ( #39694 )
2023-08-16 18:10:42 +01:00
RJ
99182c015c
dev: fix core profiler context ts type error ( #39749 )
2023-08-16 20:19:51 +08:00
Kyle Nel
542b33d859
Product Card: update to to using new API values
...
# Conflicts:
# plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.tsx
2023-08-16 13:55:59 +02:00
Dan Q
cb5769ed0b
Correct card hover outline color
2023-08-16 12:26:29 +01:00
Sam Seay
2926acb521
Speed up the lint and test task by doing pnpm install instead of full setup ( #39760 )
2023-08-16 23:02:32 +12:00
Rodel Calasagsag
dbbb2fb6ca
Allow Slack block steps to run on e2e failure
2023-08-16 18:02:06 +08:00
Dan Q
555a8aaff0
Correct font color of search "no results" interpretation to g-gray 700
2023-08-16 11:00:59 +01:00
Dan Q
4831c6712b
Improve semantics of "no results" page with a <h3>
2023-08-16 10:59:48 +01:00
Dan Q
91afe9f6e2
Correct search placeholder text
2023-08-16 10:56:15 +01:00
Dan Q
e4e8490925
Fix heading font size
2023-08-16 10:54:29 +01:00
Dan Q
9c179240ab
Switch "Woo Marketplace" hug in footer to gray-50
2023-08-16 10:18:22 +01:00
And Finally
cc6ae76c42
Fix child keys error in `Tabs` component and and remove unnecessary `sanitizeHTML` call from `FeedbackModal` component ( #39734 )
2023-08-16 10:17:33 +01:00
Dan Q
a88ccc1373
Update footer text
2023-08-16 10:05:53 +01:00
Rodel Calasagsag
77277cdfbf
Change slack channel id
2023-08-16 16:44:11 +08:00
Rodel Calasagsag
c092494c1e
Remove comments
2023-08-16 16:41:12 +08:00