AdSense Plugin WP QUADS - Version 1.7.6

Version Description

  • Fix: remove debug vars
Download this release

Release Info

Developer ReneHermi
Plugin Icon 128x128 AdSense Plugin WP QUADS
Version 1.7.6
Comparing to
See all releases

Code changes from version 1.7.5 to 1.7.6

includes/template-functions.php CHANGED
@@ -341,7 +341,6 @@ function quads_filter_default_ads( $content ) {
341
  if( !empty( $paragraph['status'][$i] ) ) {
342
  $sch = "</p>";
343
  $content = str_replace( "</P>", $sch, $content );
344
- //xdebug_break();
345
 
346
  // paragraphs in content
347
  $paragraphsArray = explode( $sch, $content );
@@ -361,7 +360,6 @@ function quads_filter_default_ads( $content ) {
361
  } elseif( $paragraph['end_post'][$i] ) {
362
  $content = implode( $sch, $paragraphsArray ) . '<!--' . $paragraph[$i] . '-->';
363
  }
364
- xdebug_break();
365
 
366
  }
367
  }
@@ -426,7 +424,6 @@ function quads_filter_default_ads( $content ) {
426
  if( count( $paragraphsArray ) > 2) {
427
  $content = implode( $sch, array_slice( $paragraphsArray, 0, count( $paragraphsArray ) - 1 ) ) . '<!--' . $g1 . '-->' . $sch . $paragraphsArray[count( $paragraphsArray ) - 1];
428
  }
429
- xdebug_break();
430
 
431
  }
432
 
341
  if( !empty( $paragraph['status'][$i] ) ) {
342
  $sch = "</p>";
343
  $content = str_replace( "</P>", $sch, $content );
 
344
 
345
  // paragraphs in content
346
  $paragraphsArray = explode( $sch, $content );
360
  } elseif( $paragraph['end_post'][$i] ) {
361
  $content = implode( $sch, $paragraphsArray ) . '<!--' . $paragraph[$i] . '-->';
362
  }
 
363
 
364
  }
365
  }
424
  if( count( $paragraphsArray ) > 2) {
425
  $content = implode( $sch, array_slice( $paragraphsArray, 0, count( $paragraphsArray ) - 1 ) ) . '<!--' . $g1 . '-->' . $sch . $paragraphsArray[count( $paragraphsArray ) - 1];
426
  }
 
427
 
428
  }
429
 
quick-adsense-reloaded.php CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Insert Google AdSense and other ad formats fully automatic into your website
7
  * Author: Rene Hermenau, WP-Staging
8
  * Author URI: https://wordpress.org/plugins/quick-adsense-reloaded/
9
- * Version: 1.7.5
10
  * Text Domain: quick-adsense-reloaded
11
  * Domain Path: languages
12
  * Credits: WP QUADS - Quick AdSense Reloaded is a fork of Quick AdSense
@@ -38,7 +38,7 @@ if( !defined( 'ABSPATH' ) )
38
 
39
  // Plugin version
40
  if( !defined( 'QUADS_VERSION' ) ) {
41
- define( 'QUADS_VERSION', '1.7.5' );
42
  }
43
 
44
  // Plugin name
6
  * Description: Insert Google AdSense and other ad formats fully automatic into your website
7
  * Author: Rene Hermenau, WP-Staging
8
  * Author URI: https://wordpress.org/plugins/quick-adsense-reloaded/
9
+ * Version: 1.7.6
10
  * Text Domain: quick-adsense-reloaded
11
  * Domain Path: languages
12
  * Credits: WP QUADS - Quick AdSense Reloaded is a fork of Quick AdSense
38
 
39
  // Plugin version
40
  if( !defined( 'QUADS_VERSION' ) ) {
41
+ define( 'QUADS_VERSION', '1.7.6' );
42
  }
43
 
44
  // Plugin name
readme.txt CHANGED
@@ -10,7 +10,7 @@ Tags: adsense, ads, ad, google adsense, advertising, amp, ad injection, ad inser
10
  Requires at least: 3.6+
11
  Tested up to: 4.9
12
  Requires PHP: 5.3
13
- Stable tag: 1.7.4
14
 
15
  Quick Adsense Reloaded! Quickest way to insert Google AdSense & other ads into your website. Google AdSense integration with Google AMP support
16
 
@@ -130,9 +130,12 @@ Alternative Installation:
130
 
131
  == Changelog ==
132
 
 
 
 
133
  = 1.7.5 =
134
  * Fix: Disable ads on infinite scrolling pages
135
- * Fix: Condition ad before last paragraph is not working
136
  * Fix: Do not inject ads into blockquote elements
137
  * Fix: ads.txt not writeable admin notice is showing incorrect google adsense publisherId
138
  * Fix: WP QUADS Pro not working if valid license key expired
10
  Requires at least: 3.6+
11
  Tested up to: 4.9
12
  Requires PHP: 5.3
13
+ Stable tag: 1.7.6
14
 
15
  Quick Adsense Reloaded! Quickest way to insert Google AdSense & other ads into your website. Google AdSense integration with Google AMP support
16
 
130
 
131
  == Changelog ==
132
 
133
+ = 1.7.6 =
134
+ * Fix: remove debug vars
135
+
136
  = 1.7.5 =
137
  * Fix: Disable ads on infinite scrolling pages
138
+ * Fix: Condition ad before last paragraph is not workingFix: Disable ads on infinite scrolling pages
139
  * Fix: Do not inject ads into blockquote elements
140
  * Fix: ads.txt not writeable admin notice is showing incorrect google adsense publisherId
141
  * Fix: WP QUADS Pro not working if valid license key expired