Skip to content

Commit

Permalink
prepared release v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowdee committed Jun 18, 2018
1 parent 0ec0136 commit e7c02bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
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: Promote coupons and deals of products and earn money with affiliate referrals.
* Version: 1.3.2
* Version: 1.4.0
* Author: fdmedia
* Author URI: https://fdmedia.io
* Text Domain: affiliate-coupons
Expand Down Expand Up @@ -68,7 +68,7 @@ private function setup_constants() {
define( 'AFFCOUPS_NAME', 'Affiliate Coupons' );

// Plugin version
define( 'AFFCOUPS_VER', '1.3.2' );
define( 'AFFCOUPS_VER', '1.4.0' );

// Plugin path
define( 'AFFCOUPS_DIR', plugin_dir_path( __FILE__ ) );
Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3.2
Stable tag: 1.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= Version 1.4.0 (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
* Fix: "Fatal error: Uncaught Error: Class 'RWMB_About' not found"

= Version 1.3.2 (17th June 2018) =
* Fix: Settings section headlines were not output correctly
* Updated Meta Box dependency to latest v4.14.11
Expand Down Expand Up @@ -168,6 +173,11 @@ Yes of course.

== Upgrade Notice ==

= Version 1.4.0 (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
* Fix: "Fatal error: Uncaught Error: Class 'RWMB_About' not found"

= Version 1.3.2 (17th June 2018) =
* Fix: Settings section headlines were not output correctly
* Updated Meta Box dependency to latest v4.14.11
Expand Down

0 comments on commit e7c02bf

Please sign in to comment.