Version Description
= 0.1 = Starter version no upgrade is required.
Download this release
Release Info
Developer | weblizar |
Plugin | Pinterest Pin It Button On Image Hover And Post |
Version | 2.6.1 |
Comparing to | |
See all releases |
Code changes from version 2.6 to 2.6.1
- pinterest-pin-It-button.php +3 -2
- readme.txt +2 -1
pinterest-pin-It-button.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Pinterest Pin It Button On Image Hover And After Post & Page Content
|
4 |
-
* Version: 2.6
|
5 |
* Description: Pin Your WordPress Blog Posts Pages Images With Pinterest
|
6 |
* Author: Weblizar
|
7 |
* Author URI: http://weblizar.com/plugins/
|
@@ -64,11 +64,12 @@ function wl_pinit_js() {
|
|
64 |
}
|
65 |
|
66 |
// exclude images pin it hover
|
|
|
67 |
$imags_urls = get_option('exclude_pin_it_images');
|
68 |
//print_r($imags_urls);
|
69 |
?>
|
70 |
<script>
|
71 |
-
<?php if(count($imags_urls)) { foreach($imags_urls as $imags_url) { if($imags_url) { ?>
|
72 |
jQuery(document).ready(function(){
|
73 |
var nopin_img_src = "<?php echo $imags_url; ?>";
|
74 |
jQuery("img").each(function(){
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Pinterest Pin It Button On Image Hover And After Post & Page Content
|
4 |
+
* Version: 2.6.1
|
5 |
* Description: Pin Your WordPress Blog Posts Pages Images With Pinterest
|
6 |
* Author: Weblizar
|
7 |
* Author URI: http://weblizar.com/plugins/
|
64 |
}
|
65 |
|
66 |
// exclude images pin it hover
|
67 |
+
$imags_urls = array();
|
68 |
$imags_urls = get_option('exclude_pin_it_images');
|
69 |
//print_r($imags_urls);
|
70 |
?>
|
71 |
<script>
|
72 |
+
<?php if(count($imags_urls) > 0) { foreach($imags_urls as $imags_url) { if($imags_url) { ?>
|
73 |
jQuery(document).ready(function(){
|
74 |
var nopin_img_src = "<?php echo $imags_url; ?>";
|
75 |
jQuery("img").each(function(){
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Donate link: http://www.weblizar.com/
|
|
6 |
Tags: pinterest, pin images, pin photo, pin it button, pin plugin
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 4.9.6
|
9 |
-
Stable tag: 2.6
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -72,6 +72,7 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/pintere
|
|
72 |
|
73 |
For more information, see [Weblizar](http://wwww.weblizar.com/).
|
74 |
|
|
|
75 |
= Version 2.6 - Update Font-Awesome library + Add Our Product and Recommendation Page + Update Review Link + WordPress 4.9.6 Compatible
|
76 |
= Version 2.5 - update + WordPress 4.8.1 Compatible
|
77 |
= Version 2.4.0 - update
|
6 |
Tags: pinterest, pin images, pin photo, pin it button, pin plugin
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 4.9.6
|
9 |
+
Stable tag: 2.6.1
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
72 |
|
73 |
For more information, see [Weblizar](http://wwww.weblizar.com/).
|
74 |
|
75 |
+
= Version 2.6.1 - minor php error fix
|
76 |
= Version 2.6 - Update Font-Awesome library + Add Our Product and Recommendation Page + Update Review Link + WordPress 4.9.6 Compatible
|
77 |
= Version 2.5 - update + WordPress 4.8.1 Compatible
|
78 |
= Version 2.4.0 - update
|