From 52b5e7757cc44ae97e78ba0bbdd0d072aa5d80ab Mon Sep 17 00:00:00 2001 From: Manos Psychogyiopoulos Date: Thu, 25 Oct 2018 10:02:42 +0300 Subject: [PATCH] Bump to 2.1.1 --- changelog.txt | 2 +- languages/woocommerce-subscribe-all-the-things.pot | 4 ++-- readme.txt | 4 ++-- woocommerce-subscribe-all-the-things.php | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 45ac272..ed69024 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Subscribe All the Things *** -2018.xx.xx - version 2.1.2 +2018.10.25 - version 2.1.2 * Fix - Ensure the add-to-cart form action is cleared only when switching. Resolves an issue with External product links not functioning as expected. * Fix - Only load matching subscriptions in the cart page when ticking "Add this cart to an existing subscription?". Resolves performance issues in the cart page on sites with lots of active subscriptions. * Fix - Default variable product subscription scheme not pre-selected in chosen variation details. diff --git a/languages/woocommerce-subscribe-all-the-things.pot b/languages/woocommerce-subscribe-all-the-things.pot index 99ebe07..3d96d1a 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.2-dev\n" +"Project-Id-Version: WooCommerce Subscribe All the Things 2.1.2\n" "Report-Msgid-Bugs-To: " "https://github.com/Prospress/woocommerce-subscribe-all-the-things/issues\n" -"POT-Creation-Date: 2018-10-25 07:00:19+00:00\n" +"POT-Creation-Date: 2018-10-25 07:02:11+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/readme.txt b/readme.txt index b452e42..6c52832 100755 --- a/readme.txt +++ b/readme.txt @@ -4,9 +4,9 @@ Contributors: SomewhereWarm, Prospress Tags: woocommerce, subscriptions, subscribe, order, cart, product, convert, product type, bundle, composite, mix, match, extension Requires at least: 4.4 Tested up to: 4.9 -Stable tag: 2.1.1 +Stable tag: 2.1.2 WC requires at least: 3.0 -WC tested up to: 3.4 +WC tested up to: 3.5 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 f1e4f22..1b36b79 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.2-dev +* Version: 2.1.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.2-dev'; + const VERSION = '2.1.2'; /* Required WC version. */ const REQ_WC_VERSION = '3.0.0';