AdSense Plugin WP QUADS - Version 2.0.20.1

Version Description

(17th February 2020) = * Fix: Fixed Warning message #318

Download this release

Release Info

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

Code changes from version 2.0.20 to 2.0.20.1

Files changed (2) hide show
  1. quick-adsense-reloaded.php +3 -3
  2. readme.txt +5 -2
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://wpquads.com/
9
- * Version: 2.0.20
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.20' );
42
  }
43
 
44
  // Plugin name
@@ -239,7 +239,7 @@ if( !class_exists( 'QuickAdsenseReloaded' ) ) :
239
  require_once QUADS_PLUGIN_DIR . 'includes/admin/adsTxt.php';
240
  require_once QUADS_PLUGIN_DIR . 'includes/elementor/widget.php';
241
  require_once QUADS_PLUGIN_DIR . 'includes/amp-condition-display.php';
242
- require_once QUADS_PLUGIN_DIR . 'includes/reports/common.php';
243
  if ( function_exists('has_blocks')) {
244
  require_once QUADS_PLUGIN_DIR . 'includes/gutenberg/src/init.php';
245
  }
6
  * Description: Insert Google AdSense and other ad formats fully automatic into your website
7
  * Author: WP Quads
8
  * Author URI: https://wpquads.com/
9
+ * Version: 2.0.20.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
 
39
  // Plugin version
40
  if( !defined( 'QUADS_VERSION' ) ) {
41
+ define( 'QUADS_VERSION', '2.0.20.1' );
42
  }
43
 
44
  // Plugin name
239
  require_once QUADS_PLUGIN_DIR . 'includes/admin/adsTxt.php';
240
  require_once QUADS_PLUGIN_DIR . 'includes/elementor/widget.php';
241
  require_once QUADS_PLUGIN_DIR . 'includes/amp-condition-display.php';
242
+ // require_once QUADS_PLUGIN_DIR . 'includes/reports/common.php';
243
  if ( function_exists('has_blocks')) {
244
  require_once QUADS_PLUGIN_DIR . 'includes/gutenberg/src/init.php';
245
  }
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.6.1
12
  Requires PHP: 5.3
13
- Stable tag: 2.0.20
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,7 +194,10 @@ Alternative Installation:
194
 
195
 
196
  == Changelog ==
197
- = 2.0.19 (17th February 2020) =
 
 
 
198
  * Fix: Target not working for ads in between loops. #303
199
  * Fix: Issue while ad saving. #316
200
  * Fix: Export ads settings #271
10
  Requires at least: 3.6+
11
  Tested up to: 5.6.1
12
  Requires PHP: 5.3
13
+ Stable tag: 2.0.20.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
 
195
 
196
  == Changelog ==
197
+ = 2.0.20.1 (17th February 2020) =
198
+ * Fix: Fixed Warning message #318
199
+
200
+ = 2.0.20 (17th February 2020) =
201
  * Fix: Target not working for ads in between loops. #303
202
  * Fix: Issue while ad saving. #316
203
  * Fix: Export ads settings #271