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
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
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
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
And Finally
7943c2988a
Hide empty addons menu item, fix marketplace feature toggle ( #39751 )
2023-08-16 09:30:59 +01:00
Dan Q
b9a675be82
Linting CSS
2023-08-16 09:29:56 +01:00
Dan Q
a89d05b8d1
Remove unused dependency
2023-08-16 09:28:51 +01:00
Cem Ünalan
2233eaf871
Marketplace: Add no results page ( #39690 )
2023-08-16 11:28:26 +03:00
Dan Q
2397f37c93
Make product cards entirely clickable with hover effect
2023-08-16 09:20:24 +01:00
And Finally
732e5bd91b
More concise use of selectors, so we only do one lookup
...
Co-authored-by: Dan Q <dan@danq.me>
2023-08-16 08:49:01 +01:00
Sam Seay
462c690d61
Remove redundant deps on e2e in wc-admin ( #39746 )
2023-08-16 12:15:03 +12:00
Sam Seay
a9ac6a43cb
Fix create-extension bugs ( #39703 )
...
Update dependencies, docs, remove outdated scripts.
2023-08-16 12:12:33 +12:00
github-actions
95c279f96c
Add changefile(s) from automation for the following project(s): woocommerce
2023-08-15 21:46:27 +00:00
Corey McKrill
acee366e8b
phpcs cleanup
2023-08-15 14:23:46 -07:00
Corey McKrill
9212d5f70d
Checkout: show "thank you" message regardless of verification status
...
As an alternative to #39406 , this tries to solve the same issue in a
simpler way: break the "thank you" message out into its own small
template file and just include it in more places, so that no matter
the context, the order confirmation screen will always say thank you,
acknowledging that the order data has been received.
2023-08-15 14:10:06 -07:00
github-actions[bot]
53b0f113e5
Update changelog.txt from release 8.0.2 ( #39754 )
...
Prep trunk post release 8.0.2
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-08-15 15:11:51 -05:00
jonathansadowski
beea09de2e
Update stable tag to 8.0.2 ( #39757 )
...
woorelease: Update stable tag to 8.0.2
2023-08-15 15:11:07 -05:00
Thomas Shellberg
a319582c6d
Fix saving bug with Woo AI settings page and simplify. ( #39565 )
...
* Fix Woo AI plugin settings page save bug and refactor settings page.
2023-08-15 22:10:21 +02:00
Jorge A. Torres
2928a0246e
Address some more wc-admin PHP 8.1+ deprecation warnings ( #38774 )
...
* More wc-admin fixes
* Add changelog
2023-08-15 16:41:09 -03:00
And Finally
368abf3fd4
Added JS to hide the dodgy empty submenu item for My Subscriptions till we can convert that page to React.
...
Wrapped adding of Extensions submenu item to when marketplace feature is enabled. The old version of the marketplace doesn't need this.
Added `marketplace` feature to `legacy_feature_ids` in `FeaturesController`. See https://protonpower.wordpress.com/2023/07/07/woocommerce-feature-triggers-scary-warning/#comment-8066 .
2023-08-15 17:00:05 +01:00
Gan Eng Chin
0be8fa0b36
Fix TikTok naming ( #39748 )
2023-08-15 22:40:52 +08:00
jonathansadowski
9887601901
Update beta tester build step ( #39732 )
...
* Update beta tester build step
* Add changefile(s) from automation for the following project(s): woocommerce-beta-tester
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-08-15 08:16:19 -05:00
nigeljamesstevenson
d1f2218f71
Add loading indicator when submitting location in Tax task ( #39613 )
...
thanks a lot!
2023-08-15 13:49:13 +01:00
raicem
43271f9292
Marketplace: remove Featured category from category selector
...
It's not needed as a category option as the Discover page
shows the featured products. So we filter it out.
2023-08-15 15:43:09 +03:00
Cem Ünalan
ce32317aeb
Marketplace: Add translation to the no results icon alt text
...
Co-authored-by: Dan Q <dan@danq.me>
2023-08-15 15:38:41 +03:00
raicem
fefe5223bc
Marketplace: Add no results page
2023-08-15 15:37:50 +03:00
RJ
964dd1f449
dev/refactor core profiler utils ( #39581 )
...
* dev: added useFullScreen hook
- foresee using this in more developments
* dev: made findComponentMeta generic
* changelog
2023-08-15 19:26:37 +08:00