Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.0.2

Version Description

  • Fixed small bug regarding plugin text domain for better translation
Download this release

Release Info

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

Code changes from version 1.0.1 to 1.0.2

Files changed (2) hide show
  1. accesspress-social-icons.php +4 -2
  2. readme.txt +9 -4
accesspress-social-icons.php CHANGED
@@ -4,9 +4,11 @@ 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.1
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
 
 
10
  * License:GPLv2 or later
11
  * */
12
  /**
@@ -25,7 +27,7 @@ if (!defined('APS_ICONS_DIR')) {
25
  define('APS_ICONS_DIR', plugin_dir_url(__FILE__) . 'icon-sets');
26
  }
27
  if (!defined('APS_LANG_DIR')) {
28
- define('APS_LANG_DIR', plugin_dir_url(__FILE__) . 'languages');
29
  }
30
  /**
31
  * 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.2
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
+ * Text Domain: aps-social
11
+ * Domain Path: /languages/
12
  * License:GPLv2 or later
13
  * */
14
  /**
27
  define('APS_ICONS_DIR', plugin_dir_url(__FILE__) . 'icon-sets');
28
  }
29
  if (!defined('APS_LANG_DIR')) {
30
+ define('APS_LANG_DIR', basename( dirname( __FILE__ ) ) . '/languages');
31
  }
32
  /**
33
  * Register of widgets
readme.txt CHANGED
@@ -4,24 +4,26 @@ 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.0
7
- Stable tag: 1.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  Add social media icons on your site | select from pre-designed sets or upload your own | create multiple icon sets | Use it anywhere using shortcode.
12
 
13
  == Description ==
14
- Link-up your social profiles right from your website, in an easy and fun way!
15
 
16
  <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.
17
 
18
- 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!
19
 
20
  Once the icon set is defined/customized - you can place it anywhere you want using short codes. Put it in the header, footer, in a widget, along with the page content - almost anywhere.
21
 
22
  You can have more than one icon sets created and used on the site. A large icon sets on the header and a tiny one on the footer - for example.
23
 
24
- For more features like SVG icon sets, font awesome icon sets, amazing customization options, feature rich sidebar options - upgrade to PRO version. Display your Social icons in header or footer area and display it horizontally or vertically. Customize your social icons easily with <strong>AccessPress Social Icons</strong>.You can use pre available icons themes or upload your own social icon and set your social URL.
 
 
25
 
26
 
27
 
@@ -107,6 +109,9 @@ Once you install the plugin , you can check some general documentation about how
107
  4. Backend Lcon Sets Listing
108
 
109
  == Changelog ==
 
 
 
110
  = 1.0.1 =
111
  * Replaced previous icons with same sized icons and more quality icons
112
  * Fixed some typos
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.0
7
+ Stable tag: 1.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  Add social media icons on your site | select from pre-designed sets or upload your own | create multiple icon sets | Use it anywhere using shortcode.
12
 
13
  == Description ==
14
+ ### Link-up your social profiles right from your website, in an easy and fun way! ###
15
 
16
  <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.
17
 
18
+ <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>
19
 
20
  Once the icon set is defined/customized - you can place it anywhere you want using short codes. Put it in the header, footer, in a widget, along with the page content - almost anywhere.
21
 
22
  You can have more than one icon sets created and used on the site. A large icon sets on the header and a tiny one on the footer - for example.
23
 
24
+ <strong><em>For more features like SVG icon sets, font awesome icon sets, amazing customization options, feature rich sidebar options - upgrade to PRO version.</em></strong>
25
+
26
+
27
 
28
 
29
 
109
  4. Backend Lcon Sets Listing
110
 
111
  == Changelog ==
112
+ = 1.0.2 =
113
+ * Fixed small bug regarding plugin text domain for better translation
114
+
115
  = 1.0.1 =
116
  * Replaced previous icons with same sized icons and more quality icons
117
  * Fixed some typos