mirror of
https://github.com/pronamic/woocommerce-subscriptions.git
synced 2025-10-07 01:54:05 +00:00
Updates to 6.3.1
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Plugin Name: Woo Subscriptions
|
||||
* Plugin Name: WooCommerce Subscriptions
|
||||
* Plugin URI: https://www.woocommerce.com/products/woocommerce-subscriptions/
|
||||
* Description: Sell products and services with recurring payments in your WooCommerce Store.
|
||||
* Author: WooCommerce
|
||||
* Author URI: https://woocommerce.com/
|
||||
* Version: 6.2.0
|
||||
* Version: 6.3.1
|
||||
* Requires Plugins: woocommerce
|
||||
*
|
||||
* WC requires at least: 7.7.0
|
||||
* WC tested up to: 8.7.0
|
||||
* WC requires at least: 7.9.0
|
||||
* WC tested up to: 8.9.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.2.0'; // WRCS: DEFINED_VERSION.
|
||||
public static $version = '6.3.1'; // WRCS: DEFINED_VERSION.
|
||||
|
||||
/** @var string */
|
||||
public static $wc_minimum_supported_version = '7.7';
|
||||
|
Reference in New Issue
Block a user