Version bump and add changelog entry post 6.9.2 release (#34701)
This commit is contained in:
parent
dadb1d6a87
commit
8de1d67d7b
|
@ -1,5 +1,11 @@
|
|||
== Changelog ==
|
||||
|
||||
= 6.9.2 2022-09-15 =
|
||||
|
||||
**WooCommerce**
|
||||
|
||||
* Fix - Use offsetted datetime when displaying order created date. [#34687](https://github.com/woocommerce/woocommerce/pull/34687)
|
||||
|
||||
= 6.9.1 2022-09-14 =
|
||||
|
||||
**WooCommerce**
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
Comment: No changelog needed, updates the changelog and versions.
|
|
@ -4,7 +4,7 @@ Tags: online store, ecommerce, shop, shopping cart, storefront, checkout, downlo
|
|||
Requires at least: 5.8
|
||||
Tested up to: 6.0
|
||||
Requires PHP: 7.2
|
||||
Stable tag: 6.9.0
|
||||
Stable tag: 6.9.2
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
|
Loading…
Reference in New Issue