Version Description
- Compatiblity check with WordPress version 5.0
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Icons WordPress Plugin – AccessPress Social Icons |
Version | 1.7.2 |
Comparing to | |
See all releases |
Code changes from version 1.7.1 to 1.7.2
- accesspress-social-icons.php +2 -2
- readme.txt +5 -2
accesspress-social-icons.php
CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') or die("No script kiddies please!");
|
|
4 |
* Plugin Name:AccessPress Social Icons
|
5 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/
|
6 |
* Description: A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings.
|
7 |
-
* Version:1.7.
|
8 |
* Author:AccessPress Themes
|
9 |
* Author URI:http://accesspressthemes.com/
|
10 |
* Text Domain: accesspress-social-icons
|
@@ -85,7 +85,7 @@ if (!class_exists('APS_Class')) {
|
|
85 |
}
|
86 |
if(!defined('APS_VERSION'))
|
87 |
{
|
88 |
-
define('APS_VERSION','1.7.
|
89 |
}
|
90 |
}
|
91 |
|
4 |
* Plugin Name:AccessPress Social Icons
|
5 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/
|
6 |
* Description: A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings.
|
7 |
+
* Version:1.7.2
|
8 |
* Author:AccessPress Themes
|
9 |
* Author URI:http://accesspressthemes.com/
|
10 |
* Text Domain: accesspress-social-icons
|
85 |
}
|
86 |
if(!defined('APS_VERSION'))
|
87 |
{
|
88 |
+
define('APS_VERSION','1.7.2');
|
89 |
}
|
90 |
}
|
91 |
|
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:
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -150,6 +150,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
150 |
4. Backend Lcon Sets Listing
|
151 |
|
152 |
== Changelog ==
|
|
|
|
|
|
|
153 |
= 1.7.1 =
|
154 |
* Updated More WordPress Resources section
|
155 |
|
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.0
|
7 |
+
Stable tag: 1.7.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
150 |
4. Backend Lcon Sets Listing
|
151 |
|
152 |
== Changelog ==
|
153 |
+
= 1.7.2 =
|
154 |
+
* Compatiblity check with WordPress version 5.0
|
155 |
+
|
156 |
= 1.7.1 =
|
157 |
* Updated More WordPress Resources section
|
158 |
|