AdSense Plugin WP QUADS - Version 2.0.12.2

Version Description

(15th September 2020) = * Fix: Extra space/gap on ads for the mobile responsive ads #256

Download this release

Release Info

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

Code changes from version 2.0.12.1 to 2.0.12.2

includes/render-ad-functions.php CHANGED
@@ -463,7 +463,7 @@ function quads_render_google_async_new( $id ) {
463
 
464
  }else{
465
  $ad_data = ' style="display:block;"
466
- data-ad-format="autorelaxed"';
467
 
468
  }
469
 
463
 
464
  }else{
465
  $ad_data = ' style="display:block;"
466
+ data-ad-format="auto"';
467
 
468
  }
469
 
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "quick-adsense-reloaded",
3
- "version": "2.0.12.1",
4
  "devDependencies": {
5
  "grunt": "~0.4.5",
6
  "grunt-contrib-clean": "~0.6.0",
1
  {
2
  "name": "quick-adsense-reloaded",
3
+ "version": "2.0.12.2",
4
  "devDependencies": {
5
  "grunt": "~0.4.5",
6
  "grunt-contrib-clean": "~0.6.0",
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.12.1
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.12.1' );
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.12.2
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.12.2' );
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.5.1
12
  Requires PHP: 5.3
13
- Stable tag: 2.0.12.1
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
 
@@ -194,6 +194,9 @@ Alternative Installation:
194
 
195
 
196
  == Changelog ==
 
 
 
197
  = 2.0.12.1 (14th September 2020) =
198
  * Fix: Fixed Language issue. #254
199
 
10
  Requires at least: 3.6+
11
  Tested up to: 5.5.1
12
  Requires PHP: 5.3
13
+ Stable tag: 2.0.12.2
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
 
194
 
195
 
196
  == Changelog ==
197
+ = 2.0.12.2 (15th September 2020) =
198
+ * Fix: Extra space/gap on ads for the mobile responsive ads #256
199
+
200
  = 2.0.12.1 (14th September 2020) =
201
  * Fix: Fixed Language issue. #254
202