Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.8.2

Version Description

  • Fixed error regarding icons not showing.
  • Fixed error regarding twitter follow button not showing in panel header.
  • Checked compatibility with WP version 5.7.
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Icons WordPress Plugin – AccessPress Social Icons
Version 1.8.2
Comparing to
See all releases

Code changes from version 1.8.1 to 1.8.2

accesspress-social-icons.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: AccessPress Social Icons
4
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/
5
  * Description: A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings.
6
- * Version: 1.8.1
7
  * Author:AccessPress Themes
8
  * Author URI:http://accesspressthemes.com/
9
  * Text Domain: accesspress-social-icons
@@ -125,7 +125,7 @@ if (!class_exists('APS_Class')) {
125
  }
126
  if(!defined('APS_VERSION'))
127
  {
128
- define('APS_VERSION','1.8.1');
129
  }
130
  }
131
 
@@ -287,7 +287,7 @@ if (!class_exists('APS_Class')) {
287
  <div class="aps-col-one-fourth">
288
  <div class="aps-set-image-wrapper">
289
  <a href='javascript:void(0);'>
290
- <img src="<?php esc_attr( APS_ICONS_DIR) . '/png/set' . $i . '/' . $file; ?>" alt="<?php echo esc_attr($filename); ?>" title="<?php echo esc_attr($filename); ?>"/>
291
  <span class="aps-set-image-title"><?php echo esc_attr($filename); ?></span>
292
  </a>
293
  </div>
3
  * Plugin Name: AccessPress Social Icons
4
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/
5
  * Description: A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings.
6
+ * Version: 1.8.2
7
  * Author:AccessPress Themes
8
  * Author URI:http://accesspressthemes.com/
9
  * Text Domain: accesspress-social-icons
125
  }
126
  if(!defined('APS_VERSION'))
127
  {
128
+ define('APS_VERSION','1.8.2');
129
  }
130
  }
131
 
287
  <div class="aps-col-one-fourth">
288
  <div class="aps-set-image-wrapper">
289
  <a href='javascript:void(0);'>
290
+ <img src="<?php echo esc_attr( APS_ICONS_DIR ) . '/png/set' . $i . '/' . $file; ?>" alt="<?php echo esc_attr($filename); ?>" title="<?php echo esc_attr($filename); ?>"/>
291
  <span class="aps-set-image-title"><?php echo esc_attr($filename); ?></span>
292
  </a>
293
  </div>
inc/backend/panel-head.php CHANGED
@@ -12,7 +12,7 @@
12
  <div class="ap-social-bttns">
13
  <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FAccessPress-Themes%2F1396595907277967&amp;width&amp;layout=button&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=35&amp;appId=1411139805828592" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:20px; width:50px " allowtransparency="true"></iframe>
14
  &nbsp;&nbsp;
15
- <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" src="http://platform.twitter.com/widgets/follow_button.21f7daa948263c3043bab783473c3475.en.html#_=1415777743087&amp;id=twitter-widget-0&amp;lang=en&amp;screen_name=apthemes&amp;show_count=false&amp;show_screen_name=true&amp;size=m" class="twitter-follow-button twitter-follow-button" title="Twitter Follow Button" data-twttr-rendered="true" style="width: 126px; height: 20px;"></iframe>
16
  <script>!function (d, s, id) {
17
  var js, fjs = d.getElementsByTagName(s)[0];
18
  if (!d.getElementById(id)) {
12
  <div class="ap-social-bttns">
13
  <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FAccessPress-Themes%2F1396595907277967&amp;width&amp;layout=button&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=35&amp;appId=1411139805828592" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:20px; width:50px " allowtransparency="true"></iframe>
14
  &nbsp;&nbsp;
15
+ <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" src="https://platform.twitter.com/widgets/follow_button.21f7daa948263c3043bab783473c3475.en.html#_=1415777743087&amp;id=twitter-widget-0&amp;lang=en&amp;screen_name=apthemes&amp;show_count=false&amp;show_screen_name=true&amp;size=m" class="twitter-follow-button twitter-follow-button" title="Twitter Follow Button" data-twttr-rendered="true" style="width: 126px; height: 20px;"></iframe>
16
  <script>!function (d, s, id) {
17
  var js, fjs = d.getElementsByTagName(s)[0];
18
  if (!d.getElementById(id)) {
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Access Keys
3
  Tags: social icon, social icons, social media, social icon widget, social icons widget, social media icons, social media plugin, social networking, social profiles, wordpress social icons, wp social icons
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.5
6
- Tested up to: 5.5.1
7
- Stable tag: 1.8.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -121,6 +121,12 @@ Once you install the plugin , you can check some general documentation about how
121
  2. Backend Icon Sets Listings
122
 
123
  == Changelog ==
 
 
 
 
 
 
124
  = 1.8.1 =
125
  * Necessary code refinement.
126
 
3
  Tags: social icon, social icons, social media, social icon widget, social icons widget, social media icons, social media plugin, social networking, social profiles, wordpress social icons, wp social icons
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.5
6
+ Tested up to: 5.7
7
+ Stable tag: 1.8.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
121
  2. Backend Icon Sets Listings
122
 
123
  == Changelog ==
124
+
125
+ = 1.8.2 =
126
+ * Fixed error regarding icons not showing.
127
+ * Fixed error regarding twitter follow button not showing in panel header.
128
+ * Checked compatibility with WP version 5.7.
129
+
130
  = 1.8.1 =
131
  * Necessary code refinement.
132