Version Description
- Compatibility modification for WP version 4.8
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Icons WordPress Plugin – AccessPress Social Icons |
Version | 1.6.9 |
Comparing to | |
See all releases |
Code changes from version 1.6.8 to 1.6.9
- accesspress-social-icons.php +2 -2
- readme.txt +6 -6
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.6.
|
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.6.
|
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.6.9
|
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.6.9');
|
89 |
}
|
90 |
}
|
91 |
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
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.
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -15,8 +15,6 @@ Add social media icons on your site | select from pre-designed sets or upload yo
|
|
15 |
|
16 |
### Link-up your social profiles right from your website, in an easy and fun way! ###
|
17 |
|
18 |
-
Tested with WordPress 4.7
|
19 |
-
|
20 |
<strong>AccessPress Social Icons</strong> - allows you to create various social icons and link your social profiles from your website. Its fun because - you can create, customize and build the beautiful icons for your social media profiles on your own.
|
21 |
|
22 |
<strong>You can select icons from our 12 different beautifully designed sets, or upload our own icons set, customize them, define sizes, add several effects, add tooltip, set margins etc. Also you can define to appear the icons horizontally/vertically and no. of rows/columns!</strong>
|
@@ -88,7 +86,6 @@ You can have more than one icon sets created and used on the site. A large icon
|
|
88 |
|
89 |
|
90 |
= Some Useful Links =
|
91 |
-
* <strong>Support Email</strong>: support@accesspressthemes.com
|
92 |
* <strong>Support Forum Link</strong>: http://accesspressthemes.com/support/
|
93 |
* <strong>Website Link</strong>: http://accesspressthemes.com/
|
94 |
* <strong>Youtube channel link</strong>: https://www.youtube.com/watch?v=TjZNcVG3fDE
|
@@ -135,6 +132,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
135 |
4. Backend Lcon Sets Listing
|
136 |
|
137 |
== Changelog ==
|
|
|
|
|
|
|
138 |
= 1.6.8 =
|
139 |
* Fixed some security issues
|
140 |
* Removed session messages
|
2 |
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: 4.9
|
7 |
+
Stable tag: 1.6.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
15 |
|
16 |
### Link-up your social profiles right from your website, in an easy and fun way! ###
|
17 |
|
|
|
|
|
18 |
<strong>AccessPress Social Icons</strong> - allows you to create various social icons and link your social profiles from your website. Its fun because - you can create, customize and build the beautiful icons for your social media profiles on your own.
|
19 |
|
20 |
<strong>You can select icons from our 12 different beautifully designed sets, or upload our own icons set, customize them, define sizes, add several effects, add tooltip, set margins etc. Also you can define to appear the icons horizontally/vertically and no. of rows/columns!</strong>
|
86 |
|
87 |
|
88 |
= Some Useful Links =
|
|
|
89 |
* <strong>Support Forum Link</strong>: http://accesspressthemes.com/support/
|
90 |
* <strong>Website Link</strong>: http://accesspressthemes.com/
|
91 |
* <strong>Youtube channel link</strong>: https://www.youtube.com/watch?v=TjZNcVG3fDE
|
132 |
4. Backend Lcon Sets Listing
|
133 |
|
134 |
== Changelog ==
|
135 |
+
= 1.6.9 =
|
136 |
+
* Compatibility modification for WP version 4.8
|
137 |
+
|
138 |
= 1.6.8 =
|
139 |
* Fixed some security issues
|
140 |
* Removed session messages
|