Version Description
(05th August 2020) = * Removed: Helpscout beacon #223
Download this release
Release Info
Developer | wpquads |
Plugin | AdSense Plugin WP QUADS |
Version | 2.0.10.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.10 to 2.0.10.1
- assets/css/quads-admin-all.css +0 -10
- includes/scripts.php +0 -16
- package.json +1 -1
- quick-adsense-reloaded.php +2 -2
- readme.txt +4 -1
assets/css/quads-admin-all.css
CHANGED
@@ -146,16 +146,6 @@
|
|
146 |
text-transform: capitalize;
|
147 |
}
|
148 |
|
149 |
-
.quads-help-container {
|
150 |
-
display: flex;
|
151 |
-
align-items: center;
|
152 |
-
justify-content: center;
|
153 |
-
position: fixed;
|
154 |
-
z-index: 9999;
|
155 |
-
bottom: 0px;
|
156 |
-
right: 0pc;
|
157 |
-
}
|
158 |
-
|
159 |
#quads-shortcode-modal-container-body{
|
160 |
text-align: center;
|
161 |
}
|
146 |
text-transform: capitalize;
|
147 |
}
|
148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
#quads-shortcode-modal-container-body{
|
150 |
text-align: center;
|
151 |
}
|
includes/scripts.php
CHANGED
@@ -20,22 +20,6 @@ add_action( 'admin_enqueue_scripts', 'quads_load_admin_scripts', 100 );
|
|
20 |
add_action( 'admin_enqueue_scripts', 'quads_load_plugins_admin_scripts', 100 );
|
21 |
add_action( 'admin_enqueue_scripts', 'quads_load_all_admin_scripts', 100 );
|
22 |
add_action( 'admin_print_footer_scripts', 'quads_check_ad_blocker' );
|
23 |
-
add_action( 'admin_footer', 'quads_add_Beacon' );
|
24 |
-
function quads_add_Beacon(){
|
25 |
-
$screens = get_current_screen();
|
26 |
-
$currentScreen = '';
|
27 |
-
if(is_object($screens)){
|
28 |
-
$currentScreen = $screens->base;
|
29 |
-
if($currentScreen == 'toplevel_page_quads-settings'){
|
30 |
-
echo ' <div class="quads-help-container">
|
31 |
-
<script type="text/javascript">!function(e,t,n){function a(){var e=t.getElementsByTagName("script")[0],n=t.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://beacon-v2.helpscout.net",e.parentNode.insertBefore(n,e)}if(e.Beacon=n=function(t,n,a){e.Beacon.readyQueue.push({method:t,options:n,data:a})},n.readyQueue=[],"complete"===t.readyState)return a();e.attachEvent?e.attachEvent("onload",a):e.addEventListener("load",a,!1)}(window,document,window.Beacon||function(){});</script>
|
32 |
-
<script type="text/javascript">window.Beacon("init", "200a7490-396b-4e3a-a28c-98d577fdf2f7")</script>
|
33 |
-
</div>';
|
34 |
-
}
|
35 |
-
}
|
36 |
-
|
37 |
-
|
38 |
-
}
|
39 |
|
40 |
/**
|
41 |
* Create ad blocker admin script
|
20 |
add_action( 'admin_enqueue_scripts', 'quads_load_plugins_admin_scripts', 100 );
|
21 |
add_action( 'admin_enqueue_scripts', 'quads_load_all_admin_scripts', 100 );
|
22 |
add_action( 'admin_print_footer_scripts', 'quads_check_ad_blocker' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
/**
|
25 |
* Create ad blocker admin script
|
package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "quick-adsense-reloaded",
|
3 |
-
"version": "2.0.10",
|
4 |
"devDependencies": {
|
5 |
"grunt": "~0.4.5",
|
6 |
"grunt-contrib-clean": "~0.6.0",
|
1 |
{
|
2 |
"name": "quick-adsense-reloaded",
|
3 |
+
"version": "2.0.10.1",
|
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.10
|
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.10' );
|
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.10.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.10.1' );
|
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: 5.4.2
|
12 |
Requires PHP: 5.3
|
13 |
-
Stable tag: 2.0.10
|
14 |
|
15 |
Ads & AdSense Plugin is the quickest way to insert Google AdSense & other ads into your website. Google AdSense integration with Google AMP support.
|
16 |
|
@@ -132,6 +132,9 @@ Alternative Installation:
|
|
132 |
|
133 |
== Changelog ==
|
134 |
|
|
|
|
|
|
|
135 |
= 2.0.10 (03rd August 2020) =
|
136 |
* New: AD blocker 2.0 #153
|
137 |
* New: Taboola support #144
|
10 |
Requires at least: 3.6+
|
11 |
Tested up to: 5.4.2
|
12 |
Requires PHP: 5.3
|
13 |
+
Stable tag: 2.0.10.1
|
14 |
|
15 |
Ads & AdSense Plugin is the quickest way to insert Google AdSense & other ads into your website. Google AdSense integration with Google AMP support.
|
16 |
|
132 |
|
133 |
== Changelog ==
|
134 |
|
135 |
+
= 2.0.10.1 (05th August 2020) =
|
136 |
+
* Removed: Helpscout beacon #223
|
137 |
+
|
138 |
= 2.0.10 (03rd August 2020) =
|
139 |
* New: AD blocker 2.0 #153
|
140 |
* New: Taboola support #144
|