Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.6.5

Version Description

  • Code Cleanup for plugin's main file
Download this release

Release Info

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

Code changes from version 1.6.4 to 1.6.5

Files changed (2) hide show
  1. accesspress-social-icons.php +4 -4
  2. readme.txt +6 -3
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.6.4
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
  * Text Domain: accesspress-social-icons
@@ -85,7 +85,7 @@ if (!class_exists('APS_Class')) {
85
  }
86
  if(!defined('APS_VERSION'))
87
  {
88
- define('APS_VERSION','1.6.4');
89
  }
90
  }
91
 
@@ -236,7 +236,7 @@ if (!class_exists('APS_Class')) {
236
  function aps_icon_list_action() {
237
  if (wp_verify_nonce($_POST['_wpnonce'], 'aps-ajax-nonce')) {
238
  $plugin_path = plugin_dir_path(__FILE__);
239
- //include_once('inc/backend/list-icon-sets.php');
240
  for ($i = 1; $i <= 12; $i++) {
241
  $icon_set_image_array = array();
242
  ?>
@@ -253,7 +253,7 @@ if (!class_exists('APS_Class')) {
253
  $icon_set_image_array[] = $file;
254
 
255
 
256
- //echo '<img src="/'.$file.'" border="0" />';
257
  }//if close
258
  }//while close
259
  if (count($icon_set_image_array) > 0) {
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.6.5
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
  * Text Domain: accesspress-social-icons
85
  }
86
  if(!defined('APS_VERSION'))
87
  {
88
+ define('APS_VERSION','1.6.5');
89
  }
90
  }
91
 
236
  function aps_icon_list_action() {
237
  if (wp_verify_nonce($_POST['_wpnonce'], 'aps-ajax-nonce')) {
238
  $plugin_path = plugin_dir_path(__FILE__);
239
+
240
  for ($i = 1; $i <= 12; $i++) {
241
  $icon_set_image_array = array();
242
  ?>
253
  $icon_set_image_array[] = $file;
254
 
255
 
256
+
257
  }//if close
258
  }//while close
259
  if (count($icon_set_image_array) > 0) {
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: 4.0
6
  Tested up to: 4.7
7
- Stable tag: 1.6.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -13,10 +13,10 @@ Add social media icons on your site | select from pre-designed sets or upload yo
13
  == Description ==
14
  [Homepage](https://accesspressthemes.com) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-icons/) | [Documentation](https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-social-icons/) | [Suppport](https://accesspressthemes.com/support) | [Premium Version](http://accesspressthemes.com/wordpress-plugins/accesspress-social-icons-pro/)
15
 
16
- Tested with WordPress 4.7
17
-
18
  ### Link-up your social profiles right from your website, in an easy and fun way! ###
19
 
 
 
20
  <strong>AccessPress Social Icons</strong> - allows you to create various social icons and link your social profiles from your website. Its fun because - you can create, customize and build the beautiful icons for your social media profiles on your own.
21
 
22
  <strong>You can select icons from our 12 different beautifully designed sets, or upload our own icons set, customize them, define sizes, add several effects, add tooltip, set margins etc. Also you can define to appear the icons horizontally/vertically and no. of rows/columns!</strong>
@@ -135,6 +135,9 @@ Once you install the plugin , you can check some general documentation about how
135
  4. Backend Lcon Sets Listing
136
 
137
  == Changelog ==
 
 
 
138
  = 1.6.4 =
139
  * Fixed small bug regarding the update successful message
140
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
+ Stable tag: 1.6.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
13
  == Description ==
14
  [Homepage](https://accesspressthemes.com) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-icons/) | [Documentation](https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-social-icons/) | [Suppport](https://accesspressthemes.com/support) | [Premium Version](http://accesspressthemes.com/wordpress-plugins/accesspress-social-icons-pro/)
15
 
 
 
16
  ### Link-up your social profiles right from your website, in an easy and fun way! ###
17
 
18
+ Tested with WordPress 4.7
19
+
20
  <strong>AccessPress Social Icons</strong> - allows you to create various social icons and link your social profiles from your website. Its fun because - you can create, customize and build the beautiful icons for your social media profiles on your own.
21
 
22
  <strong>You can select icons from our 12 different beautifully designed sets, or upload our own icons set, customize them, define sizes, add several effects, add tooltip, set margins etc. Also you can define to appear the icons horizontally/vertically and no. of rows/columns!</strong>
135
  4. Backend Lcon Sets Listing
136
 
137
  == Changelog ==
138
+ = 1.6.5 =
139
+ * Code Cleanup for plugin's main file
140
+
141
  = 1.6.4 =
142
  * Fixed small bug regarding the update successful message
143