Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.1.1

Version Description

  • Done some modifications in about section
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Icons WordPress Plugin – AccessPress Social Icons
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.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.1.0
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
  * Text Domain: aps-social
@@ -31,7 +31,7 @@ if (!defined('APS_LANG_DIR')) {
31
  }
32
  if(!defined('APS_VERSION'))
33
  {
34
- define('APS_VERSION','1.1.0');
35
  }
36
  /**
37
  * 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.1.1
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
  * Text Domain: aps-social
31
  }
32
  if(!defined('APS_VERSION'))
33
  {
34
+ define('APS_VERSION','1.1.1');
35
  }
36
  /**
37
  * Register of widgets
inc/backend/promobar.php CHANGED
@@ -5,7 +5,7 @@
5
  <div class="aps-demo-links">
6
  <div class="aps-btn-group">
7
  <a href="http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-icons-pro/" target="_blank" class="aps-btn aps-btn-default aps-btn-demo">DEMO</a>
8
- <a href="http://codecanyon.net/item/accesspress-social-icons-pro/9700839" target="_blank" class="aps-btn aps-btn-default aps-btn-upgrade">UPGRADE</a>
9
  </div>
10
  </div>
11
  <div>
@@ -14,7 +14,7 @@
14
  <div class="aps-demo-links">
15
  <div class="aps-btn-group">
16
  <a href="http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-icons-pro/" target="_blank" class="aps-btn aps-btn-default aps-btn-demo">DEMO</a>
17
- <a href="http://codecanyon.net/item/accesspress-social-icons-pro/9700839" target="_blank" class="aps-btn aps-btn-default aps-btn-upgrade">UPGRADE</a>
18
  </div>
19
  </div>
20
  <div class="aps-enquiry-block">
5
  <div class="aps-demo-links">
6
  <div class="aps-btn-group">
7
  <a href="http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-icons-pro/" target="_blank" class="aps-btn aps-btn-default aps-btn-demo">DEMO</a>
8
+ <a href="http://codecanyon.net/item/accesspress-social-icons-pro/9700839?ref=AccessKeys" target="_blank" class="aps-btn aps-btn-default aps-btn-upgrade">UPGRADE</a>
9
  </div>
10
  </div>
11
  <div>
14
  <div class="aps-demo-links">
15
  <div class="aps-btn-group">
16
  <a href="http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-icons-pro/" target="_blank" class="aps-btn aps-btn-default aps-btn-demo">DEMO</a>
17
+ <a href="http://codecanyon.net/item/accesspress-social-icons-pro/9700839?ref=AccessKeys" target="_blank" class="aps-btn aps-btn-default aps-btn-upgrade">UPGRADE</a>
18
  </div>
19
  </div>
20
  <div class="aps-enquiry-block">
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: 3.8
6
  Tested up to: 4.1
7
- Stable tag: 1.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -118,6 +118,9 @@ Once you install the plugin , you can check some general documentation about how
118
  4. Backend Lcon Sets Listing
119
 
120
  == Changelog ==
 
 
 
121
  = 1.1.0 =
122
  * Fixed white background issue
123
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
118
  4. Backend Lcon Sets Listing
119
 
120
  == Changelog ==
121
+ = 1.1.1 =
122
+ * Done some modifications in about section
123
+
124
  = 1.1.0 =
125
  * Fixed white background issue
126