Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.0.8

Version Description

  • Fixed small bug regarding undefined index in edit icons sets
Download this release

Release Info

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

Code changes from version 1.0.7 to 1.0.8

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.0.7
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.0.7');
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.0.8
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.0.8');
35
  }
36
  /**
37
  * Register of widgets
inc/backend/edit-icon-set.php CHANGED
@@ -371,7 +371,7 @@ $icon_extra = unserialize($icon_set->icon_extra);
371
  <input type="hidden" name="si_id" value="<?php echo $si_id; ?>"/>
372
  <input type="hidden" name="current_page" value="<?php echo $this->curPageURL(); ?>"/>
373
  <input type="hidden" name="icon_theme_id" id="icon_theme_id" value="<?php echo $icon_extra['icon_theme_id']; ?>"/>
374
- <input type="hidden" name="icon_theme_type" value="<?php echo $icon_extra['icon_theme_type']; ?>" id="icon_theme_type"/>
375
  </div>
376
  <?php wp_nonce_field('aps_edit_action', 'aps_edit_set_nonce'); ?>
377
  </form>
371
  <input type="hidden" name="si_id" value="<?php echo $si_id; ?>"/>
372
  <input type="hidden" name="current_page" value="<?php echo $this->curPageURL(); ?>"/>
373
  <input type="hidden" name="icon_theme_id" id="icon_theme_id" value="<?php echo $icon_extra['icon_theme_id']; ?>"/>
374
+
375
  </div>
376
  <?php wp_nonce_field('aps_edit_action', 'aps_edit_set_nonce'); ?>
377
  </form>
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.0.7
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.0.7 =
122
  * Done some code cleanup
123
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.0.8
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.0.8 =
122
+ * Fixed small bug regarding undefined index in edit icons sets
123
+
124
  = 1.0.7 =
125
  * Done some code cleanup
126