| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | * Plugin Name: Subscriptions for WooCommerce with Stripe Recurring Payments |
| 4 | 4 | * Plugin URI: https://wpsubscription.co/ |
| 5 | 5 | * Description: WPSubscription allows WooCommerce to enable recurring payments, subscriptions, and auto-renewals for digital and physical products. Supports Stripe, PayPal, Paddle, and more. |
| 6 | 6 | * |
| 7 | - * Version: 1.11.2 | |
| 7 | + * Version: 2.0.0 | |
| 8 | 8 | * |
| 9 | 9 | * Author: ConversWP |
| 10 | 10 | * Author URI: https://wpsubscription.co/ |
| 11 | 11 | * |
| @@ -13,16 +13,14 @@ | ||
| 13 | 13 | * Domain Path: /languages |
| 14 | 14 | * |
| 15 | 15 | * Requires PHP: 7.4 |
| 16 | 16 | * |
| 17 | - * Requires at least: 6.0 | |
| 18 | - * Tested up to: 7.0 | |
| 17 | + * Requires at least: 6.2 | |
| 18 | + * Tested up to: 7.1 | |
| 19 | 19 | * |
| 20 | 20 | * WC requires at least: 6.0 |
| 21 | 21 | * WC tested up to: 10.3 |
| 22 | 22 | * |
| 23 | - * Requires Plugins: woocommerce | |
| 24 | - * | |
| 25 | 23 | * License: GPLv2 or later |
| 26 | 24 | * License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 27 | 25 | * |
| 28 | 26 | * @package Subscription |
| @@ -50,9 +48,9 @@ | ||
| 50 | 48 | * Plugin version |
| 51 | 49 | * |
| 52 | 50 | * @var string |
| 53 | 51 | */ |
| 54 | - const VERSION = '1.11.2'; | |
| 52 | + const VERSION = '2.0.0'; | |
| 55 | 53 | |
| 56 | 54 | /** |
| 57 | 55 | * Holds various class instances |
| 58 | 56 | * |