Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.4.9

Version Description

  • Fixed small bug for icon copy
Download this release

Release Info

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

Code changes from version 1.4.8 to 1.4.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.4.8
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
  * Text Domain: accesspress-social-icons
@@ -31,7 +31,7 @@ if (!defined('APS_LANG_DIR')) {
31
  }
32
  if(!defined('APS_VERSION'))
33
  {
34
- define('APS_VERSION','1.4.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.4.9
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
  * Text Domain: accesspress-social-icons
31
  }
32
  if(!defined('APS_VERSION'))
33
  {
34
+ define('APS_VERSION','1.4.9');
35
  }
36
  /**
37
  * Register of widgets
inc/backend/copy-icon-set.php CHANGED
@@ -5,7 +5,7 @@ $si_id = $_GET['si_id'];
5
  $table_name = $table_name = $wpdb->prefix . "aps_social_icons";
6
  $icon_sets = $wpdb->get_results("SELECT * FROM $table_name where si_id = $si_id");
7
  $icon_set = $icon_sets[0];
8
- $this->print_array($icon_set);
9
  /**
10
  *
11
  * stdClass Object
5
  $table_name = $table_name = $wpdb->prefix . "aps_social_icons";
6
  $icon_sets = $wpdb->get_results("SELECT * FROM $table_name where si_id = $si_id");
7
  $icon_set = $icon_sets[0];
8
+ //$this->print_array($icon_set);
9
  /**
10
  *
11
  * stdClass Object
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.3
7
- Stable tag: 1.4.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -124,6 +124,9 @@ Once you install the plugin , you can check some general documentation about how
124
  4. Backend Lcon Sets Listing
125
 
126
  == Changelog ==
 
 
 
127
  = 1.4.8 =
128
  * Done some icons refining for icon set 2
129
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.3
7
+ Stable tag: 1.4.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
124
  4. Backend Lcon Sets Listing
125
 
126
  == Changelog ==
127
+ = 1.4.9 =
128
+ * Fixed small bug for icon copy
129
+
130
  = 1.4.8 =
131
  * Done some icons refining for icon set 2
132