Prepare 4.6.0 beta 1 release
This commit is contained in:
parent
3391d8c0b0
commit
aa70284f01
|
@ -22,7 +22,7 @@ final class WooCommerce {
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '4.7.0';
|
public $version = '4.6.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WooCommerce Schema version.
|
* WooCommerce Schema version.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "woocommerce",
|
"name": "woocommerce",
|
||||||
"title": "WooCommerce",
|
"title": "WooCommerce",
|
||||||
"version": "4.7.0",
|
"version": "4.6.0",
|
||||||
"homepage": "https://woocommerce.com/",
|
"homepage": "https://woocommerce.com/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
52
readme.txt
52
readme.txt
|
@ -160,7 +160,57 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
= 4.7.0 - 2020-11-xx =
|
= 4.6.0 - 2020-10-13 =
|
||||||
|
|
||||||
|
**WooCommerce**
|
||||||
|
|
||||||
|
* Tweak - Removed the "Features" settings page now that the WooCommerce Admin dashboard is enabled by default. #27047
|
||||||
|
* Tweak - Deprecate old setup wizard. #26853
|
||||||
|
* Tweak - Add WC pages when the plugin is activated now that the old setup wizard was deprecated. #26853
|
||||||
|
* Fix - When adding a grouped product to the cart, quantity is passed through the `woocommerce_stock_amount` filter like it's done for simple and variable products. #27219
|
||||||
|
* Fix - Several style improvements to notices in theme Twenty Twenty. #27387
|
||||||
|
* Fix - Fixed countries list sorting and added support to PHP internationalization functions. #27416
|
||||||
|
* Fix - Remove "There are no notes yet" after adding the first one by AJAX. #27449
|
||||||
|
* Fix - Fix PHP docblock summary to properly reflect the role of `wc_get_coupon_id_by_code` function. #27453
|
||||||
|
* Fix - Fix white space character in add-to-cart script. #27459
|
||||||
|
* Fix - Adding missing css property to email templates to ensure header background color is less likely to be overridden by email client. #27525
|
||||||
|
* Fix - Encapsulate scope of `c` variable to avoid polluting the global scope and potentially causing problems if other plugins use the same variable name. #27610
|
||||||
|
* Fix - Fix bug when using tax classes with some non-ASCII characters. #27615
|
||||||
|
* Fix - Paypal gateway: protect code against a fatal error if WooCommerce is unable to communicate with PayPal. #27616
|
||||||
|
* Fix - Added WP environment type to tracker. #27685
|
||||||
|
* Fix - Prevent fatal errors when trying to determine what is the product type taxonomy term. #27441
|
||||||
|
* Fix - Typo in the error message shown in the customizer. #27008
|
||||||
|
* Dev - Introduced `woocommerce_return_to_shop_text` filter. #25419
|
||||||
|
* Dev - Introduced `woocommerce_cart_item_required_stock_is_not_enough` filter. #26196
|
||||||
|
* Dev - Changed relative `include` paths to absolute `include` paths using `__DIR__`. #27433
|
||||||
|
* Dev - Fixed duplicated use of `woocommerce_add_$notice_type`. #27437
|
||||||
|
* Dev - Allow public access to core capabilities for other plugins. #26976
|
||||||
|
* Dev - Add `woocommerce_should_send_no_stock_notification` filter. #27634
|
||||||
|
* Dev - New action 'woocommerce_after_order_details' added in a order-details.php template. #26327
|
||||||
|
* Localization - Remove duplicated entry for Cyprus when listing countries by continent. #27636
|
||||||
|
* Localization - Add Egypt regions. #27495
|
||||||
|
* Localization - Updated name for the Hungarian county called Csongrád-Csanád. #27075
|
||||||
|
* Localization - Adding states for Benin country. #27217
|
||||||
|
* Localization - Add KR locale info. #27496
|
||||||
|
* Localization - Fixed the name of the Spain state of `Biscay`. #27548
|
||||||
|
|
||||||
|
**WooCommerce Admin - 1.6.0**
|
||||||
|
|
||||||
|
Pending an update from Isotope
|
||||||
|
|
||||||
|
**WooCommerce Blocks - 3.2.0, 3.3.0 and 3.4.0**
|
||||||
|
|
||||||
|
- Fix an undefined variable PHP notice related to Product REST API. [#2962](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2962)
|
||||||
|
- Fixed an issue that was making some blocks not to render correctly in the Empty cart template. [#2904](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2904)
|
||||||
|
- Fixes a styling issue in the Product Search block in the editor. [#3014](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3014)
|
||||||
|
- Improved focus styles of error states on form elements. [#2974](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2974)
|
||||||
|
- Deprecate wc.wcSettings.setSetting function. [#3010](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3010)
|
||||||
|
- Improve behaviour of draft order cleanup to account for clobbered custom shop order status. [#2912](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2912)
|
||||||
|
- Fixed styling options of the Product Title block (in All Products). [3095](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3095)
|
||||||
|
- Fix product reviews schema date fields to use new (WP 5.5) `date-time` format. ([3109](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3109))
|
||||||
|
- Use wp_login_url instead of hardcoding login path. ([3090](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3090))
|
||||||
|
- Create DebouncedValidatedTextInput component. ([3108](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3108))
|
||||||
|
- Merge ProductPrice atomic block and component. ([3065](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3065))
|
||||||
|
|
||||||
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/master/changelog.txt).
|
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/master/changelog.txt).
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: WooCommerce
|
* Plugin Name: WooCommerce
|
||||||
* Plugin URI: https://woocommerce.com/
|
* Plugin URI: https://woocommerce.com/
|
||||||
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
||||||
* Version: 4.7.0-dev
|
* Version: 4.6.0-beta.1
|
||||||
* Author: Automattic
|
* Author: Automattic
|
||||||
* Author URI: https://woocommerce.com
|
* Author URI: https://woocommerce.com
|
||||||
* Text Domain: woocommerce
|
* Text Domain: woocommerce
|
||||||
|
|
Loading…
Reference in New Issue