Skip to content

Commit be93439

Browse files
committed
🚀 RELEASE: v2.0.1
1 parent f78fec7 commit be93439

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.txt

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: deviodigital
33
Tags: loyalty, rewards, customer, woocommerce, gift
44
Requires at least: 3.0.1
5-
Tested up to: 6.6.2
6-
Stable tag: 2.0.0
5+
Tested up to: 6.7.0
6+
Stable tag: 2.0.1
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -57,6 +57,14 @@ Using a plugin like Customer Loyalty for WooCommerce increases the likelihood of
5757

5858
== Changelog ==
5959

60+
= 2.0.1 =
61+
62+
* [📦 NEW: Added plugin usage restrictions for websites hosted on wordpress.com](https://github.com/deviodigital/customer-loyalty-for-woocommerce/commit/3bbb277ce7d1eed782f50f7cfefefe193092ada8)
63+
* [👌 IMPROVE: General code cleanup](https://github.com/deviodigital/customer-loyalty-for-woocommerce/commit/4c8fe2b53eb3466f6a5fec6043f6d97ec8af92f8)
64+
* [👌 IMPROVE: General code cleanup](https://github.com/deviodigital/customer-loyalty-for-woocommerce/commit/42bc1b8d1a112051a84602a421aa79d1307e01ea)
65+
* [👌 IMPROVE: Updated the WPCom Check composer script to restrict plugin usage on wordpress.com](https://github.com/deviodigital/customer-loyalty-for-woocommerce/commit/363199a2746fa9c9f9096225ca5f14c00855b546)
66+
* [👌 IMPROVE: Updated language translations files](https://github.com/deviodigital/customer-loyalty-for-woocommerce/commit/f78fec7c3d7163cfcba019513869d1069caf44ea)
67+
6068
= 2.0.0 =
6169
* [👌 IMPROVE: Updated plugin serve updates from GitHub instead of wp.org](https://github.com/deviodigital/customer-loyalty-for-woocommerce/commit/5c222fabc637e0aa27658ee77ae821e516bf72cf)
6270
* [📖 DOC: Updated README.md](https://github.com/deviodigital/customer-loyalty-for-woocommerce/commit/7ea10b24eb041de93f8345b8406c33ea2e43bb15)

customer-loyalty-for-woocommerce.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin Name: Loyalty & Rewards for WooCommerce®
1414
* Plugin URI: https://www.deviodigital.com/customer-loyalty-for-woocommerce
1515
* Description: Increase customer loyalty by rewarding your customers for their repeat purchase behavior.
16-
* Version: 2.0.0
16+
* Version: 2.0.1
1717
* Author: Devio Digital
1818
* Author URI: https://www.deviodigital.com
1919
* License: GPL-2.0+
@@ -29,7 +29,7 @@
2929
}
3030

3131
// Current plugin version.
32-
define( 'CUSTOMER_LOYALTY_VERSION', '2.0.0' );
32+
define( 'CUSTOMER_LOYALTY_VERSION', '2.0.1' );
3333

3434
require 'vendor/plugin-update-checker/plugin-update-checker.php';
3535
use YahnisElsts\PluginUpdateChecker\v5\PucFactory;

includes/class-clwc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class CLWC {
7171
*/
7272
public function __construct() {
7373
$this->plugin_name = 'customer-loyalty-for-woocommerce';
74-
$this->version = '2.0.0';
74+
$this->version = '2.0.1';
7575

7676
if ( defined( 'CUSTOMER_LOYALTY_VERSION' ) ) {
7777
$this->version = CUSTOMER_LOYALTY_VERSION;

0 commit comments

Comments
 (0)