Updates to 6.6.0

This commit is contained in:
WooCommerce
2024-08-27 10:13:56 +00:00
parent a8df935923
commit ca6f1789c9
14 changed files with 171 additions and 106 deletions

View File

@@ -5,11 +5,11 @@
* Description: Sell products and services with recurring payments in your WooCommerce Store.
* Author: WooCommerce
* Author URI: https://woocommerce.com/
* Version: 6.6.0
* Version: 6.6.1
* Requires Plugins: woocommerce
*
* WC requires at least: 8.7.1
* WC tested up to: 9.1.0
* WC tested up to: 9.2.0
* Woo: 27147:6115e6d7e297b623a169fdcf5728b224
*
* Copyright 2019 WooCommerce
@@ -78,7 +78,7 @@ class WC_Subscriptions {
public static $plugin_file = __FILE__;
/** @var string */
public static $version = '6.6.0'; // WRCS: DEFINED_VERSION.
public static $version = '6.6.1'; // WRCS: DEFINED_VERSION.
/** @var string */
public static $wc_minimum_supported_version = '7.7';