Version Description
Download this release
Release Info
Developer | namith.jawahar |
Plugin | Wp-Insert |
Version | 2.0.12 |
Comparing to | |
See all releases |
Code changes from version 2.0.11 to 2.0.12
- includes/common/css/style.css +3 -0
- includes/common/images/hireme.png +0 -0
- includes/common/support.php +3 -13
- readme.txt +1 -1
- wp-insert.php +2 -2
includes/common/css/style.css
CHANGED
@@ -162,3 +162,6 @@ label.iOSCheckLabelOff span{ padding-right:8px; }
|
|
162 |
.wp-insert .nicEdit-main ul{ margin:10px 0; padding:10px 10px 10px 25px; }
|
163 |
.wp-insert .nicEdit-main ul li{ list-style:disc; }
|
164 |
.wp-insert .chitikaButton{ background:url('../images/chitika_btn.png'); border-radius:5px 5px 5px 5px; box-shadow:0 0 6px #666666; cursor:pointer; height:48px; margin-left:10px; margin-top:-60px; position:relative; width:48px; z-index:10; opacity:0; }
|
|
|
|
|
|
162 |
.wp-insert .nicEdit-main ul{ margin:10px 0; padding:10px 10px 10px 25px; }
|
163 |
.wp-insert .nicEdit-main ul li{ list-style:disc; }
|
164 |
.wp-insert .chitikaButton{ background:url('../images/chitika_btn.png'); border-radius:5px 5px 5px 5px; box-shadow:0 0 6px #666666; cursor:pointer; height:48px; margin-left:10px; margin-top:-60px; position:relative; width:48px; z-index:10; opacity:0; }
|
165 |
+
.wp_insert_hireme { width: 230px; margin: 17px auto 5px; }
|
166 |
+
.wp_insert_hireme a { display: block; background:url('../images/hireme.png') no-repeat 0 0; height: 40px; text-indent: -9999px; width: 230px; }
|
167 |
+
.wp_insert_hireme a:hover { opacity: 0.8; }
|
includes/common/images/hireme.png
ADDED
Binary file
|
includes/common/support.php
CHANGED
@@ -16,7 +16,7 @@ function wp_insert_support_admin_init() {
|
|
16 |
}
|
17 |
add_settings_section('wp-insert-support-top', '', 'wp_insert_support_section', 'wp-insert-support');
|
18 |
//add_meta_box('wp_insert_facebook', 'Like Us On Facebook', 'wp_insert_facebook_content', 'wp-insert-support-top', 'advanced', 'high');
|
19 |
-
|
20 |
add_meta_box('wp_insert_donate', 'Donate and Support Free Plugins', 'wp_insert_donate_content', 'wp-insert-support-bottom', 'advanced', 'high');
|
21 |
add_meta_box('wp_insert_hate_campaign', 'Save Wp-Insert', 'wp_insert_hate_campaign_content', 'wp-insert-support-bottom', 'advanced', 'high');
|
22 |
delete_option('wp_insert_showcase_submission');
|
@@ -32,18 +32,8 @@ function wp_insert_support_section() {
|
|
32 |
}
|
33 |
|
34 |
function wp_insert_hire_me_content() {
|
35 |
-
echo '<div
|
36 |
-
echo '<a
|
37 |
-
echo '<script type="text/javascript">';
|
38 |
-
echo '(function() {';
|
39 |
-
echo 'var po = document.createElement("script");';
|
40 |
-
echo 'po.type = "text/javascript";';
|
41 |
-
echo 'po.async = true;';
|
42 |
-
echo 'po.src = ("https:" == document.location.protocol ? "https" : "http") + "://www.freelancer.com/js/hireme/widget.js";';
|
43 |
-
echo 'var s = document.getElementsByTagName("script")[0];';
|
44 |
-
echo 's.parentNode.insertBefore(po, s);';
|
45 |
-
echo '})();';
|
46 |
-
echo '</script>';
|
47 |
echo '</div>';
|
48 |
}
|
49 |
|
16 |
}
|
17 |
add_settings_section('wp-insert-support-top', '', 'wp_insert_support_section', 'wp-insert-support');
|
18 |
//add_meta_box('wp_insert_facebook', 'Like Us On Facebook', 'wp_insert_facebook_content', 'wp-insert-support-top', 'advanced', 'high');
|
19 |
+
add_meta_box('wp_insert_hire_me', 'Hire Me', 'wp_insert_hire_me_content', 'wp-insert-support-top', 'advanced', 'high');
|
20 |
add_meta_box('wp_insert_donate', 'Donate and Support Free Plugins', 'wp_insert_donate_content', 'wp-insert-support-bottom', 'advanced', 'high');
|
21 |
add_meta_box('wp_insert_hate_campaign', 'Save Wp-Insert', 'wp_insert_hate_campaign_content', 'wp-insert-support-bottom', 'advanced', 'high');
|
22 |
delete_option('wp_insert_showcase_submission');
|
32 |
}
|
33 |
|
34 |
function wp_insert_hire_me_content() {
|
35 |
+
echo '<div class="wp_insert_hireme">';
|
36 |
+
echo '<a title="Hire me! on Freelancer.com" href="https://www.freelancer.com/affiliates/email/899781/" target="_blank">Namith Jawahar - Wordpress Expert</a>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
echo '</div>';
|
38 |
}
|
39 |
|
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: 4.0
|
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: 4.0
|
7 |
+
Stable tag: 2.0.12
|
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)
|
@@ -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.
|
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.12
|
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.12');
|
35 |
/*Includes*/
|
36 |
require_once (dirname(__FILE__).'/includes/includes.php');
|
37 |
?>
|