Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.8.3

Version Description

  • Compatibility checked with WordPress version 5.8.
Download this release

Release Info

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

Code changes from version 1.8.2 to 1.8.3

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.2
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.2');
129
  }
130
  }
131
 
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.3
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.3');
129
  }
130
  }
131
 
icon-sets/png/set1/{googlePlus.png → googleplus.png} RENAMED
File without changes
icon-sets/png/set11/{googlePlus.png → googleplus.png} RENAMED
File without changes
icon-sets/png/set12/{googlePlus.png → googleplus.png} RENAMED
File without changes
icon-sets/png/set2/{googlePlus.png → googleplus.png} RENAMED
File without changes
icon-sets/png/set3/{googlePlus.png → googleplus.png} RENAMED
File without changes
icon-sets/png/set4/{googlePlus.png → googleplus.png} RENAMED
File without changes
icon-sets/png/set5/{googlePlus.png → googleplus.png} RENAMED
File without changes
icon-sets/png/set6/{googlePlus.png → googleplus.png} RENAMED
File without changes
icon-sets/png/set7/{googlePlus.png → googleplus.png} RENAMED
File without changes
icon-sets/png/set8/{googlePlus.png → googleplus.png} RENAMED
File without changes
icon-sets/png/set9/{googlePlus.png → googleplus.png} RENAMED
File without changes
inc/backend/edit-icon-set.php CHANGED
@@ -2,7 +2,7 @@
2
  defined('ABSPATH') or die("No script kiddies please!");
3
  global $wpdb;
4
  $si_id = intval(sanitize_text_field($_GET['si_id']));
5
- $table_name = $table_name = $wpdb->prefix . "aps_social_icons";
6
  $icon_sets = $wpdb->get_results($wpdb->prepare("SELECT * FROM $table_name WHERE si_id=%d",array( $si_id )));
7
  if(!empty($icon_sets)){
8
  $icon_set = $icon_sets[0];
2
  defined('ABSPATH') or die("No script kiddies please!");
3
  global $wpdb;
4
  $si_id = intval(sanitize_text_field($_GET['si_id']));
5
+ $table_name = $wpdb->prefix . "aps_social_icons";
6
  $icon_sets = $wpdb->get_results($wpdb->prepare("SELECT * FROM $table_name WHERE si_id=%d",array( $si_id )));
7
  if(!empty($icon_sets)){
8
  $icon_set = $icon_sets[0];
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.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
 
@@ -122,6 +122,9 @@ Once you install the plugin , you can check some general documentation about how
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.
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.8
7
+ Stable tag: 1.8.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
122
 
123
  == Changelog ==
124
 
125
+ = 1.8.3 =
126
+ * Compatibility checked with WordPress version 5.8.
127
+
128
  = 1.8.2 =
129
  * Fixed error regarding icons not showing.
130
  * Fixed error regarding twitter follow button not showing in panel header.