AdSense Plugin WP QUADS - Version 2.0.43

Version Description

(10 March 2022) = * Fixed: Ads not rendering when Tcf option is enabled #484

Download this release

Release Info

Developer wpquads
Plugin Icon 128x128 AdSense Plugin WP QUADS
Version 2.0.43
Comparing to
See all releases

Code changes from version 2.0.42 to 2.0.43

includes/template-functions.php CHANGED
@@ -1991,7 +1991,7 @@ function quads_replace_ads_new($content, $quicktag, $id,$ampsupport='') {
1991
  $adscode ='';
1992
  }
1993
  $cont = explode('<!--'.$quicktag.'-->', $content, 2);
1994
- if(isset($quads_options['tcf_2_integration']) && !empty($quads_options['tcf_2_integration']) && $quads_options['tcf_2_integration']){
1995
  $adscode= sprintf(
1996
  '<script type="text/plain" data-tcf="waiting-for-consent" data-id="%d">%s</script>',
1997
  $id,
1991
  $adscode ='';
1992
  }
1993
  $cont = explode('<!--'.$quicktag.'-->', $content, 2);
1994
+ if(isset($quads_options['tcf_2_integration']) && !empty($quads_options['tcf_2_integration']) && $quads_options['tcf_2_integration'] && function_exists( 'run_qc_choice' ) ){
1995
  $adscode= sprintf(
1996
  '<script type="text/plain" data-tcf="waiting-for-consent" data-id="%d">%s</script>',
1997
  $id,
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: WP Quads
8
  * Author URI: https://wordpress.org/plugins/quick-adsense-reloaded/
9
- * Version: 2.0.42
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', '2.0.42' );
42
  }
43
 
44
  // Plugin name
6
  * Description: Insert Google AdSense and other ad formats fully automatic into your website
7
  * Author: WP Quads
8
  * Author URI: https://wordpress.org/plugins/quick-adsense-reloaded/
9
+ * Version: 2.0.43
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', '2.0.43' );
42
  }
43
 
44
  // Plugin name
readme.txt CHANGED
@@ -10,7 +10,7 @@ Tags: ad manager, ads, adsense, amp, banner
10
  Requires at least: 3.6+
11
  Tested up to: 5.9.1
12
  Requires PHP: 5.4
13
- Stable tag: 2.0.42
14
 
15
  Ads & AdSense Ad Plugin is the quickest way to insert Google AdSense & other ads into your website. Google AdSense integration with Google AMP support.
16
 
@@ -204,6 +204,9 @@ Alternative Installation:
204
 
205
  == Changelog ==
206
 
 
 
 
207
  = 2.0.42 (07 March 2022) =
208
  * Fixed: Ads to be displayed connected with posts Pagination option #482
209
  * Fixed: AD clicks not calculating in Image Banner AD when added via shortcode #469
10
  Requires at least: 3.6+
11
  Tested up to: 5.9.1
12
  Requires PHP: 5.4
13
+ Stable tag: 2.0.43
14
 
15
  Ads & AdSense Ad Plugin is the quickest way to insert Google AdSense & other ads into your website. Google AdSense integration with Google AMP support.
16
 
204
 
205
  == Changelog ==
206
 
207
+ = 2.0.43 (10 March 2022) =
208
+ * Fixed: Ads not rendering when Tcf option is enabled #484
209
+
210
  = 2.0.42 (07 March 2022) =
211
  * Fixed: Ads to be displayed connected with posts Pagination option #482
212
  * Fixed: AD clicks not calculating in Image Banner AD when added via shortcode #469