Skip to content

Commit

Permalink
🚀 RELEASE: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdevore committed Apr 16, 2022
1 parent 087918c commit 267c466
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: deviodigital
Tags: loyalty, rewards, customer, woocommerce, gift
Requires at least: 3.0.1
Tested up to: 5.9.2
Stable tag: 1.2.2
Stable tag: 1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -57,6 +57,12 @@ Using a plugin like Customer Loyalty for WooCommerce increases the likelihood of

== Changelog ==

= 1.3 =
* Added new French translation in `languages/customer-loyalty-for-woocommerce-fr_FR.po`
* Updated Italian translation in `languages/customer-loyalty-for-woocommerce-it_IT.po`
* WordPress Coding Standards code updates based on Codacy report throughout multiple files in the plugin
* General code cleanup throughout multiple files in the plugin

= 1.2.2 =
* Added new Italian translation in `languages/customer-loyalty-for-woocommerce-it_IT.po`

Expand Down
4 changes: 2 additions & 2 deletions customer-loyalty-for-woocommerce.php
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Customer Loyalty for WooCommerce
* Plugin URI: https://www.deviodigital.com/customer-loyalty-for-woocommerce
* Description: Increase customer loyalty by rewarding your customers for their repeat purchase behavior.
* Version: 1.2.2
* Version: 1.3.0
* Author: Devio Digital
* Author URI: https://www.deviodigital.com
* License: GPL-2.0+
Expand All @@ -28,7 +28,7 @@
/**
* Current plugin version.
*/
define( 'CUSTOMER_LOYALTY_VERSION', '1.2.2' );
define( 'CUSTOMER_LOYALTY_VERSION', '1.3.0' );

/**
* The code that runs during plugin activation.
Expand Down
2 changes: 1 addition & 1 deletion includes/class-clwc.php
Expand Up @@ -68,7 +68,7 @@ class CLWC {
*/
public function __construct() {
$this->plugin_name = 'customer-loyalty-for-woocommerce';
$this->version = '1.2.2';
$this->version = '1.3.0';

if ( defined( 'CUSTOMER_LOYALTY_VERSION' ) ) {
$this->version = CUSTOMER_LOYALTY_VERSION;
Expand Down

0 comments on commit 267c466

Please sign in to comment.