Moon
7bbffd3284
Update CSS styles for core profiler headers ( #39059 )
...
* Remove letter-spacing and use 500 for font-weight
* Add changelog
* Style updates for the header
* Set letter-spacing to normal
* Use 500 for font-weight
* Remove max-width
* Add changelog
2023-07-03 10:54:48 -07:00
Luigi Teschio
61a6fc618c
Update WooCommerce Blocks to 10.4.5 ( #39048 )
...
bump WC Blocks to 10.4.5
2023-06-30 15:27:27 +02:00
github-actions[bot]
6fac9fe376
Delete changelog files based on PR 39030 ( #39044 )
...
Delete changelog files for 39030
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-06-30 16:22:39 +12:00
github-actions[bot]
192843b487
Delete changelog files based on PR 38872 ( #38924 )
...
Delete changelog files for 38872
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-06-30 16:13:58 +12:00
Moon
87393e0ef1
Update CSS styles for core profiler headers ( #39042 )
...
* Remove letter-spacing and use 500 for font-weight
* Add changelog
2023-06-29 20:16:44 -07:00
Daniel Dudzic
3d0c5af5fe
FSE: Fix frontend stylesheets not being enqueued in the Site Editor ( #38769 )
2023-06-29 22:30:02 +02:00
louwie17
690bd7da2b
Require wc-admin-functions into products tracking class ( #39030 )
...
* Require wc-admin-functions into products tracking class
* Add changelog
* Revert old change back
2023-06-29 17:00:04 -03:00
Daniel Dudzic
b1dc8b67f9
Merge branch 'woocommerce:trunk' into fix/35495-stylesheets-not-enqueued-in-site-editor
2023-06-29 21:54:44 +02:00
github-actions[bot]
1aab0eccab
Delete changelog files based on PR 38987 ( #39034 )
...
Delete changelog files for 38987
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-06-29 13:36:20 -05:00
github-actions[bot]
3915ea496f
Delete changelog files based on PR 38929 ( #39032 )
...
Delete changelog files for 38929
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-06-29 13:33:07 -05:00
Sam Seay
957fb2b07e
Update pnpm to 8.6.5 ( #38990 )
2023-06-29 16:51:29 +12:00
Sam Seay
59e1ba174d
MVP process manifest JSON and convert to WordPress categories/posts ( #38874 )
...
---------
Co-authored-by: Leif Singer <git@singer.sh>
2023-06-29 16:47:22 +12:00
Corey McKrill
55b2c67eda
Analytics API: Parameter to omit customer records with specific empty fields ( #38827 )
...
Adds `filter_empty` parameter, so that customer records with specific empty fields can be left out of the results, resulting in more efficient requests.
Fixes #38820
2023-06-28 17:17:53 -07:00
Corey McKrill
b81a86c922
OrdersTableDataStore: capture+log exceptions when populating order properties ( #38840 )
...
Even if errors are found when populating the order properties, the order object will be returned anyway. Additionally, these errors will be logged as warnings, both when using the new HPOS-based orders datastore and when using the old CPT based datastore.
2023-06-28 17:13:33 -07:00
Nima Karimi
8d5d8d9302
Release Woo AI plugin v0.2.0 ( #39011 )
...
Updating versions and changelog
2023-06-29 02:21:33 +03:00
Moon
55280aea96
Override Jetpack connection data endpoint when Jetpack is not installed ( #38987 )
...
* Override /jetpack/v4/connection/data to return 404 to fix conflict with Android app flow
* Add changelog
* Override only for the mobile devices
2023-06-28 12:51:09 -07:00
Joel Thiessen
9927facfb3
Adding tracks events indicating visibility for ai features ( #39005 )
2023-06-28 10:32:12 -07:00
Nestor Soriano
43172a32e7
Log errors when setting order properties using the CPT datastore too.
2023-06-28 14:20:57 +02:00
Emmanuel Hesry
25601eaaa0
Remove hardcoded 'shop order' screen id in order edit page ( #38938 )
2023-06-28 10:51:56 +02:00
Karol Manijak
b5cbc1d7cf
Fix "View Cart" link layout in post/page ( #38950 )
2023-06-28 08:46:46 +02:00
Ron Rennick
4476129595
do not use image size cache while in customizer ( #38875 )
...
Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
2023-06-27 14:50:51 -07:00
Mahmoud Saeed
b0ae9dac27
Use NumberUtil::round() instead of number_format() in WC_Order::get_item_subtotal() ( #36760 )
...
* Use NumberUtil::round() instead of number_format() in WC_Order::get_item_subtotal()
* Add changelog
---------
Co-authored-by: Jorge A. Torres <jorge@0xbad.com>
2023-06-27 14:32:43 -07:00
github-actions[bot]
233860b704
Delete changelog files based on PR 38834 ( #38986 )
...
Delete changelog files for 38834
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-06-27 16:09:46 -05:00
Mike Jolley
84171baaaa
Fix display of "empty cart" notices when using a shortcode cart and the checkout block ( #38738 )
...
* Wrap wc_empty_cart_message with a new `wc-empty-cart-message` class
* use `wc-empty-cart-message` in cart.js
* changelog
* phpcs violations
2023-06-27 12:35:44 -07:00
Nima Karimi
500cdb8b23
Update the product's permalink (slug) when an AI suggestion is selected ( #38902 )
...
* Add product id to product data
* Create a React Hook for updating product slug
* Update product slug when title is updated.
* Add changelog
* Import hooks from index
* Use getPostId util to get product ID
* Only update draft product's slug
2023-06-27 21:46:18 +03:00
github-actions[bot]
783cfd4f29
Delete changelog files based on PR 38914 ( #38978 )
...
Delete changelog files for 38914
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-06-27 12:03:58 -05:00
Fernando Marichal
611adcf2b4
Add Variations tab to Product Block Editor ( #38921 )
...
* Add Variations tab
* Add changelog
* Fix lint
2023-06-27 12:57:23 -03:00
Nathan Silveira
89129cc62a
Revert "Always show pricing group fields, disable if not available for a product type ( #38531 )" ( #38964 )
...
* Revert "Always show pricing group fields, disable if not available for a product type (#38531 )"
This reverts commit 18f2de2bc4
.
* Add changelog and fix lint issues
* Remove call to removed function
2023-06-27 12:50:02 -03:00
Sam Seay
7860415be5
Bump beta-tester to 2.2.1 to release support for installing trunk live branch ( #38908 )
...
Bump version of beta tester in prep to release.
2023-06-28 00:15:39 +12:00
Ahmed
2e5b6d1d1d
Add support for 6 new countries in WCPay ( #38109 )
...
* Add new countries in isWCPaySupported
* Add new countries in get_wcpay_countries
* Add new countries in default free extension 'woocommerce-payments'
* changelog
* fox linting issue
* Remove support for Czech Republic, Sweden, Hungary
* Revert "Remove support for Czech Republic, Sweden, Hungary"
This reverts commit 0a8309f664
.
2023-06-27 18:35:28 +08:00
kidinov
536f39db6d
Fixed the description
2023-06-27 11:18:18 +02:00
Jonathan Lane
a948c72fae
Fix failing tests in create shipping zones ( #38949 )
...
* Fix failing tests, clean up locators
* Add changelog
* Fix bugs
---------
Co-authored-by: Jon Lane <jon.lane@automattic.com>
2023-06-27 10:52:52 +02:00
Karol Manijak
77dfa4a73a
Add changelog entry
2023-06-27 08:48:06 +02:00
Karol Manijak
f794bcd2ce
Load added_to_cart styles in the posts/pages as in archive templates
2023-06-27 08:27:49 +02:00
Moon
ac1b5f0b14
Restore plugins selection when there is an error ( #38922 )
...
Restore plugins selection when there is installatio error
2023-06-26 17:31:16 -07:00
Moon
acfd7dc53f
Prefetch Jetpack connection and auth info ( #38929 )
...
* prefetch Jetpack connection and auth info when Jetpack is selected
* Add changelog
* Use pre-exisiting hasJetpackSelected cond
2023-06-26 17:30:46 -07:00
Ron Rennick
f44694f750
Ignore cached plugin data when checking if plugins are WooCommerce-aware ( #38836 )
2023-06-26 15:01:11 -03:00
rodelgc
95681d2c8b
Fix `upload-plugin` spec by updating locator from core profiler ( #38914 )
...
* Update locator
* Add changelog
2023-06-26 13:03:55 +02:00
kidinov
278e10bb33
Fixed broken test
2023-06-26 12:18:51 +02:00
kidinov
6dbb0955e6
Tests adjustements
2023-06-26 10:56:49 +02:00
kidinov
bff7d12c19
Better comment for test
2023-06-26 10:24:25 +02:00
kidinov
84bb1c91b8
Removed setting empty query paras
2023-06-26 10:23:54 +02:00
kidinov
89d3a1ecee
Merge branch 'trunk' into update-38820-enhancement-api-search-customers-with-non-empty-email-or-name-or-address
...
# Conflicts:
# plugins/woocommerce/tests/legacy/unit-tests/woocommerce-admin/api/reports-customers.php
2023-06-26 10:01:38 +02:00
kidinov
93a62e704d
Tests to the separate test
2023-06-26 09:56:13 +02:00
Andrey
d4b77eead6
Update query type for filter_empty
...
Co-authored-by: Corey McKrill <916023+coreymckrill@users.noreply.github.com>
2023-06-26 09:30:06 +02:00
nigeljamesstevenson
3b075731a5
Make e2e test `can discard industry changes when navigating back to "Store Details"` independent from previous tests ( #38715 )
...
* e2e test update
* handle modal on test
* Update deprecated method
---------
Co-authored-by: Rodel Calasagsag <rodel.calasagsag@automattic.com>
2023-06-26 14:13:02 +08:00
rodelgc
b91c37fe32
Replace deprecated `page` methods ( #38344 )
2023-06-26 09:06:11 +08:00
Barry Hughes
7ed5f599a2
Improve hpos cli verbose output ( #38699 )
2023-06-23 13:40:57 -07:00
github-actions[bot]
41d24a7643
Delete changelog files based on PR 38918 ( #38928 )
...
Delete changelog files for 38918
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-06-23 14:33:00 -05:00
github-actions[bot]
127ced8e79
Delete changelog files based on PR 38861 ( #38926 )
...
Delete changelog files for 38861
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-06-23 14:29:11 -05:00