Version Description
- Released 2013-10-01
- One minor bug fixed
Download this release
Release Info
Developer | mrsztuczkens |
Plugin | jQuery Pin It Button for Images |
Version | 1.12 |
Comparing to | |
See all releases |
Code changes from version 1.11 to 1.12
- jquery-pin-it-button-for-images.php +3 -2
- readme.txt +8 -1
jquery-pin-it-button-for-images.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: jQuery Pin It Button For Images
|
|
4 |
Plugin URI: http://mrsztuczkens.me/jpibfi/
|
5 |
Description: Highlights images on hover and adds a "Pin It" button over them for easy pinning.
|
6 |
Author: Marcin Skrzypiec
|
7 |
-
Version: 1.
|
8 |
Author URI: http://mrsztuczkens.me/
|
9 |
*/
|
10 |
|
@@ -18,7 +18,7 @@ if ( ! function_exists( 'add_action' ) ) {
|
|
18 |
* CONSTANTS
|
19 |
*
|
20 |
*/
|
21 |
-
define( "JPIBFI_VERSION", "1.
|
22 |
define( "JPIBFI_METADATA", "jpibfi_meta" );
|
23 |
define( "JPIBFI_SELECTION_OPTIONS", "jpibfi_selection_options" );
|
24 |
define( "JPIBFI_VISUAL_OPTIONS", "jpibfi_visual_options" );
|
@@ -205,6 +205,7 @@ function jpibfi_print_hidden_field_script( $content ) {
|
|
205 |
}
|
206 |
|
207 |
add_filter( "the_content", 'jpibfi_print_hidden_field_script' );
|
|
|
208 |
|
209 |
/*
|
210 |
*
|
4 |
Plugin URI: http://mrsztuczkens.me/jpibfi/
|
5 |
Description: Highlights images on hover and adds a "Pin It" button over them for easy pinning.
|
6 |
Author: Marcin Skrzypiec
|
7 |
+
Version: 1.12
|
8 |
Author URI: http://mrsztuczkens.me/
|
9 |
*/
|
10 |
|
18 |
* CONSTANTS
|
19 |
*
|
20 |
*/
|
21 |
+
define( "JPIBFI_VERSION", "1.12" );
|
22 |
define( "JPIBFI_METADATA", "jpibfi_meta" );
|
23 |
define( "JPIBFI_SELECTION_OPTIONS", "jpibfi_selection_options" );
|
24 |
define( "JPIBFI_VISUAL_OPTIONS", "jpibfi_visual_options" );
|
205 |
}
|
206 |
|
207 |
add_filter( "the_content", 'jpibfi_print_hidden_field_script' );
|
208 |
+
add_filter( "the_excerpt", 'jpibfi_print_hidden_field_script' );
|
209 |
|
210 |
/*
|
211 |
*
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bit.ly/Uw2mEP
|
|
4 |
Tags: pinterest, pin it, button, image, images, pinit, social media, hover, click, photo, photos
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 3.6
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Highlights images on hover and adds a Pinterest "Pin It" button over them for easy pinning.
|
@@ -69,6 +69,10 @@ Please report them in the plugin's support forum on Wordpress.org.
|
|
69 |
|
70 |
== Changelog ==
|
71 |
|
|
|
|
|
|
|
|
|
72 |
= 1.11 =
|
73 |
* Released 2013-08-25
|
74 |
* Two minor bugs fixed
|
@@ -147,6 +151,9 @@ Please report them in the plugin's support forum on Wordpress.org.
|
|
147 |
|
148 |
== Upgrade Notice ==
|
149 |
|
|
|
|
|
|
|
150 |
= 1.11 =
|
151 |
Two minor bug fixes, that's all.
|
152 |
|
4 |
Tags: pinterest, pin it, button, image, images, pinit, social media, hover, click, photo, photos
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 3.6
|
7 |
+
Stable tag: 1.12
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Highlights images on hover and adds a Pinterest "Pin It" button over them for easy pinning.
|
69 |
|
70 |
== Changelog ==
|
71 |
|
72 |
+
= 1.12 =
|
73 |
+
* Released 2013-10-01
|
74 |
+
* One minor bug fixed
|
75 |
+
|
76 |
= 1.11 =
|
77 |
* Released 2013-08-25
|
78 |
* Two minor bugs fixed
|
151 |
|
152 |
== Upgrade Notice ==
|
153 |
|
154 |
+
= 1.12 =
|
155 |
+
One minor bug fix.
|
156 |
+
|
157 |
= 1.11 =
|
158 |
Two minor bug fixes, that's all.
|
159 |
|