Skip to content

Commit

Permalink
prepared release of v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowdee committed Nov 12, 2018
1 parent 9185893 commit 5638d8f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 9 deletions.
12 changes: 6 additions & 6 deletions affiliate-coupons.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* 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.4.1
* Author: fdmedia
* Author URI: https://fdmedia.io
* Version: 1.5.0
* Author: Affiliate Coupons
* Author URI: https://affcoups.com
* Text Domain: affiliate-coupons
*
* @author fdmedia
* @copyright Copyright (c) fdmedia
* @author Affiliate Coupons
* @copyright Copyright (c) Affiliate Coupons
*/

// Exit if accessed directly
Expand Down Expand Up @@ -50,7 +50,7 @@ final class Affiliate_Coupons {
* @since 1.0.0
* @var string
*/
private $version = '1.4.1';
private $version = '1.5.0';

/**
* Main Affiliate_Coupons Instance
Expand Down
30 changes: 27 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Affiliate Coupons ===
Contributors: flowdee, bentzibentz
Contributors: flowdee
Donate link: https://donate.flowdee.de
Tags: affiliate, affiliates, coupon, coupons, deals, affiliate coupon, affiliate coupons, affiliate deals, dealz, vendors, affiliate marketing
Requires at least: 3.0.1
Tested up to: 4.9.6
Stable tag: 1.4.1
Tested up to: 4.9.8
Stable tag: 1.5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -79,6 +79,18 @@ Yes of course.

== Changelog ==

= Version 1.5.0 (11th November 2018) =
* New: Redesigned & restructured settings page
* New: Clipboard icon can now selected via settings (3 different icons and 2 colors are available to be chosen from)
* New: Clipboard background & font colors can now be overwritten via settings
* New: Added new button icon and 2 colors (black & white)
* New: Added setting which allows you to hide coupon dates on the front end
* Improvement: Removed third party plugin installation dependency
* Improvement: Optimized coupons admin overview page
* Improvement: Optimized templates & styles
* Improvement: Added install & uninstall routines
* WordPress v4.9.8 compatibility

= Version 1.4.1 (18th June 2018) =
* Improvement: Removed directly included metabox dependency and switched over to "TGM_Plugin_Activation" class instead
* Improvement: Added fallback for "rwmb_meta" function
Expand Down Expand Up @@ -173,6 +185,18 @@ Yes of course.

== Upgrade Notice ==

= Version 1.5.0 (11th November 2018) =
* New: Redesigned & restructured settings page
* New: Clipboard icon can now selected via settings (3 different icons and 2 colors are available to be chosen from)
* New: Clipboard background & font colors can now be overwritten via settings
* New: Added new button icon and 2 colors (black & white)
* New: Added setting which allows you to hide coupon dates on the front end
* Improvement: Removed third party plugin installation dependency
* Improvement: Optimized coupons admin overview page
* Improvement: Optimized templates & styles
* Improvement: Added install & uninstall routines
* WordPress v4.9.8 compatibility

= Version 1.4.1 (18th June 2018) =
* Improvement: Removed directly included metabox dependency and switched over to "TGM_Plugin_Activation" class instead
* Improvement: Added fallback for "rwmb_meta" function
Expand Down

0 comments on commit 5638d8f

Please sign in to comment.