Advanced Ads - Version 1.6.4.1

Version Description

  • fixed free-add-on notice not closing forever
Download this release

Release Info

Developer webzunft
Plugin Icon 128x128 Advanced Ads
Version 1.6.4.1
Comparing to
See all releases

Code changes from version 1.6.4 to 1.6.4.1

admin/includes/class-notices.php CHANGED
@@ -150,7 +150,7 @@ class Advanced_Ads_Admin_Notices {
150
  $queue = isset($options['queue']) ? $options['queue'] : array();
151
 
152
  // offer free add-ons if not yet subscribed
153
- if ( ! $this->is_subscribed() && ! in_array( 'nl_free_addons', $queue )) {
154
  $this->notices[] = 'nl_free_addons';
155
  }
156
  }
150
  $queue = isset($options['queue']) ? $options['queue'] : array();
151
 
152
  // offer free add-ons if not yet subscribed
153
+ if ( ! $this->is_subscribed() && ! isset( $queue['nl_free_addons'] ) && ! isset( $closed['nl_free_addons'] )) {
154
  $this->notices[] = 'nl_free_addons';
155
  }
156
  }
advanced-ads.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Advanced Ads
13
  * Plugin URI: https://wpadvancedads.com
14
  * Description: Manage and optimize your ads in WordPress
15
- * Version: 1.6.4
16
  * Author: Thomas Maier
17
  * Author URI: http://webgilde.com
18
  * Text Domain: advanced-ads
@@ -38,7 +38,7 @@ define( 'ADVADS_BASE_DIR', dirname( plugin_basename( __FILE__ ) ) ); // director
38
  // general and global slug, e.g. to store options in WP, textdomain
39
  define( 'ADVADS_SLUG', 'advanced-ads' );
40
  define( 'ADVADS_URL', 'https://wpadvancedads.com/' );
41
- define( 'ADVADS_VERSION', '1.6.4' );
42
 
43
  /*----------------------------------------------------------------------------*
44
  * Autoloading, modules and functions
12
  * Plugin Name: Advanced Ads
13
  * Plugin URI: https://wpadvancedads.com
14
  * Description: Manage and optimize your ads in WordPress
15
+ * Version: 1.6.4.1
16
  * Author: Thomas Maier
17
  * Author URI: http://webgilde.com
18
  * Text Domain: advanced-ads
38
  // general and global slug, e.g. to store options in WP, textdomain
39
  define( 'ADVADS_SLUG', 'advanced-ads' );
40
  define( 'ADVADS_URL', 'https://wpadvancedads.com/' );
41
+ define( 'ADVADS_VERSION', '1.6.4.1' );
42
 
43
  /*----------------------------------------------------------------------------*
44
  * Autoloading, modules and functions
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id
4
  Tags: ads, ad, adsense, display, banner, advertisements, adverts, advert, monetization
5
  Requires at least: WP 3.5, PHP 5.3
6
  Tested up to: 4.2.2
7
- Stable tag: 1.6.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -178,6 +178,10 @@ There is no revenue share. Advanced Ads doesn’t alter your ad codes in a way t
178
 
179
  == Changelog ==
180
 
 
 
 
 
181
  = 1.6.4 =
182
 
183
  COOL: newsletter subscribers now receive 2 free add-ons
4
  Tags: ads, ad, adsense, display, banner, advertisements, adverts, advert, monetization
5
  Requires at least: WP 3.5, PHP 5.3
6
  Tested up to: 4.2.2
7
+ Stable tag: 1.6.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
178
 
179
  == Changelog ==
180
 
181
+ = 1.6.4.1 =
182
+
183
+ * fixed free-add-on notice not closing forever
184
+
185
  = 1.6.4 =
186
 
187
  COOL: newsletter subscribers now receive 2 free add-ons