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.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manospsyx committed Jun 7, 2018
1 parent 6f7bbc6 commit 6cd6c74
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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 ***

2018.xx.xx - version 2.1.1
2018.06.07 - version 2.1.1
* Fix - Bundled product subscription schemes not inherited from parent product correctly if the schemes tied to both have identical billing schedules.
* Fix - Wrong repository name in .pot file.
* Fix - Edge case issues with saving newly created schemes after changing the product type.
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.1-dev\n"
"Project-Id-Version: WooCommerce Subscribe All the Things 2.1.1\n"
"Report-Msgid-Bugs-To: "
"https://github.com/Prospress/woocommerce-subscribe-all-the-things/issues\n"
"POT-Creation-Date: 2018-05-30 14:15:52+00:00\n"
"POT-Creation-Date: 2018-06-07 15:20:15+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/Prospress/woocommerce-subscribe-all-the-things.git"
},
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/Prospress/woocommerce-subscribe-all-the-things/",
"main": "Gruntfile.js",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
Stable tag: 2.1.1
WC requires at least: 3.0
WC tested up to: 3.3
WC tested up to: 3.4
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
6 changes: 3 additions & 3 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.1-dev
* Version: 2.1.1
* Author: Prospress Inc.
* Author URI: http://prospress.com/
*
Expand All @@ -14,7 +14,7 @@
* Tested up to: 4.9
*
* WC requires at least: 3.0
* WC tested up to: 3.3
* WC tested up to: 3.4
*
* Copyright: © 2009-2018 Prospress, Inc.
* License: GNU General Public License v3.0
Expand All @@ -34,7 +34,7 @@
class WCS_ATT extends WCS_ATT_Abstract_Module {

/* Plugin version. */
const VERSION = '2.1.1-dev';
const VERSION = '2.1.1';

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

0 comments on commit 6cd6c74

Please sign in to comment.