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

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.8.2
Comparing to
See all releases

Code changes from version 2.8.1 to 2.8.2

Files changed (2) hide show
  1. pinterest-pin-It-button.php +13 -7
  2. readme.txt +6 -3
pinterest-pin-It-button.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Weblizar Pin It Button On Image Hover And Post
4
- * Version: 2.8.1
5
  * Description: Weblizar 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/
@@ -173,13 +173,19 @@ function WL_PinItButtonPage()
173
  function PiniIt_Menu_Assets()
174
  {
175
  if (is_admin()) {
176
- wp_enqueue_style('bootstrap', WEBLIZAR_PINIT_PLUGIN_URL.'css/bootstrap.min.css');
177
- wp_enqueue_style('weblizar-smartech-css', WEBLIZAR_PINIT_PLUGIN_URL.'css/weblizar-smartech.css');
178
- wp_enqueue_style('weblizar-recom', WEBLIZAR_PINIT_PLUGIN_URL.'css/recom.css');
179
- wp_enqueue_style('fontawesome', WEBLIZAR_PINIT_PLUGIN_URL.'css/all.min.css');
 
 
 
 
180
  wp_enqueue_script('jquery');
181
- wp_enqueue_script('bootstrap', WEBLIZAR_PINIT_PLUGIN_URL.'js/bootstrap.min.js');
182
- wp_enqueue_script('weblizar-smartech-js', WEBLIZAR_PINIT_PLUGIN_URL.'js/weblizar-smartech.js', array('jquery'));
 
 
183
  }
184
  }
185
 
1
  <?php
2
  /**
3
  * Plugin Name: Weblizar Pin It Button On Image Hover And Post
4
+ * Version: 2.10.2
5
  * Description: Weblizar 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/
173
  function PiniIt_Menu_Assets()
174
  {
175
  if (is_admin()) {
176
+ wp_register_style('bootstrap', WEBLIZAR_PINIT_PLUGIN_URL.'css/bootstrap.min.css');
177
+ wp_enqueue_style('bootstrap');
178
+ wp_register_style('weblizar-smartech-css', WEBLIZAR_PINIT_PLUGIN_URL.'css/weblizar-smartech.css');
179
+ wp_enqueue_style('weblizar-smartech-css');
180
+ wp_register_style('weblizar-recom', WEBLIZAR_PINIT_PLUGIN_URL.'css/recom.css');
181
+ wp_enqueue_style('weblizar-recom');
182
+ wp_register_style('fontawesome', WEBLIZAR_PINIT_PLUGIN_URL.'css/all.min.css');
183
+ wp_enqueue_style('fontawesome');
184
  wp_enqueue_script('jquery');
185
+ wp_register_script('bootstrap', WEBLIZAR_PINIT_PLUGIN_URL.'js/bootstrap.min.js');
186
+ wp_enqueue_script('bootstrap');
187
+ wp_register_script('weblizar-smartech-js', WEBLIZAR_PINIT_PLUGIN_URL.'js/weblizar-smartech.js', array('jquery'));
188
+ wp_enqueue_script('weblizar-smartech-js');
189
  }
190
  }
191
 
readme.txt CHANGED
@@ -5,8 +5,8 @@ Contributors: weblizar
5
  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.7
9
- Stable tag: 2.10.1
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -110,7 +110,10 @@ 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.10.1 =[20-03-2021]
 
 
 
114
  - Tested Upto WordPress 5.7
115
 
116
  = Version 2.8.0 =[10-12-2020]
5
  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.8
9
+ Stable tag: 2.8.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.8.2 =[23-07-2021]
114
+ - Tested Upto WordPress 5.8
115
+
116
+ = Version 2.8.1 =[20-03-2021]
117
  - Tested Upto WordPress 5.7
118
 
119
  = Version 2.8.0 =[10-12-2020]