Version Description
- Fixed small bug regarding the update successful message
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Icons WordPress Plugin – AccessPress Social Icons |
Version | 1.6.4 |
Comparing to | |
See all releases |
Code changes from version 1.6.3 to 1.6.4
- accesspress-social-icons.php +2 -2
- inc/backend/edit-icon-set.php +1 -1
- readme.txt +9 -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.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.4
|
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.4');
|
89 |
}
|
90 |
}
|
91 |
|
inc/backend/edit-icon-set.php
CHANGED
@@ -13,7 +13,7 @@ $icon_extra = unserialize($icon_set->icon_extra);
|
|
13 |
<div class="aps-message aps-message-success updated">
|
14 |
<p>
|
15 |
<?php
|
16 |
-
|
17 |
?>
|
18 |
</p>
|
19 |
</div>
|
13 |
<div class="aps-message aps-message-success updated">
|
14 |
<p>
|
15 |
<?php
|
16 |
+
_e('Icon Set Updated Successfully','accesspress-social-icons');
|
17 |
?>
|
18 |
</p>
|
19 |
</div>
|
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.0
|
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 |
|
@@ -13,6 +13,8 @@ Add social media icons on your site | select from pre-designed sets or upload yo
|
|
13 |
== Description ==
|
14 |
[Homepage](https://accesspressthemes.com) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-icons/) | [Documentation](https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-social-icons/) | [Suppport](https://accesspressthemes.com/support) | [Premium Version](http://accesspressthemes.com/wordpress-plugins/accesspress-social-icons-pro/)
|
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.
|
@@ -133,6 +135,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
133 |
4. Backend Lcon Sets Listing
|
134 |
|
135 |
== Changelog ==
|
|
|
|
|
|
|
136 |
= 1.6.3 =
|
137 |
* Declared constants using method of the main plugin's class
|
138 |
|
@@ -334,4 +339,6 @@ Added apsi_icon_class filter for icon class
|
|
334 |
* Plugin submitted to http://wordpress.org for review and approval
|
335 |
|
336 |
== Upgrade Notice ==
|
|
|
|
|
337 |
There is an update available for the AccessPress Social Icons .Please update to recieve new updates and bug fixes.
|
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.0
|
6 |
+
Tested up to: 4.7
|
7 |
+
Stable tag: 1.6.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
13 |
== Description ==
|
14 |
[Homepage](https://accesspressthemes.com) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-icons/) | [Documentation](https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-social-icons/) | [Suppport](https://accesspressthemes.com/support) | [Premium Version](http://accesspressthemes.com/wordpress-plugins/accesspress-social-icons-pro/)
|
15 |
|
16 |
+
Tested with WordPress 4.7
|
17 |
+
|
18 |
### Link-up your social profiles right from your website, in an easy and fun way! ###
|
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.
|
135 |
4. Backend Lcon Sets Listing
|
136 |
|
137 |
== Changelog ==
|
138 |
+
= 1.6.4 =
|
139 |
+
* Fixed small bug regarding the update successful message
|
140 |
+
|
141 |
= 1.6.3 =
|
142 |
* Declared constants using method of the main plugin's class
|
143 |
|
339 |
* Plugin submitted to http://wordpress.org for review and approval
|
340 |
|
341 |
== Upgrade Notice ==
|
342 |
+
|
343 |
+
= 1.6.4 =
|
344 |
There is an update available for the AccessPress Social Icons .Please update to recieve new updates and bug fixes.
|