Skip to content

Commit

Permalink
released v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowdee committed Jan 25, 2019
1 parent 517bd4e commit a8b203f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
4 changes: 2 additions & 2 deletions affiliate-coupons.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
17 changes: 15 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a8b203f

Please sign in to comment.