Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.4.6

Version Description

  • Added Yelp icon
  • Fixed some icons name
Download this release

Release Info

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

Code changes from version 1.4.5 to 1.4.6

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.5
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.5');
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.6
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.6');
35
  }
36
  /**
37
  * Register of widgets
icon-sets/png/set1/Thumbs.db CHANGED
Binary file
icon-sets/png/set1/yelp.png ADDED
Binary file
icon-sets/png/set10/Thumbs.db ADDED
Binary file
icon-sets/png/set10/{googleplus.png → googlePlus.png} RENAMED
File without changes
icon-sets/png/set10/yelp.png ADDED
Binary file
icon-sets/png/set11/Thumbs.db ADDED
Binary file
icon-sets/png/set11/yelp.png ADDED
Binary file
icon-sets/png/set12/Thumbs.db ADDED
Binary file
icon-sets/png/set12/yelp.png ADDED
Binary file
icon-sets/png/set2/Thumbs.db DELETED
Binary file
icon-sets/png/set2/yelp.png ADDED
Binary file
icon-sets/png/set3/Thumbs.db ADDED
Binary file
icon-sets/png/set3/yelp.png ADDED
Binary file
icon-sets/png/set4/Thumbs.db ADDED
Binary file
icon-sets/png/set4/yelp.png ADDED
Binary file
icon-sets/png/set5/Thumbs.db DELETED
Binary file
icon-sets/png/set5/yelp.png ADDED
Binary file
icon-sets/png/set6/Thumbs.db CHANGED
Binary file
icon-sets/png/set6/yelp.png ADDED
Binary file
icon-sets/png/set7/Thumbs.db CHANGED
Binary file
icon-sets/png/set7/yelp.png ADDED
Binary file
icon-sets/png/set8/Thumbs.db CHANGED
Binary file
icon-sets/png/set8/yelp.png ADDED
Binary file
icon-sets/png/set9/Thumbs.db DELETED
Binary file
icon-sets/png/set9/{facebok.png → facebook.png} RENAMED
File without changes
icon-sets/png/set9/yelp.png ADDED
Binary file
js/backend.js CHANGED
@@ -369,7 +369,7 @@
369
  if (prev_theme != clicked_theme)
370
  {
371
  var check = 1;
372
- if (already_icons > 0 && already_icons!=20)
373
  {
374
  check = 0;
375
  if (confirm(aps_script_variable.icon_warning))
@@ -382,7 +382,7 @@
382
  {
383
  $('#aps-icon-theme-loader').show();
384
 
385
- var url_only = (already_icons==20)?'yes':'no';
386
  prev_theme = clicked_theme;
387
  $('.aps-icon-list .aps-icon-note').remove();
388
  var sub_folder = 'png';
@@ -404,18 +404,7 @@
404
  $('img[data-image-name="'+image_name+'"]').attr('src',image_array[image_name]);
405
  $('input[data-image-name="'+image_name+'"]').attr('value',image_array[image_name]);
406
  }
407
- //console.log(image_url_array);
408
- //var array_index = 0;
409
- // $('.aps-icon-preview img').each(function(){
410
- // //alert(image_url_array[array_index])
411
- // $(this).attr('src',image_url_array[array_index]);
412
- // array_index++;
413
- // });
414
- // var array_index = 0;
415
- // $('.set_image_reference').each(function(){
416
- // $(this).val(image_url_array[array_index]);
417
- // array_index++;
418
- // });
419
  }
420
  else
421
  {
369
  if (prev_theme != clicked_theme)
370
  {
371
  var check = 1;
372
+ if (already_icons > 0 && already_icons!=21)
373
  {
374
  check = 0;
375
  if (confirm(aps_script_variable.icon_warning))
382
  {
383
  $('#aps-icon-theme-loader').show();
384
 
385
+ var url_only = (already_icons==21)?'yes':'no';
386
  prev_theme = clicked_theme;
387
  $('.aps-icon-list .aps-icon-note').remove();
388
  var sub_folder = 'png';
404
  $('img[data-image-name="'+image_name+'"]').attr('src',image_array[image_name]);
405
  $('input[data-image-name="'+image_name+'"]').attr('value',image_array[image_name]);
406
  }
407
+
 
 
 
 
 
 
 
 
 
 
 
408
  }
409
  else
410
  {
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.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -124,6 +124,10 @@ 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.5 =
128
  * Modified widget ID
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.6
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.6 =
128
+ * Added Yelp icon
129
+ * Fixed some icons name
130
+
131
  = 1.4.5 =
132
  * Modified widget ID
133