From 87b537115064b019fb12c13078af66243262a90b Mon Sep 17 00:00:00 2001 From: Manos Psychogyiopoulos Date: Thu, 2 Nov 2017 19:50:25 +0200 Subject: [PATCH] Bump version to 2.0.1 --- changelog.txt | 2 +- .../woocommerce-subscribe-all-the-things.pot | 16 ++++++++-------- readme.txt | 6 +++--- woocommerce-subscribe-all-the-things.php | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/changelog.txt b/changelog.txt index 615dfea..d9a559a 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Subscribe All the Things *** -2017.08.30 - version 2.0.1 +2017.11.02 - version 2.0.1 * Fix - Custom single-product subscription scheme selection prompt not saving/displaying correctly. 2017.08.15 - version 2.0.0 diff --git a/languages/woocommerce-subscribe-all-the-things.pot b/languages/woocommerce-subscribe-all-the-things.pot index 7c7f3ff..7a2cba1 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.0.1-dev\n" +"Project-Id-Version: WooCommerce Subscribe All the Things 2.0.1\n" "Report-Msgid-Bugs-To: " "https://github.com/Prospress/woocommerce-subscribe-to-all-the-things/issues\n" -"POT-Creation-Date: 2017-08-30 08:54:55+00:00\n" +"POT-Creation-Date: 2017-11-02 17:45:36+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -157,21 +157,21 @@ msgstr "" msgid "Remove" msgstr "" -#: includes/class-wcs-att-cart.php:538 +#: includes/class-wcs-att-cart.php:536 msgid "Please choose a new subscription plan." msgstr "" -#: includes/class-wcs-att-cart.php:544 +#: includes/class-wcs-att-cart.php:542 msgid "" "The "%1$s" subscription that you signed up for is no longer " "available. %2$s" msgstr "" -#: includes/class-wcs-att-cart.php:556 +#: includes/class-wcs-att-cart.php:554 msgid "Please choose a plan to proceed." msgstr "" -#: includes/class-wcs-att-cart.php:562 +#: includes/class-wcs-att-cart.php:560 msgid ""%1$s" is only available with a subscription plan. %2$s" msgstr "" @@ -244,11 +244,11 @@ msgid "" "version %s+." msgstr "" -#: woocommerce-subscribe-all-the-things.php:251 +#: woocommerce-subscribe-all-the-things.php:250 msgid "By %s" msgstr "" -#: woocommerce-subscribe-all-the-things.php:251 +#: woocommerce-subscribe-all-the-things.php:250 msgid "%s and %s" msgstr "" diff --git a/readme.txt b/readme.txt index e20ff10..d2bc1ae 100755 --- a/readme.txt +++ b/readme.txt @@ -1,12 +1,12 @@ === WooCommerce Subscribe All the Things === -Contributors: SomewhereWarm, Prospress, franticpsyx +Contributors: SomewhereWarm, Prospress Tags: woocommerce, subscriptions, subscribe, order, cart, product, convert, product type, bundle, composite, mix, match, extension Requires at least: 4.1 Tested up to: 4.8 -Stable tag: 2.0.0 +Stable tag: 2.0.1 WC requires at least: 3.0 -WC tested up to: 3.1 +WC tested up to: 3.2 License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/woocommerce-subscribe-all-the-things.php b/woocommerce-subscribe-all-the-things.php index c704bbd..b9d732b 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: Experimental extension for linking WooCommerce Subscriptions with simple products, variable products and product types created by WooCommerce extensions, such as Composite Products and Product Bundles. -* Version: 2.0.1-dev +* Version: 2.0.1 * Author: Prospress Inc. * Author URI: http://prospress.com/ * @@ -28,7 +28,7 @@ class WCS_ATT { /* Plugin version. */ - const VERSION = '2.0.1-dev'; + const VERSION = '2.0.1'; /* Required WC version. */ const REQ_WC_VERSION = '3.0.0';