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 rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manospsyx committed Apr 24, 2018
1 parent fef3cfd commit a47d96a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
*** WooCommerce Subscribe All the Things ***

2018.03.23 - version 2.1.0-beta.2
2018.04.24 - version 2.1.0-rc.1
* 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.
* Feature - It's now possible to add entire carts with subscription options to existing subscriptions. When viewing a cart with subscription options, customers can load a list of active subscriptions matching the billing schedule of the chosen subscription option, and add the contents of their cart to an active subscription. Catch 22: Prorated cart subscription schemes are not supported.
* 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. Notes: 1) Feature must enabled under 'WooCommerce > Settings > Subscriptions > Add to Subscription > Products'. 2) Prorated subscription schemes are not supported.
* Feature - It's now possible to add entire carts with subscription options to existing subscriptions. When viewing a cart with subscription options, customers can load a list of active subscriptions matching the billing schedule of the chosen subscription option, and add the contents of their cart to an active subscription. Notes: 1) Feature must enabled under 'WooCommerce > Settings > Subscriptions > Add to Subscription > Carts'. 2) Prorated subscription schemes are not supported.
* Fix - Streamlined management of Bundles and Composites in subscriptions. It is no longer possible to remove individual child/container line items - removals are delegated to the container item.
* Fix - UX: When choosing a new variation SATT remembers the chosen subscription option, as it should.
* Tweak - Template tweaks for consistency, styling flexibility and more freedom to change things using filters.
Expand Down
4 changes: 2 additions & 2 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.1.0-beta.2\n"
"Project-Id-Version: WooCommerce Subscribe All the Things 2.1.0-rc.1\n"
"Report-Msgid-Bugs-To: "
"https://github.com/Prospress/woocommerce-subscribe-to-all-the-things/issues\n"
"POT-Creation-Date: 2018-04-23 14:25:57+00:00\n"
"POT-Creation-Date: 2018-04-24 13:11:53+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
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: Mini-extension for WooCommerce Subscriptions that allows you to add subscription options to non-subscription product types.
* Version: 2.1.0-beta.2
* Version: 2.1.0-rc.1
* Author: Prospress Inc.
* Author URI: http://prospress.com/
*
Expand Down Expand Up @@ -34,7 +34,7 @@
class WCS_ATT extends WCS_ATT_Abstract_Module {

/* Plugin version. */
const VERSION = '2.1.0-beta.2';
const VERSION = '2.1.0-rc.1';

/* Required WC version. */
const REQ_WC_VERSION = '3.0.0';
Expand Down

0 comments on commit a47d96a

Please sign in to comment.