Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.1.9

Version Description

  • Updated edit section delete and down icon position
Download this release

Release Info

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

Code changes from version 1.1.8 to 1.1.9

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.8
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.8');
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.9
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.9');
35
  }
36
  /**
37
  * Register of widgets
inc/backend/edit-icon-set.php CHANGED
@@ -236,12 +236,12 @@ $icon_extra = unserialize($icon_set->icon_extra);
236
  <div class="aps-icon-head">
237
  <span class="aps-icon-name"><?php echo esc_attr($title); ?></span>
238
  <span class="aps-icon-list-controls">
239
- <span class="aps-delete-icon button button-secondary" aria-label="delete icons">
240
- <i class="dashicons dashicons-trash"></i>
241
- </span>
242
  <span class="aps-arrow-down aps-arrow button button-secondary" aria-label="expand icons">
243
  <i class="dashicons dashicons-arrow-down"></i>
244
  </span>
 
 
 
245
  </span>
246
  </div>
247
  <div class="aps-icon-body" style="display: none;">
236
  <div class="aps-icon-head">
237
  <span class="aps-icon-name"><?php echo esc_attr($title); ?></span>
238
  <span class="aps-icon-list-controls">
 
 
 
239
  <span class="aps-arrow-down aps-arrow button button-secondary" aria-label="expand icons">
240
  <i class="dashicons dashicons-arrow-down"></i>
241
  </span>
242
+ <span class="aps-delete-icon button button-secondary" aria-label="delete icons">
243
+ <i class="dashicons dashicons-trash"></i>
244
+ </span>
245
  </span>
246
  </div>
247
  <div class="aps-icon-body" style="display: none;">
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.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -114,6 +114,9 @@ Once you install the plugin , you can check some general documentation about how
114
  4. Backend Lcon Sets Listing
115
 
116
  == Changelog ==
 
 
 
117
  = 1.1.8 =
118
  * Added Plugin Translation File
119
  * Updated widget ID for preventing from conflict
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.1.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
114
  4. Backend Lcon Sets Listing
115
 
116
  == Changelog ==
117
+ = 1.1.9 =
118
+ * Updated edit section delete and down icon position
119
+
120
  = 1.1.8 =
121
  * Added Plugin Translation File
122
  * Updated widget ID for preventing from conflict