From a8b203f74157d18d21976d6115fef599c3b958dd Mon Sep 17 00:00:00 2001 From: flowdee Date: Fri, 25 Jan 2019 18:16:49 +0100 Subject: [PATCH] released v1.5.3 --- README.md | 2 +- affiliate-coupons.php | 4 ++-- package.json | 2 +- readme.txt | 17 +++++++++++++++-- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ef5d1e..2f99f70 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ Promote coupons and deals of products and earn money with affiliate referrals. ### Credits -Affiliate Coupons was developed by [flowdee](http://flowdee.de/). +Affiliate Coupons was developed by [flowdee](https://twitter.com/flowdee). You like my work? [Support me](https://donate.flowdee.de/) or not. I don't mind, as long as I was able to help you :wink: \ No newline at end of file diff --git a/affiliate-coupons.php b/affiliate-coupons.php index c5bb94e..da0e4f2 100644 --- a/affiliate-coupons.php +++ b/affiliate-coupons.php @@ -3,7 +3,7 @@ * Plugin Name: Affiliate Coupons * Plugin URI: https://affcoups.com * Description: Get more sales & earn more money with the best WordPress plugin for coupon codes & deals. - * Version: 1.5.2 + * Version: 1.5.3 * Author: Affiliate Coupons * Author URI: https://affcoups.com * Text Domain: affiliate-coupons @@ -50,7 +50,7 @@ final class Affiliate_Coupons { * @since 1.0.0 * @var string */ - private $version = '1.5.2'; + private $version = '1.5.3'; /** * Main Affiliate_Coupons Instance diff --git a/package.json b/package.json index 581af59..0b96630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "affiliate-coupons", - "version": "1.3.1", + "version": "1.5.3", "private": true, "description": "Promote coupons and deals of products and earn money with affiliate referrals.", "directories": { diff --git a/readme.txt b/readme.txt index 9077b48..51b4878 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,9 @@ Contributors: flowdee Donate link: https://donate.flowdee.de Tags: affiliate, affiliates, coupon, coupons, deals, affiliate coupon, affiliate coupons, affiliate deals, dealz, vendors, affiliate marketing, coupons plugin Requires at least: 3.0.1 -Tested up to: 5.0.1 -Stable tag: 1.5.2 +Requires PHP: 5.6.0 +Tested up to: 5.0.3 +Stable tag: 1.5.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -94,6 +95,12 @@ Yes of course. == Changelog == += Version 1.5.3 (25th January 2018) = +* Improvement: Optimized coupon code copy to clipboard handling +* Fix: Coupon category and type metabox didn't show up in the sidebar of Gutenberg editor +* Updated Clipboard.JS dependency to latest v2.0.4 +* WordPress v5.0.3 compatibility + = Version 1.5.2 (17th December 2018) = * Improvement: Enabled new Gutenberg editor for coupon posts * Updated Quickstart Guide @@ -212,6 +219,12 @@ Yes of course. == Upgrade Notice == += Version 1.5.3 (25th January 2018) = +* Improvement: Optimized coupon code copy to clipboard handling +* Fix: Coupon category and type metabox didn't show up in the sidebar of Gutenberg editor +* Updated Clipboard.JS dependency to latest v2.0.4 +* WordPress v5.0.3 compatibility + = Version 1.5.2 (17th December 2018) = * Improvement: Enabled new Gutenberg editor for coupon posts * Updated Quickstart Guide