Merge pull request #33037 from woocommerce/prep/post-6.5.1

Update changelog to reflect 6.5.1 release
This commit is contained in:
Roy Ho 2022-05-16 12:49:30 -07:00 committed by GitHub
commit 02ef6c534e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,12 @@
== Changelog == == Changelog ==
= 6.5.1 2022-05-12 =
**WooCommerce**
* Fix - Specify a maximum index size for the URL column in the Download Directories table. ([#32968](https://github.com/woocommerce/woocommerce/pull/32968))
* Fix - Fix issue where FeaturePlugin class caused a conflict with older WooCommerce Admin versions. ([#32966](https://github.com/woocommerce/woocommerce/pull/32966))
= 6.5.0 2022-05-10 = = 6.5.0 2022-05-10 =
**WooCommerce** **WooCommerce**

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
Updates the stable tag and changelog from 6.5.1 release.

View File

@ -4,7 +4,7 @@ Tags: e-commerce, store, sales, sell, woo, shop, cart, checkout, downloadable, d
Requires at least: 5.7 Requires at least: 5.7
Tested up to: 6.0 Tested up to: 6.0
Requires PHP: 7.0 Requires PHP: 7.0
Stable tag: 6.5.0 Stable tag: 6.5.1
License: GPLv3 License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html License URI: https://www.gnu.org/licenses/gpl-3.0.html