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.7.2 |
Comparing to | |
See all releases |
Code changes from version 2.7.1 to 2.7.2
- css/weblizar-smartech.css +11 -0
- pinterest-pin-It-button.php +1 -1
- readme.txt +6 -1
- settings.php +2 -2
css/weblizar-smartech.css
CHANGED
@@ -1907,3 +1907,14 @@ a.pint-btn{
|
|
1907 |
padding: 15px 8px !important;
|
1908 |
|
1909 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1907 |
padding: 15px 8px !important;
|
1908 |
|
1909 |
}
|
1910 |
+
.wp-core-ui .notice.is-dismissible{
|
1911 |
+
padding-right: 0px;
|
1912 |
+
}
|
1913 |
+
.notice-dismiss{
|
1914 |
+
z-index: 1;
|
1915 |
+
background-color: #ff6347;
|
1916 |
+
}
|
1917 |
+
div#setting-error-tgmpa {
|
1918 |
+
/*margin-top: 390px;*/
|
1919 |
+
height: auto;
|
1920 |
+
}
|
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.7.
|
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/
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Pinterest Pin It Button On Image Hover And After Post & Page Content
|
4 |
+
* Version: 2.7.2
|
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/
|
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.2.2
|
9 |
-
Stable tag: 2.7.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -110,6 +110,11 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/pintere
|
|
110 |
|
111 |
For more information, see [Weblizar](https://wwww.weblizar.com/).
|
112 |
|
|
|
|
|
|
|
|
|
|
|
113 |
= Version 2.7.1 =
|
114 |
- Version Update & Compatible with WordPress 5.2.2
|
115 |
- backend lauoyt updated
|
6 |
Tags: pinterest, pin images, pin photo, pin it button, pin plugin
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 5.2.2
|
9 |
+
Stable tag: 2.7.2
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
110 |
|
111 |
For more information, see [Weblizar](https://wwww.weblizar.com/).
|
112 |
|
113 |
+
= Version 2.7.2 =
|
114 |
+
- Fixed : undefined index notice error fixed.
|
115 |
+
- Updated : Admin notice bar updated.
|
116 |
+
- updated : Pin It Button Settings updated.
|
117 |
+
|
118 |
= Version 2.7.1 =
|
119 |
- Version Update & Compatible with WordPress 5.2.2
|
120 |
- backend lauoyt updated
|
settings.php
CHANGED
@@ -246,7 +246,7 @@ background: #ed5c5c;
|
|
246 |
<hr>
|
247 |
|
248 |
<div>
|
249 |
-
<p><?php _e('Pin It Button Color (On Image Hover)', WEBLIZAR_PINIT_TD); ?></p>
|
250 |
<?php
|
251 |
/* $PinItColor = get_option("WL_Pinit_Btn_Color");
|
252 |
if(!isset($PinItColor)) {
|
@@ -276,7 +276,7 @@ background: #ed5c5c;
|
|
276 |
</div>
|
277 |
<hr>
|
278 |
<?php wp_nonce_field( 'pinitsetting_nonce_action', 'pinitsetting_nonce_field' ); ?>
|
279 |
-
<button id="pinitsave" name="pinitsave" class="button button-primary" type="button" onclick="return SaveSettings();"><strong><i class="fa fa-save"></i> <?php _e('
|
280 |
<i id="loading" name="loading" style="display: none;" class="fa fa-cog fa-spin fa-3x"></i>
|
281 |
</div>
|
282 |
|
246 |
<hr>
|
247 |
|
248 |
<div>
|
249 |
+
<p><?php //_e('Pin It Button Color (On Image Hover)', WEBLIZAR_PINIT_TD); ?></p>
|
250 |
<?php
|
251 |
/* $PinItColor = get_option("WL_Pinit_Btn_Color");
|
252 |
if(!isset($PinItColor)) {
|
276 |
</div>
|
277 |
<hr>
|
278 |
<?php wp_nonce_field( 'pinitsetting_nonce_action', 'pinitsetting_nonce_field' ); ?>
|
279 |
+
<button id="pinitsave" name="pinitsave" class="button button-primary" type="button" onclick="return SaveSettings();"><strong><i class="fa fa-save"></i> <?php _e('Save', WEBLIZAR_PINIT_TD); ?></strong></button>
|
280 |
<i id="loading" name="loading" style="display: none;" class="fa fa-cog fa-spin fa-3x"></i>
|
281 |
</div>
|
282 |
|