Pinterest Pin It Button On Image Hover And Post - Version 2.6.9

Version Description

= 0.1 = Starter version no upgrade is required.

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Pinterest Pin It Button On Image Hover And Post
Version 2.6.9
Comparing to
See all releases

Code changes from version 2.6.8 to 2.6.9

Files changed (2) hide show
  1. pinterest-pin-It-button.php +2 -2
  2. readme.txt +5 -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.8
5
  * Description: Pinterest pin it button on image hover plugin provides facility to pins your blog posts, pages and images into your Pinterest account boards.
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
@@ -92,7 +92,7 @@ function wl_pinit_js() {
92
  var nopin_img_src = "<?php echo $imags_url; ?>";
93
  jQuery("img").each(function(){
94
  if(jQuery(this).attr("src") == nopin_img_src){
95
- jQuery(this).attr("nopin", "nopin");
96
  }
97
  });
98
  });
1
  <?php
2
  /**
3
  * Plugin Name: Pinterest Pin It Button On Image Hover And After Post & Page Content
4
+ * Version: 2.6.9
5
  * Description: Pinterest pin it button on image hover plugin provides facility to pins your blog posts, pages and images into your Pinterest account boards.
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
92
  var nopin_img_src = "<?php echo $imags_url; ?>";
93
  jQuery("img").each(function(){
94
  if(jQuery(this).attr("src") == nopin_img_src){
95
+ jQuery(this).attr("data-pin-nopin", "true");
96
  }
97
  });
98
  });
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link: https://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: 5.1
9
- Stable tag: 2.6.8
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -111,6 +111,10 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/pintere
111
 
112
  For more information, see [Weblizar](https://wwww.weblizar.com/).
113
 
 
 
 
 
114
  = Version 2.6.8 =
115
  - Version Update & WordPress 5.1 Compatible
116
  - Minor issue fixed
6
  Tags: pinterest, pin images, pin photo, pin it button, pin plugin
7
  Requires at least: 3.8
8
  Tested up to: 5.1
9
+ Stable tag: 2.6.9
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
111
 
112
  For more information, see [Weblizar](https://wwww.weblizar.com/).
113
 
114
+
115
+ = Version 2.6.9 =
116
+ - Exclude image issue fixed
117
+
118
  = Version 2.6.8 =
119
  - Version Update & WordPress 5.1 Compatible
120
  - Minor issue fixed