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 | 1.8 |
Comparing to | |
See all releases |
Code changes from version 1.7 to 1.8
- css/bootstrap.css +0 -70
- pinterest-pin-It-button.php +1 -9
- readme.txt +6 -2
css/bootstrap.css
CHANGED
@@ -1,76 +1,6 @@
|
|
1 |
|
2 |
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
|
3 |
|
4 |
-
abbr[title] {
|
5 |
-
border-bottom: 1px dotted; }
|
6 |
-
|
7 |
-
b,
|
8 |
-
strong {
|
9 |
-
font-weight: bold; }
|
10 |
-
|
11 |
-
dfn {
|
12 |
-
font-style: italic; }
|
13 |
-
|
14 |
-
h1 {
|
15 |
-
font-size: 2em;
|
16 |
-
margin: 0.67em 0; }
|
17 |
-
|
18 |
-
mark {
|
19 |
-
background: #ff0;
|
20 |
-
color: #000; }
|
21 |
-
|
22 |
-
small {
|
23 |
-
font-size: 80%; }
|
24 |
-
|
25 |
-
sub,
|
26 |
-
sup {
|
27 |
-
font-size: 75%;
|
28 |
-
line-height: 0;
|
29 |
-
position: relative;
|
30 |
-
vertical-align: baseline; }
|
31 |
-
|
32 |
-
sup {
|
33 |
-
top: -0.5em; }
|
34 |
-
|
35 |
-
sub {
|
36 |
-
bottom: -0.25em; }
|
37 |
-
|
38 |
-
img {
|
39 |
-
border: 0; }
|
40 |
-
|
41 |
-
svg:not(:root) {
|
42 |
-
overflow: hidden; }
|
43 |
-
|
44 |
-
figure {
|
45 |
-
margin: 1em 40px; }
|
46 |
-
|
47 |
-
hr {
|
48 |
-
-moz-box-sizing: content-box;
|
49 |
-
box-sizing: content-box;
|
50 |
-
height: 0; }
|
51 |
-
|
52 |
-
pre {
|
53 |
-
overflow: auto; }
|
54 |
-
|
55 |
-
code,
|
56 |
-
kbd,
|
57 |
-
pre,
|
58 |
-
samp {
|
59 |
-
font-family: monospace, monospace;
|
60 |
-
font-size: 1em; }
|
61 |
-
|
62 |
-
button,
|
63 |
-
input,
|
64 |
-
optgroup,
|
65 |
-
select,
|
66 |
-
textarea {
|
67 |
-
color: inherit;
|
68 |
-
font: inherit;
|
69 |
-
margin: 0; }
|
70 |
-
|
71 |
-
button {
|
72 |
-
overflow: visible; }
|
73 |
-
|
74 |
button,
|
75 |
select {
|
76 |
text-transform: none; }
|
1 |
|
2 |
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
button,
|
5 |
select {
|
6 |
text-transform: none; }
|
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: 1.
|
5 |
* Description: Pin Your WordPress Blog Posts Pages Images With Pinterest
|
6 |
* Author: Weblizar
|
7 |
* Author URI: http://weblizar.com/plugins/
|
@@ -12,14 +12,6 @@
|
|
12 |
* as published by the Free Software Foundation; either version 2
|
13 |
* of the License, or (at your option) any later version.
|
14 |
*
|
15 |
-
* This program is distributed in the hope that it will be useful,
|
16 |
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17 |
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
18 |
-
* GNU General Public License for more details.
|
19 |
-
*
|
20 |
-
* You should have received a copy of the GNU General Public License
|
21 |
-
* along with this program; if not, write to the Free Software
|
22 |
-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
23 |
*/
|
24 |
|
25 |
/**
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Pinterest Pin It Button On Image Hover And After Post & Page Content
|
4 |
+
* Version: 1.8
|
5 |
* Description: Pin Your WordPress Blog Posts Pages Images With Pinterest
|
6 |
* Author: Weblizar
|
7 |
* Author URI: http://weblizar.com/plugins/
|
12 |
* as published by the Free Software Foundation; either version 2
|
13 |
* of the License, or (at your option) any later version.
|
14 |
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
*/
|
16 |
|
17 |
/**
|
readme.txt
CHANGED
@@ -5,8 +5,8 @@ Contributors: weblizar
|
|
5 |
Donate link: http://www.weblizar.com/
|
6 |
Tags: advanced pinterest, board, feed, free, free pinterest widget, image, images, media, photo, photo share plugin, photos, pin it, pin it button, pinter pin display, pinterest, pinterest board, pinterest button, pinterest display, Pinterest Feed, pinterest follow, pinterest follow badge, pinterest follow button, pinterest pin, pinterest pin button, pinterest pin it button, pinterest share, pinterest widget, rss, sidebar, social, social button, social media, social share, social share plugin, widget, wordpress, wordpress widget, pinterest pin it button on hover, pin it on hover, pin it image, pin image, pin it button ob post,
|
7 |
Requires at least: 3.5
|
8 |
-
Tested up to: 4.
|
9 |
-
Stable tag: 1.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -43,6 +43,10 @@ Pinterest pin it button on image hover plugin provides facility to pins your blo
|
|
43 |
For more information, see [Weblizar](http://wwww.weblizar.com/).
|
44 |
|
45 |
|
|
|
|
|
|
|
|
|
46 |
= Version 1.7 01-Sep-2015 =
|
47 |
* Small Updates in admin css
|
48 |
|
5 |
Donate link: http://www.weblizar.com/
|
6 |
Tags: advanced pinterest, board, feed, free, free pinterest widget, image, images, media, photo, photo share plugin, photos, pin it, pin it button, pinter pin display, pinterest, pinterest board, pinterest button, pinterest display, Pinterest Feed, pinterest follow, pinterest follow badge, pinterest follow button, pinterest pin, pinterest pin button, pinterest pin it button, pinterest share, pinterest widget, rss, sidebar, social, social button, social media, social share, social share plugin, widget, wordpress, wordpress widget, pinterest pin it button on hover, pin it on hover, pin it image, pin image, pin it button ob post,
|
7 |
Requires at least: 3.5
|
8 |
+
Tested up to: 4.3.1
|
9 |
+
Stable tag: 1.8
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
43 |
For more information, see [Weblizar](http://wwww.weblizar.com/).
|
44 |
|
45 |
|
46 |
+
= Version 1.8 22-Sep-2015 =
|
47 |
+
* Compatible with wordpress 4.3.18-June-2015
|
48 |
+
* Small update in css file
|
49 |
+
|
50 |
= Version 1.7 01-Sep-2015 =
|
51 |
* Small Updates in admin css
|
52 |
|