Version Description
Download this release
Release Info
Developer | namith.jawahar |
Plugin | Wp-Insert |
Version | 2.0.9 |
Comparing to | |
See all releases |
Code changes from version 2.0.8 to 2.0.9
- includes/common/images/chitika.gif +0 -0
- includes/common/images/clicksor.gif +0 -0
- includes/common/popups/categories.php +1 -1
- includes/common/popups/chitika.php +1 -1
- includes/common/popups/countries.php +1 -1
- includes/common/popups/instances.php +1 -1
- includes/common/popups/pages.php +1 -1
- includes/common/popups/posts.php +1 -1
- readme.txt +1 -1
- wp-insert.php +1 -1
includes/common/images/chitika.gif
ADDED
Binary file
|
includes/common/images/clicksor.gif
ADDED
Binary file
|
includes/common/popups/categories.php
CHANGED
@@ -22,7 +22,7 @@ require('../../../../../../wp-blog-header.php');
|
|
22 |
selectedItems.push(pagePicker.options[pagePicker.selectedIndex].value);
|
23 |
pagePicker.options[pagePicker.selectedIndex].selected = false;
|
24 |
}
|
25 |
-
parent.jQuery('#<?php echo (string)$_GET['target']; ?>').val(selectedItems.join(','));
|
26 |
parent.jQuery.colorbox.close();
|
27 |
}
|
28 |
</script>
|
22 |
selectedItems.push(pagePicker.options[pagePicker.selectedIndex].value);
|
23 |
pagePicker.options[pagePicker.selectedIndex].selected = false;
|
24 |
}
|
25 |
+
parent.jQuery('#<?php echo wp_kses((string)$_GET['target'], ''); ?>').val(selectedItems.join(','));
|
26 |
parent.jQuery.colorbox.close();
|
27 |
}
|
28 |
</script>
|
includes/common/popups/chitika.php
CHANGED
@@ -32,7 +32,7 @@ require('../../../../../../wp-blog-header.php');
|
|
32 |
adCode += 'ch_color_bg = "'+jQuery("#chitikaBackgroundColor").val()+'";\n';
|
33 |
adCode += '</'+'script>\n';
|
34 |
adCode += '<script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></'+'script>';
|
35 |
-
parent.jQuery('#<?php echo (string)$_GET['target']; ?>').val(adCode);
|
36 |
parent.jQuery.colorbox.close();
|
37 |
}
|
38 |
function validateUsername(sender) {
|
32 |
adCode += 'ch_color_bg = "'+jQuery("#chitikaBackgroundColor").val()+'";\n';
|
33 |
adCode += '</'+'script>\n';
|
34 |
adCode += '<script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></'+'script>';
|
35 |
+
parent.jQuery('#<?php echo wp_kses((string)$_GET['target'], ''); ?>').val(adCode);
|
36 |
parent.jQuery.colorbox.close();
|
37 |
}
|
38 |
function validateUsername(sender) {
|
includes/common/popups/countries.php
CHANGED
@@ -22,7 +22,7 @@ require('../../../../../../wp-blog-header.php');
|
|
22 |
selectedItems.push(pagePicker.options[pagePicker.selectedIndex].value);
|
23 |
pagePicker.options[pagePicker.selectedIndex].selected = false;
|
24 |
}
|
25 |
-
parent.jQuery('#<?php echo (string)$_GET['target']; ?>').val(selectedItems.join(','));
|
26 |
parent.jQuery.colorbox.close();
|
27 |
}
|
28 |
</script>
|
22 |
selectedItems.push(pagePicker.options[pagePicker.selectedIndex].value);
|
23 |
pagePicker.options[pagePicker.selectedIndex].selected = false;
|
24 |
}
|
25 |
+
parent.jQuery('#<?php echo wp_kses((string)$_GET['target'], ''); ?>').val(selectedItems.join(','));
|
26 |
parent.jQuery.colorbox.close();
|
27 |
}
|
28 |
</script>
|
includes/common/popups/instances.php
CHANGED
@@ -33,7 +33,7 @@ function wp_insert_add_ordinal_number_suffix($num) {
|
|
33 |
selectedItems.push(pagePicker.options[pagePicker.selectedIndex].value);
|
34 |
pagePicker.options[pagePicker.selectedIndex].selected = false;
|
35 |
}
|
36 |
-
parent.jQuery('#<?php echo (string)$_GET['target']; ?>').val(selectedItems.join(','));
|
37 |
parent.jQuery.colorbox.close();
|
38 |
}
|
39 |
</script>
|
33 |
selectedItems.push(pagePicker.options[pagePicker.selectedIndex].value);
|
34 |
pagePicker.options[pagePicker.selectedIndex].selected = false;
|
35 |
}
|
36 |
+
parent.jQuery('#<?php echo wp_kses((string)$_GET['target'], ''); ?>').val(selectedItems.join(','));
|
37 |
parent.jQuery.colorbox.close();
|
38 |
}
|
39 |
</script>
|
includes/common/popups/pages.php
CHANGED
@@ -22,7 +22,7 @@ require('../../../../../../wp-blog-header.php');
|
|
22 |
selectedItems.push(pagePicker.options[pagePicker.selectedIndex].value);
|
23 |
pagePicker.options[pagePicker.selectedIndex].selected = false;
|
24 |
}
|
25 |
-
parent.jQuery('#<?php echo (string)$_GET['target']; ?>').val(selectedItems.join(','));
|
26 |
parent.jQuery.colorbox.close();
|
27 |
}
|
28 |
</script>
|
22 |
selectedItems.push(pagePicker.options[pagePicker.selectedIndex].value);
|
23 |
pagePicker.options[pagePicker.selectedIndex].selected = false;
|
24 |
}
|
25 |
+
parent.jQuery('#<?php echo wp_kses((string)$_GET['target'], ''); ?>').val(selectedItems.join(','));
|
26 |
parent.jQuery.colorbox.close();
|
27 |
}
|
28 |
</script>
|
includes/common/popups/posts.php
CHANGED
@@ -22,7 +22,7 @@ require('../../../../../../wp-blog-header.php');
|
|
22 |
selectedItems.push(pagePicker.options[pagePicker.selectedIndex].value);
|
23 |
pagePicker.options[pagePicker.selectedIndex].selected = false;
|
24 |
}
|
25 |
-
parent.jQuery('#<?php echo (string)$_GET['target']; ?>').val(selectedItems.join(','));
|
26 |
parent.jQuery.colorbox.close();
|
27 |
}
|
28 |
</script>
|
22 |
selectedItems.push(pagePicker.options[pagePicker.selectedIndex].value);
|
23 |
pagePicker.options[pagePicker.selectedIndex].selected = false;
|
24 |
}
|
25 |
+
parent.jQuery('#<?php echo wp_kses((string)$_GET['target'], ''); ?>').val(selectedItems.join(','));
|
26 |
parent.jQuery.colorbox.close();
|
27 |
}
|
28 |
</script>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:www.wp-insert.smartlogix.co.in/support
|
|
4 |
Tags: adsense,google,widget,post,admin,plugin,ads,in post ads,feed logo,smartlogix,ads in feeds,analytics,google analytics,header,footer,ad management,advertisements,content,ad,advertising,privacy policy,privacy,policy,automatic privacy policy,blog,feed,feeds,formatting,html,javascript,manage,post,posts,seo,sidebar,widget,widgets,wordpress,tracking,syntex highlighter,highlighting,theme tools,plugin tools,developer tools,highlighting,theme editor,plugin editor,middle ad,ad filtration,pagewise ad filtration,template ads,ad tags,adbrite ads,adsense ready,easy adsense,adsense optimized,terms and conditions,terms,conditions,automatic terms and conditions
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 3.8
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: adsense,google,widget,post,admin,plugin,ads,in post ads,feed logo,smartlogix,ads in feeds,analytics,google analytics,header,footer,ad management,advertisements,content,ad,advertising,privacy policy,privacy,policy,automatic privacy policy,blog,feed,feeds,formatting,html,javascript,manage,post,posts,seo,sidebar,widget,widgets,wordpress,tracking,syntex highlighter,highlighting,theme tools,plugin tools,developer tools,highlighting,theme editor,plugin editor,middle ad,ad filtration,pagewise ad filtration,template ads,ad tags,adbrite ads,adsense ready,easy adsense,adsense optimized,terms and conditions,terms,conditions,automatic terms and conditions
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 3.8
|
7 |
+
Stable tag: 2.0.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
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 wordpress plugin (No1 Adsense Plugin for Wordpress)
|
6 |
-
Version: 2.0.
|
7 |
Author: Namith Jawahar
|
8 |
Author URI: http://www.smartlogix.co.in/
|
9 |
WP-INSERT by SMARTLOGIX : The ultimate wordpress plugin (No1 Adsense 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 wordpress plugin (No1 Adsense Plugin for Wordpress)
|
6 |
+
Version: 2.0.9
|
7 |
Author: Namith Jawahar
|
8 |
Author URI: http://www.smartlogix.co.in/
|
9 |
WP-INSERT by SMARTLOGIX : The ultimate wordpress plugin (No1 Adsense Plugin for Wordpress)
|