Jon Lane
88afbb1e5b
Fix product CRUD tests to work with daily
2023-08-18 16:33:09 -07:00
Jonathan Lane
497c5694e0
Fix failing disable test ( #39674 )
...
* Fix failing disable test
* Add changefile(s) from automation for the following project(s): woocommerce
* Fix daily failing
---------
Co-authored-by: Jon Lane <jon.lane@automattic.com>
Co-authored-by: github-actions <github-actions@github.com>
2023-08-18 15:33:07 -07:00
Brent MacKinnon
39ef761eaf
Delete md-linting.yml
2023-08-18 16:30:00 -03:00
louwie17
b3f7be5fdc
Update ImageGallery toolbar: changing icon to text and adding ellipsis menu ( #39753 )
...
* Update ImageGallery Toolbar by adding an ellipsis options dropdown menu
* Add changelog
* Remove typings
* Fix build issues
* Fix lint errors
* Add comment and remove old comment
2023-08-18 16:24:26 -03:00
Brent MacKinnon
0a3f5744ab
Update HPOS.md
2023-08-18 16:05:23 -03:00
Brent MacKinnon
9665a3618e
adjusting name of tutorial doc
2023-08-18 16:04:23 -03:00
Brent MacKinnon
453a6ab550
removing QIT for now
2023-08-18 15:56:53 -03:00
Cem Ünalan
3c92e9078c
Marketplace: cache Discover page content in a transient ( #39782 )
2023-08-18 21:48:19 +03:00
Brent MacKinnon
6dec084ab4
Initiating the Docs Information Architecture and committing the first major batch of documents
...
We've been quietly building a set of documentation in a private repo that we are ready to move over to the public monorepo so that we can continue our initiative to imrpove the documentation experience for Woo developers.
2023-08-18 15:47:07 -03:00
github-actions
657971e6ca
Add changefile(s) from automation for the following project(s): woocommerce
2023-08-18 15:59:56 +00:00
raicem
60c07013d4
Marketplace: Cache Discover page content
...
We were hitting the WCCOM API directly from the front end. However,
that limits of in terms of caching and reducing the load on WCCOM.
To prevent that, we added a REST API endpoint. This endpoint
fetches discover page content from WCCOM and puts in a transient.
This is actually how the page works in the previous version. So
we were able to reuse a lot of the code.
2023-08-18 18:59:36 +03:00
And Finally
c42e6bcc5b
Address design feedback ( #39771 )
2023-08-18 15:57:08 +01:00
Kader Ibrahim S
520bbe4f9c
Fixes lint errors ( #39808 )
2023-08-18 20:02:53 +05:30
Kader Ibrahim S
d77a0dde30
Fixes Knowledge base API ( #39808 )
2023-08-18 20:01:06 +05:30
And Finally
87706c5e5a
[wccom-17713] Addressing design feedback.
...
- Removed duplicate `Search` styles from `header.scss`.
- Removed 10px top padding from `Header`. Applied it to title, meta and search containers instead.
- Deleted duplicate search button style from `header.scss`.
- Swapped round order of search component and header meta div so tab navigation order is correct.
- Added focus style to search component.
- Reduced footer side padding on mobile.
- Changed `.woocommerce-marketplace__header-title` page title to an h1 for accessibility.
- Removed top margin from product cards – the css grid handles the gap.
- Removed margin from `.woocommerce-marketplace__product-card__description`.
- Reduced font weight of price in product cards.
- Set margin below product list header.
- Removed right margin from tab buttons – css grid handles the gap.
- Increased top padding of `.woocommerce-marketplace__content`.
Addressing linter error.
2023-08-18 15:20:00 +01:00
Fernando Marichal
278366def9
Disable tabs in parent product page with variations ( #39675 )
...
* Add warning block
* Delete warning block
* Add notice component
# Conflicts:
# packages/js/product-editor/src/style.scss
* Add page notice
# Conflicts:
# packages/js/product-editor/src/blocks/tab/edit.tsx
* Add `isOptionsNoticeVisible` to tab
* Add utils functions
* Remove warning
* Add notice visibility to tab
* Add notice visibility to pricing, inventory, shipping
* Add changelog
* Remove warning
* Change button text
* Add check to hasAttributesUsedForVariations
* Fix tests
# Conflicts:
# packages/js/product-editor/src/components/tabs/test/tabs.spec.tsx
* Create notice block and move notice from tabs
* Fix product-notice block declaration
* Remove title from array
* Fix notices
* Fix styles
* Change error to error-type
* Revert "Add notice visibility to pricing, inventory, shipping"
This reverts commit 140703d49e
.
* Remove import
* Revert "Fix tests"
This reverts commit 96036c5a6c
.
* Remove duplicated function
* Add changelog
* Remove `isSelectedTabApplicableForOptionsNotice`
* Remove styles out of scope
* Fix notice props
* Rename block
* Remove selectedTab
* Update packages/js/product-editor/src/blocks/notice/edit.tsx
Co-authored-by: louwie17 <lourensschep@gmail.com>
* Fix lint
---------
Co-authored-by: louwie17 <lourensschep@gmail.com>
2023-08-18 11:14:02 -03:00
Fernando Marichal
5f7e20bed7
[Product Block Editor] remove digital products from target list ( #39801 )
...
* Fix remove digital products from the target list
* Add changelog
2023-08-18 09:32:06 -03:00
AnnaMag
afc8e0fac5
Disable the new editor for variable products. ( #39780 )
...
* Disable the new editor for variable products with the dev feature flag disabled.
* Add changelog
2023-08-18 09:26:56 -03:00
Ahmed
74beca459e
Add support for Japan and UAE to WooPayments ( #39431 )
...
* Add support for JP and UAE
* Add changelog file
2023-08-18 17:58:39 +08:00
Tam Mullen
bb898a609c
Merge branch 'add/wx-nightly-perf' of github.com:woocommerce/woocommerce into add/wx-nightly-perf
2023-08-18 10:36:46 +01:00
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
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