Ad Inserter – WordPress Ads Management with AdSense Header Integration - Version 2.5.7

Version Description

  • Fix for error when saving settings
Download this release

Release Info

Developer spacetime
Plugin Icon 128x128 Ad Inserter – WordPress Ads Management with AdSense Header Integration
Version 2.5.7
Comparing to
See all releases

Code changes from version 2.5.6 to 2.5.7

Files changed (5) hide show
  1. ad-inserter.php +4 -1
  2. constants.php +1 -1
  3. css/ai-settings.css +1 -1
  4. js/ad-inserter.js +2 -2
  5. readme.txt +7 -1
ad-inserter.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  Plugin Name: Ad Inserter
5
- Version: 2.5.6
6
  Description: Ad management with many advanced advertising features to insert ads at optimal positions
7
  Author: Igor Funa
8
  Author URI: http://igorfuna.com/
@@ -15,6 +15,9 @@ Domain Path: /languages
15
 
16
  Change Log
17
 
 
 
 
18
  Ad Inserter 2.5.6 - 2019-10-12
19
  - Added support for PenCi Soledad AMP plugin
20
  - Fix for php processing on multisite installations
2
 
3
  /*
4
  Plugin Name: Ad Inserter
5
+ Version: 2.5.7
6
  Description: Ad management with many advanced advertising features to insert ads at optimal positions
7
  Author: Igor Funa
8
  Author URI: http://igorfuna.com/
15
 
16
  Change Log
17
 
18
+ Ad Inserter 2.5.7 - 2019-10-14
19
+ - Fix for error when saving settings
20
+
21
  Ad Inserter 2.5.6 - 2019-10-12
22
  - Added support for PenCi Soledad AMP plugin
23
  - Fix for php processing on multisite installations
constants.php CHANGED
@@ -31,7 +31,7 @@ if (!defined( 'AD_INSERTER_NAME'))
31
  define ('AD_INSERTER_NAME', 'Ad Inserter');
32
 
33
  if (!defined( 'AD_INSERTER_VERSION'))
34
- define ('AD_INSERTER_VERSION', '2.5.6');
35
 
36
  if (!defined ('AD_INSERTER_PLUGIN_BASENAME'))
37
  define ('AD_INSERTER_PLUGIN_BASENAME', plugin_basename (__FILE__));
31
  define ('AD_INSERTER_NAME', 'Ad Inserter');
32
 
33
  if (!defined( 'AD_INSERTER_VERSION'))
34
+ define ('AD_INSERTER_VERSION', '2.5.7');
35
 
36
  if (!defined ('AD_INSERTER_PLUGIN_BASENAME'))
37
  define ('AD_INSERTER_PLUGIN_BASENAME', plugin_basename (__FILE__));
css/ai-settings.css CHANGED
@@ -1,5 +1,5 @@
1
  #ai-data {
2
- font-family: "2.5.6"; /* Used for version number of the file */
3
  }
4
 
5
  #blocked-warning {
1
  #ai-data {
2
+ font-family: "2.5.7"; /* Used for version number of the file */
3
  }
4
 
5
  #blocked-warning {
js/ad-inserter.js CHANGED
@@ -1,4 +1,4 @@
1
- var javascript_version = "2.5.6";
2
  var ignore_key = true;
3
  var start = 1;
4
  var end = 16;
@@ -1308,7 +1308,7 @@ jQuery(document).ready(function($) {
1308
  if (block == 0) {
1309
  var name = 'lic'+'ense'+'_'+'key';
1310
  var val = $("#tab-" + block + ' [name='+name+']');
1311
- if (typeof val != 'undefined') {
1312
  if (val.val ().length <= 28) {
1313
  $('#tab-0 [name='+name+']').removeAttr ("name");
1314
  }
1
+ var javascript_version = "2.5.7";
2
  var ignore_key = true;
3
  var start = 1;
4
  var end = 16;
1308
  if (block == 0) {
1309
  var name = 'lic'+'ense'+'_'+'key';
1310
  var val = $("#tab-" + block + ' [name='+name+']');
1311
+ if (typeof val != 'undefined' && val.length != 0) {
1312
  if (val.val ().length <= 28) {
1313
  $('#tab-0 [name='+name+']').removeAttr ("name");
1314
  }
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: ads, adsense, ad rotation, ad manager, amp, amazon, ad blocking detection,
6
  Requires at least: 4.6
7
  Tested up to: 5.2
8
  Requires PHP: 5.6
9
- Stable tag: 2.5.6
10
  License: GPLv3
11
 
12
  Manage Google AdSense, Media.net, Amazon banners, ads.txt, ad rotation, sticky widgets, AMP ads, DFP, tracking, AdSense header and footer code
@@ -315,6 +315,9 @@ If you are not happy to reveal this information and you have opted in, simply di
315
 
316
  == Changelog ==
317
 
 
 
 
318
  = 2.5.6 =
319
  - Added support for PenCi Soledad AMP plugin
320
  - Fix for php processing on multisite installations
@@ -500,6 +503,9 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
500
 
501
  == Upgrade Notice ==
502
 
 
 
 
503
  = 2.5.6 =
504
  Added support for PenCi Soledad AMP plugin;
505
  Fix for php processing on multisite installations;
6
  Requires at least: 4.6
7
  Tested up to: 5.2
8
  Requires PHP: 5.6
9
+ Stable tag: 2.5.7
10
  License: GPLv3
11
 
12
  Manage Google AdSense, Media.net, Amazon banners, ads.txt, ad rotation, sticky widgets, AMP ads, DFP, tracking, AdSense header and footer code
315
 
316
  == Changelog ==
317
 
318
+ = 2.5.7 =
319
+ - Fix for error when saving settings
320
+
321
  = 2.5.6 =
322
  - Added support for PenCi Soledad AMP plugin
323
  - Fix for php processing on multisite installations
503
 
504
  == Upgrade Notice ==
505
 
506
+ = 2.5.7 =
507
+ Fix for error when saving settings
508
+
509
  = 2.5.6 =
510
  Added support for PenCi Soledad AMP plugin;
511
  Fix for php processing on multisite installations;