From bd0fd0eebdc069b6c03f0f87e2c911939730fae8 Mon Sep 17 00:00:00 2001 From: Manos Psychogyiopoulos Date: Fri, 23 Mar 2018 22:25:51 +0200 Subject: [PATCH] Bump version in plugin file --- changelog.txt | 2 +- languages/woocommerce-subscribe-all-the-things.pot | 4 ++-- woocommerce-subscribe-all-the-things.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7f89d3b..92da104 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Subscribe All the Things *** -2018.02.12 - version 2.1.0 +2018.03.23 - version 2.1.0-beta.2 * Feature - Added synchronization options to subscription schemes. * Feature - Introduced subscription switching for Simple and Variable products with subscription schemes. Bundles and Composites can't be switched just yet :) * Feature - It's now possible to add products with subscription schemes and "subscription scheme-less" products to existing subscriptions. When viewing a product with subscription schemes, customers can load a list of active subscriptions matching the billing schedule of the chosen subscription scheme, and add the viewed product to one of them. Catch 22: Prorated subscription schemes are not supported. diff --git a/languages/woocommerce-subscribe-all-the-things.pot b/languages/woocommerce-subscribe-all-the-things.pot index 2908db1..2d0b759 100755 --- a/languages/woocommerce-subscribe-all-the-things.pot +++ b/languages/woocommerce-subscribe-all-the-things.pot @@ -2,10 +2,10 @@ # This file is distributed under the GNU General Public License v3.0. msgid "" msgstr "" -"Project-Id-Version: WooCommerce Subscribe All the Things 2.1.0-beta.1\n" +"Project-Id-Version: WooCommerce Subscribe All the Things 2.1.0-beta.2\n" "Report-Msgid-Bugs-To: " "https://github.com/Prospress/woocommerce-subscribe-to-all-the-things/issues\n" -"POT-Creation-Date: 2018-03-22 09:42:42+00:00\n" +"POT-Creation-Date: 2018-03-23 20:25:21+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/woocommerce-subscribe-all-the-things.php b/woocommerce-subscribe-all-the-things.php index 8a8cd15..66655ae 100755 --- a/woocommerce-subscribe-all-the-things.php +++ b/woocommerce-subscribe-all-the-things.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Subscribe All the Things * Plugin URI: https://github.com/Prospress/woocommerce-subscribe-to-all-the-things * Description: Mini-extension for WooCommerce Subscriptions that allows you to add subscription options to non-subscription product types. -* Version: 2.1.0-beta.1 +* Version: 2.1.0-beta.2 * Author: Prospress Inc. * Author URI: http://prospress.com/ * @@ -34,7 +34,7 @@ class WCS_ATT extends WCS_ATT_Abstract_Module { /* Plugin version. */ - const VERSION = '2.1.0-beta.1'; + const VERSION = '2.1.0-beta.2'; /* Required WC version. */ const REQ_WC_VERSION = '3.0.0';