Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manospsyx committed Nov 2, 2017
1 parent c16f8b1 commit 87b5371
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions languages/woocommerce-subscribe-all-the-things.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""

Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-subscribe-all-the-things.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
*
Expand All @@ -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';
Expand Down

0 comments on commit 87b5371

Please sign in to comment.