Version Description
Download this release
Release Info
Developer | namith.jawahar |
Plugin | Wp-Insert |
Version | 2.1.2 |
Comparing to | |
See all releases |
Code changes from version 2.1.1 to 2.1.2
- includes/common/rules.php +1 -1
- wp-insert.php +1 -1
includes/common/rules.php
CHANGED
@@ -73,7 +73,7 @@ function wp_insert_get_ad_status($rules) {
|
|
73 |
return false;
|
74 |
}
|
75 |
|
76 |
-
if($rules['rules_exclude_mobile_devices'] && wp_is_mobile()) {
|
77 |
return false;
|
78 |
}
|
79 |
|
73 |
return false;
|
74 |
}
|
75 |
|
76 |
+
if(isset($rules['rules_exclude_mobile_devices']) && filter_var($rules['rules_exclude_mobile_devices'], FILTER_VALIDATE_BOOLEAN) && wp_is_mobile()) {
|
77 |
return false;
|
78 |
}
|
79 |
|
wp-insert.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Wp-Insert
|
4 |
Plugin URI: http://www.wp-insert.smartlogix.co.in/
|
5 |
Description: WP-INSERT by SMARTLOGIX : The Ultimate Adsense / Ad-Management Plugin for WordPress
|
6 |
-
Version: 2.1.
|
7 |
Author: Namith Jawahar
|
8 |
Author URI: http://www.smartlogix.co.in/
|
9 |
WP-INSERT by SMARTLOGIX : The Ultimate Adsense / Ad-Management Plugin for WordPress
|
3 |
Plugin Name: Wp-Insert
|
4 |
Plugin URI: http://www.wp-insert.smartlogix.co.in/
|
5 |
Description: WP-INSERT by SMARTLOGIX : The Ultimate Adsense / Ad-Management Plugin for WordPress
|
6 |
+
Version: 2.1.2
|
7 |
Author: Namith Jawahar
|
8 |
Author URI: http://www.smartlogix.co.in/
|
9 |
WP-INSERT by SMARTLOGIX : The Ultimate Adsense / Ad-Management Plugin for WordPress
|