Wp-Insert - Version 2.0.6

Version Description

Download this release

Release Info

Developer namith.jawahar
Plugin Icon 128x128 Wp-Insert
Version 2.0.6
Comparing to
See all releases

Code changes from version 2.0.5 to 2.0.6

includes/common/images/adsense.gif CHANGED
Binary file
includes/common/js/{jquery.minicolors.js → jquery.miniColors.js} RENAMED
File without changes
includes/common/popups/categories.php CHANGED
@@ -6,10 +6,10 @@ require('../../../../../../wp-blog-header.php');
6
  <html xmlns="http://www.w3.org/1999/xhtml">
7
  <head>
8
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
9
- <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css" />
10
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
11
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script>
12
- <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/ui.multiselect.js"></script>
13
  <script type="text/javascript">
14
  jQuery(function(){
15
  jQuery(".multiselect").multiselect({dividerLocation: 0.5});
6
  <html xmlns="http://www.w3.org/1999/xhtml">
7
  <head>
8
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
9
+ <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css?version=<?php echo WP_INSERT_VERSION; ?>" />
10
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
11
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script>
12
+ <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/ui.multiselect.js?version=<?php echo WP_INSERT_VERSION; ?>"></script>
13
  <script type="text/javascript">
14
  jQuery(function(){
15
  jQuery(".multiselect").multiselect({dividerLocation: 0.5});
includes/common/popups/chitika.php CHANGED
@@ -6,11 +6,11 @@ require('../../../../../../wp-blog-header.php');
6
  <html xmlns="http://www.w3.org/1999/xhtml">
7
  <head>
8
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
9
- <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css" />
10
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
11
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
12
- <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/jquery-jvert-tabs-1.1.4.js"></script>
13
- <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/jquery.miniColors.js"></script>
14
  <script type="text/javascript">
15
  jQuery(document).ready( function(jQuery) {
16
  jQuery("#chitikaVtabs").jVertTabs({equalHeights: false});
@@ -103,7 +103,7 @@ require('../../../../../../wp-blog-header.php');
103
  <div id="#chitikaVtabColors" style="min-height: 263px;">
104
  <p>
105
  <label>Link</label>
106
- <input id="chitikaLinkColor" type="text" class="input widefat minicolors" value="0000CC" />
107
  <small>Use this field to specify the color of links in your ad.</small>
108
  </p>
109
  <p>
6
  <html xmlns="http://www.w3.org/1999/xhtml">
7
  <head>
8
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
9
+ <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css?version=<?php echo WP_INSERT_VERSION; ?>" />
10
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
11
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
12
+ <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/jquery-jvert-tabs-1.1.4.js?version=<?php echo WP_INSERT_VERSION; ?>"></script>
13
+ <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/jquery.miniColors.js?version=<?php echo WP_INSERT_VERSION; ?>"></script>
14
  <script type="text/javascript">
15
  jQuery(document).ready( function(jQuery) {
16
  jQuery("#chitikaVtabs").jVertTabs({equalHeights: false});
103
  <div id="#chitikaVtabColors" style="min-height: 263px;">
104
  <p>
105
  <label>Link</label>
106
+ <input id="chitikaLinkColor" type="text" class="input widefat minicolors" value="#0000CC" />
107
  <small>Use this field to specify the color of links in your ad.</small>
108
  </p>
109
  <p>
includes/common/popups/countries.php CHANGED
@@ -6,10 +6,10 @@ require('../../../../../../wp-blog-header.php');
6
  <html xmlns="http://www.w3.org/1999/xhtml">
7
  <head>
8
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
9
- <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css" />
10
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
11
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script>
12
- <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/ui.multiselect.js"></script>
13
  <script type="text/javascript">
14
  jQuery(function(){
15
  jQuery(".multiselect").multiselect({dividerLocation: 0.5});
6
  <html xmlns="http://www.w3.org/1999/xhtml">
7
  <head>
8
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
9
+ <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css?version=<?php echo WP_INSERT_VERSION; ?>" />
10
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
11
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
12
+ <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/ui.multiselect.js?version=<?php echo WP_INSERT_VERSION; ?>"></script>
13
  <script type="text/javascript">
14
  jQuery(function(){
15
  jQuery(".multiselect").multiselect({dividerLocation: 0.5});
includes/common/popups/instances.php CHANGED
@@ -17,10 +17,10 @@ function wp_insert_add_ordinal_number_suffix($num) {
17
  <html xmlns="http://www.w3.org/1999/xhtml">
18
  <head>
19
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
20
- <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css" />
21
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
22
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script>
23
- <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/ui.multiselect.js"></script>
24
  <script type="text/javascript">
25
  jQuery(function(){
26
  jQuery(".multiselect").multiselect({dividerLocation: 0.5});
17
  <html xmlns="http://www.w3.org/1999/xhtml">
18
  <head>
19
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
20
+ <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css?version=<?php echo WP_INSERT_VERSION; ?>" />
21
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
22
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
23
+ <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/ui.multiselect.js?version=<?php echo WP_INSERT_VERSION; ?>"></script>
24
  <script type="text/javascript">
25
  jQuery(function(){
26
  jQuery(".multiselect").multiselect({dividerLocation: 0.5});
includes/common/popups/pages.php CHANGED
@@ -6,10 +6,10 @@ require('../../../../../../wp-blog-header.php');
6
  <html xmlns="http://www.w3.org/1999/xhtml">
7
  <head>
8
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
9
- <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css" />
10
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
11
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script>
12
- <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/ui.multiselect.js"></script>
13
  <script type="text/javascript">
14
  jQuery(function(){
15
  jQuery(".multiselect").multiselect({dividerLocation: 0.5});
6
  <html xmlns="http://www.w3.org/1999/xhtml">
7
  <head>
8
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
9
+ <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css?version=<?php echo WP_INSERT_VERSION; ?>" />
10
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
11
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
12
+ <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/ui.multiselect.js?version=<?php echo WP_INSERT_VERSION; ?>"></script>
13
  <script type="text/javascript">
14
  jQuery(function(){
15
  jQuery(".multiselect").multiselect({dividerLocation: 0.5});
includes/common/popups/posts.php CHANGED
@@ -6,10 +6,10 @@ require('../../../../../../wp-blog-header.php');
6
  <html xmlns="http://www.w3.org/1999/xhtml">
7
  <head>
8
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
9
- <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css" />
10
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
11
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script>
12
- <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/ui.multiselect.js"></script>
13
  <script type="text/javascript">
14
  jQuery(function(){
15
  jQuery(".multiselect").multiselect({dividerLocation: 0.5});
6
  <html xmlns="http://www.w3.org/1999/xhtml">
7
  <head>
8
  <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css" />
9
+ <link rel="stylesheet" type="text/css" href="<?php echo WP_INSERT_URL; ?>/includes/common/css/style.css?version=<?php echo WP_INSERT_VERSION; ?>" />
10
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
11
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
12
+ <script type="text/javascript" src="<?php echo WP_INSERT_URL; ?>/includes/common/js/ui.multiselect.js?version=<?php echo WP_INSERT_VERSION; ?>"></script>
13
  <script type="text/javascript">
14
  jQuery(function(){
15
  jQuery(".multiselect").multiselect({dividerLocation: 0.5});
includes/common/styles.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  function wp_insert_admin_styles() {
3
- wp_enqueue_style('wp-insert-styles', WP_INSERT_URL.'/includes/common/css/style.css?version=2.0.5', false);
4
  wp_enqueue_style('thickbox');
5
  wp_enqueue_script('common');
6
  wp_enqueue_script('jquery-ui-tabs');
@@ -8,11 +8,11 @@ function wp_insert_admin_styles() {
8
  wp_enqueue_script('postbox');
9
  wp_enqueue_script('media-upload');
10
  wp_enqueue_script('thickbox');
11
- wp_enqueue_script('colorbox', WP_INSERT_URL.'/includes/common/js/jquery.colorbox-min.js', array('jquery'));
12
- wp_enqueue_script('better-checkboxes', WP_INSERT_URL.'/includes/common/js/jquery.tzCheckbox.js', array('jquery'));
13
- wp_enqueue_script('iphone-checkboxes', WP_INSERT_URL.'/includes/common/js/iphone-style-checkboxes.js', array('jquery'));
14
- wp_enqueue_script('jquery-vertical-tabs', WP_INSERT_URL.'/includes/common/js/jquery-jvert-tabs-1.1.4.js', array('jquery'));
15
- wp_enqueue_script('nicEdit', WP_INSERT_URL.'/includes/common/js/nicEdit-latest.js', array('jquery'));
16
- wp_enqueue_script('image-uploader', WP_INSERT_URL.'/includes/common/js/wp-insert-functions.js', array('jquery'));
17
  }
18
  ?>
1
  <?php
2
  function wp_insert_admin_styles() {
3
+ wp_enqueue_style('wp-insert-styles', WP_INSERT_URL.'/includes/common/css/style.css?version='.WP_INSERT_VERSION, false);
4
  wp_enqueue_style('thickbox');
5
  wp_enqueue_script('common');
6
  wp_enqueue_script('jquery-ui-tabs');
8
  wp_enqueue_script('postbox');
9
  wp_enqueue_script('media-upload');
10
  wp_enqueue_script('thickbox');
11
+ wp_enqueue_script('colorbox', WP_INSERT_URL.'/includes/common/js/jquery.colorbox-min.js?version='.WP_INSERT_VERSION, array('jquery'));
12
+ wp_enqueue_script('better-checkboxes', WP_INSERT_URL.'/includes/common/js/jquery.tzCheckbox.js?version='.WP_INSERT_VERSION, array('jquery'));
13
+ wp_enqueue_script('iphone-checkboxes', WP_INSERT_URL.'/includes/common/js/iphone-style-checkboxes.js?version='.WP_INSERT_VERSION, array('jquery'));
14
+ wp_enqueue_script('jquery-vertical-tabs', WP_INSERT_URL.'/includes/common/js/jquery-jvert-tabs-1.1.4.js?version='.WP_INSERT_VERSION, array('jquery'));
15
+ wp_enqueue_script('nicEdit', WP_INSERT_URL.'/includes/common/js/nicEdit-latest.js?version='.WP_INSERT_VERSION, array('jquery'));
16
+ wp_enqueue_script('image-uploader', WP_INSERT_URL.'/includes/common/js/wp-insert-functions.js?version='.WP_INSERT_VERSION, array('jquery'));
17
  }
18
  ?>
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.5.1
7
- Stable tag: 2.0.5
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.5.1
7
+ Stable tag: 2.0.6
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.5
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)
@@ -31,7 +31,7 @@ if(!defined('WP_INSERT_URL'))
31
  if(!defined('WP_INSERT_DIR'))
32
  define('WP_INSERT_DIR',WP_PLUGIN_DIR.'/wp-insert');
33
  if(!defined('WP_INSERT_VERSION'))
34
- define('WP_INSERT_VERSION', '2.0.5');
35
  /*Includes*/
36
  require_once (dirname(__FILE__).'/includes/includes.php');
37
  ?>
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.6
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)
31
  if(!defined('WP_INSERT_DIR'))
32
  define('WP_INSERT_DIR',WP_PLUGIN_DIR.'/wp-insert');
33
  if(!defined('WP_INSERT_VERSION'))
34
+ define('WP_INSERT_VERSION', '2.0.6');
35
  /*Includes*/
36
  require_once (dirname(__FILE__).'/includes/includes.php');
37
  ?>