Version Description
- Checked Compatibility issues with latest version of WordPress.
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Icons WordPress Plugin – AccessPress Social Icons |
Version | 1.7.7 |
Comparing to | |
See all releases |
Code changes from version 1.7.6 to 1.7.7
- accesspress-social-icons.php +2 -2
- readme.txt +5 -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.7.
|
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.7.
|
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.7.7
|
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.7.7');
|
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.
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -138,6 +138,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
138 |
2. Backend Icon Sets Listings
|
139 |
|
140 |
== Changelog ==
|
|
|
|
|
|
|
141 |
= 1.7.6 =
|
142 |
* Code Refinement for secure input and output data.
|
143 |
|
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.3.2
|
7 |
+
Stable tag: 1.7.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
138 |
2. Backend Icon Sets Listings
|
139 |
|
140 |
== Changelog ==
|
141 |
+
= 1.7.7 =
|
142 |
+
* Checked Compatibility issues with latest version of WordPress.
|
143 |
+
|
144 |
= 1.7.6 =
|
145 |
* Code Refinement for secure input and output data.
|
146 |
|