Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.8.4

Version Description

  • Compatibility checked with WordPress version 5.9 .
Download this release

Release Info

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

Code changes from version 1.8.3 to 1.8.4

Files changed (2) hide show
  1. accesspress-social-icons.php +2 -2
  2. readme.txt +8 -4
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.3
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.3');
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.4
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.4');
129
  }
130
  }
131
 
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.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,13 +122,17 @@ Once you install the plugin , you can check some general documentation about how
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.
131
- * Checked compatibility with WP version 5.7.
132
 
133
  = 1.8.1 =
134
  * Necessary code refinement.
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.9
7
+ Stable tag: 1.8.4
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.4 =
126
+ * Compatibility checked with WordPress version 5.9 .
127
+
128
+
129
  = 1.8.3 =
130
+ * Compatibility checked with WordPress version 5.8 .
131
 
132
  = 1.8.2 =
133
  * Fixed error regarding icons not showing.
134
  * Fixed error regarding twitter follow button not showing in panel header.
135
+ * Checked compatibility with WP version 5.7 .
136
 
137
  = 1.8.1 =
138
  * Necessary code refinement.