Version Description
Download this release
Release Info
Developer | namith.jawahar |
Plugin | Quick Adsense |
Version | 2.8.4 |
Comparing to | |
See all releases |
Code changes from version 2.8.3 to 2.8.4
- includes/controls.php +1 -0
- quick-adsense.php +1 -1
- readme.txt +1 -1
includes/controls.php
CHANGED
@@ -170,6 +170,7 @@ function quick_adsense_get_allowed_html() {
|
|
170 |
'h4' => $common_html_attributes,
|
171 |
'h5' => $common_html_attributes,
|
172 |
'h6' => $common_html_attributes,
|
|
|
173 |
'i' => $common_html_attributes,
|
174 |
'img' => $common_html_attributes,
|
175 |
'label' => $common_html_attributes,
|
170 |
'h4' => $common_html_attributes,
|
171 |
'h5' => $common_html_attributes,
|
172 |
'h6' => $common_html_attributes,
|
173 |
+
'hr' => $common_html_attributes,
|
174 |
'i' => $common_html_attributes,
|
175 |
'img' => $common_html_attributes,
|
176 |
'label' => $common_html_attributes,
|
quick-adsense.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
|
6 |
* Author: namithjawahar
|
7 |
* Author URI: https://smartlogix.co.in/
|
8 |
-
* Version: 2.8.
|
9 |
*/
|
10 |
require_once dirname( __FILE__ ) . '/includes/loader.php';
|
11 |
require_once dirname( __FILE__ ) . '/includes/countries.php';
|
5 |
* Description: Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
|
6 |
* Author: namithjawahar
|
7 |
* Author URI: https://smartlogix.co.in/
|
8 |
+
* Version: 2.8.4
|
9 |
*/
|
10 |
require_once dirname( __FILE__ ) . '/includes/loader.php';
|
11 |
require_once dirname( __FILE__ ) . '/includes/countries.php';
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: namithjawahar
|
|
3 |
Tags: WordPress Plugin, adsense, google adsense, random adsense, random ads, advertising, adsense insertion, ad manager, ad, yahoo, google, ads, text insertion, widget, sidebar, admin, posts, plugin
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.9.2
|
6 |
-
Stable tag: 2.8.
|
7 |
|
8 |
Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
|
9 |
|
3 |
Tags: WordPress Plugin, adsense, google adsense, random adsense, random ads, advertising, adsense insertion, ad manager, ad, yahoo, google, ads, text insertion, widget, sidebar, admin, posts, plugin
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.9.2
|
6 |
+
Stable tag: 2.8.4
|
7 |
|
8 |
Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
|
9 |
|