Version Description
(14th October 2021) = * Fix: Failed to load plugin: quads_shortcode from url #426 * Fix: The script tag contains invalid JSON that cannot be parsed issue in AMP #425
Download this release
Release Info
Developer | wpquads |
Plugin | AdSense Plugin WP QUADS |
Version | 2.0.31 |
Comparing to | |
See all releases |
Code changes from version 2.0.30 to 2.0.31
- includes/admin/welcome.php +1 -1
- includes/reports/analytics.php +1 -1
- quick-adsense-reloaded.php +2 -2
- readme.txt +6 -1
includes/admin/welcome.php
CHANGED
@@ -113,7 +113,7 @@ class quads_Welcome {
|
|
113 |
}
|
114 |
echo "<script>\n"
|
115 |
|
116 |
-
. file_get_contents(
|
117 |
. "</script>\n";
|
118 |
|
119 |
}
|
113 |
}
|
114 |
echo "<script>\n"
|
115 |
|
116 |
+
. file_get_contents( QUADS_PLUGIN_DIR . 'assets/js/tinymce_shortcode.js' ) . "\n"
|
117 |
. "</script>\n";
|
118 |
|
119 |
}
|
includes/reports/analytics.php
CHANGED
@@ -268,7 +268,7 @@ public function quads_insert_ad_impression(){
|
|
268 |
"continuousTimeMin": 200
|
269 |
},
|
270 |
"vars": {
|
271 |
-
"eventId":".quads-ad'.esc_attr($ads['ad_id']).'"
|
272 |
}
|
273 |
}
|
274 |
}
|
268 |
"continuousTimeMin": 200
|
269 |
},
|
270 |
"vars": {
|
271 |
+
"eventId":".quads-ad'.esc_attr($ads['ad_id']).'"
|
272 |
}
|
273 |
}
|
274 |
}
|
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.
|
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 |
}
|
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.31
|
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.31' );
|
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.8
|
12 |
Requires PHP: 5.4
|
13 |
-
Stable tag: 2.0.
|
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,11 @@ Alternative Installation:
|
|
204 |
|
205 |
|
206 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
207 |
= 2.0.30 (24th August 2021) =
|
208 |
* Fix: Fixed error message while adblocker with classic editor #408
|
209 |
* Fix: Reduce the API calls on server. #390
|
10 |
Requires at least: 3.6+
|
11 |
Tested up to: 5.8
|
12 |
Requires PHP: 5.4
|
13 |
+
Stable tag: 2.0.31
|
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 |
|
206 |
== Changelog ==
|
207 |
+
|
208 |
+
= 2.0.31 (14th October 2021) =
|
209 |
+
* Fix: Failed to load plugin: quads_shortcode from url… #426
|
210 |
+
* Fix: The script tag contains invalid JSON that cannot be parsed issue in AMP #425
|
211 |
+
|
212 |
= 2.0.30 (24th August 2021) =
|
213 |
* Fix: Fixed error message while adblocker with classic editor #408
|
214 |
* Fix: Reduce the API calls on server. #390
|