Version Description
- Done small modification in backend message display
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Icons WordPress Plugin – AccessPress Social Icons |
Version | 1.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.1 to 1.6.2
- accesspress-social-icons.php +2 -2
- inc/backend/edit-icon-set.php +1 -1
- readme.txt +4 -1
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
|
@@ -46,7 +46,7 @@ if (!defined('APS_LANG_DIR')) {
|
|
46 |
}
|
47 |
if(!defined('APS_VERSION'))
|
48 |
{
|
49 |
-
define('APS_VERSION','1.6.
|
50 |
}
|
51 |
/**
|
52 |
* Register of widgets
|
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.2
|
8 |
* Author:AccessPress Themes
|
9 |
* Author URI:http://accesspressthemes.com/
|
10 |
* Text Domain: accesspress-social-icons
|
46 |
}
|
47 |
if(!defined('APS_VERSION'))
|
48 |
{
|
49 |
+
define('APS_VERSION','1.6.2');
|
50 |
}
|
51 |
/**
|
52 |
* Register of widgets
|
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
@@ -4,7 +4,7 @@ Tags: social icon, social icons, social media, social icon widget, social icons
|
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -133,6 +133,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.1 =
|
137 |
* Removed session from backend
|
138 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 1.6.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
133 |
4. Backend Lcon Sets Listing
|
134 |
|
135 |
== Changelog ==
|
136 |
+
= 1.6.2 =
|
137 |
+
* Done small modification in backend message display
|
138 |
+
|
139 |
= 1.6.1 =
|
140 |
* Removed session from backend
|
141 |
|