Version Description
- Some minor changes
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Icons WordPress Plugin – AccessPress Social Icons |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- accesspress-social-icons.php +2 -2
- images/accesspress-social-icons-pro-upgrade.jpg +0 -0
- readme.txt +31 -19
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.
|
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.
|
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.4
|
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.4');
|
35 |
}
|
36 |
/**
|
37 |
* Register of widgets
|
images/accesspress-social-icons-pro-upgrade.jpg
CHANGED
Binary file
|
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.0
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -27,46 +27,55 @@ You can have more than one icon sets created and used on the site. A large icon
|
|
27 |
|
28 |
|
29 |
|
30 |
-
|
31 |
|
32 |
-
* Beautifully designed 12 icon sets
|
33 |
-
* Select from pre available icon sets or upload your own
|
34 |
-
* Strong customization options
|
35 |
- Define size, set height, width of the icons
|
36 |
- Set margin / spacing between icons
|
37 |
- Link up your social media profiles, set link targets
|
38 |
- Enable and disable the tooltips
|
39 |
- Choose display type (vertical or horizontal), define no. of rows/columns
|
40 |
-
* Create multiple-instance of the icon sets and use them in multiple places
|
41 |
-
* Easy integration
|
42 |
- Get short code for each instance you design
|
43 |
- Use the short code anywhere you like: header, footer, in a widget, in the content area
|
44 |
-
* Get some styles
|
45 |
- Define styles like shadow, borders for icons
|
46 |
- Define tooltips and style it with your own color, BG color.
|
47 |
-
* Tool tips
|
48 |
- Add some feel on your icons - add and customize the tooltip
|
49 |
- Enable or disable tooltips
|
50 |
-
* Make it interactive, define hover animation on icons
|
51 |
-
* Make your own layout
|
52 |
- Vertical and horizontal display option
|
53 |
- Select rows and columns
|
54 |
-
* Real time live preview - check how it looks on your website before using it
|
55 |
-
* Order the icons - they way you like by using easy drag and drop feature
|
56 |
-
* Fully Responsive - compatible with mobile devices
|
57 |
-
* User friendly and very interactive user interface
|
58 |
- Anyone can use it, its as easy as drag and drop.
|
59 |
-
* SEO friendly
|
60 |
- Use your own image alt/title tags for hover-over text
|
61 |
- Google will love it!
|
62 |
-
* Upgrades available
|
63 |
- For more features like SVG icon sets, Font Awesome icon sets, Amazing sidebar options - upgrade to Pro.
|
64 |
-
* Support
|
65 |
- Dedicated email, forum support
|
66 |
-
* Free updates
|
67 |
- Get free updates for lifetime.
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
|
|
|
|
70 |
|
71 |
= Some Useful Links =
|
72 |
* <strong>Support Email</strong>: support@accesspressthemes.com
|
@@ -109,6 +118,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
109 |
4. Backend Lcon Sets Listing
|
110 |
|
111 |
== Changelog ==
|
|
|
|
|
|
|
112 |
= 1.0.3 =
|
113 |
* Fixed small bug regarding the icon theme switching
|
114 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.0
|
7 |
+
Stable tag: 1.0.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
27 |
|
28 |
|
29 |
|
30 |
+
= Free Features: =
|
31 |
|
32 |
+
* <strong>Beautifully designed 12 icon sets</strong>
|
33 |
+
* <strong>Select from pre available icon sets or upload your own</strong>
|
34 |
+
* <strong>Strong customization options</strong>
|
35 |
- Define size, set height, width of the icons
|
36 |
- Set margin / spacing between icons
|
37 |
- Link up your social media profiles, set link targets
|
38 |
- Enable and disable the tooltips
|
39 |
- Choose display type (vertical or horizontal), define no. of rows/columns
|
40 |
+
* <strong>Create multiple-instance of the icon sets and use them in multiple places</strong>
|
41 |
+
* <strong>Easy integration</strong>
|
42 |
- Get short code for each instance you design
|
43 |
- Use the short code anywhere you like: header, footer, in a widget, in the content area
|
44 |
+
* <strong>Get some styles!</strong>
|
45 |
- Define styles like shadow, borders for icons
|
46 |
- Define tooltips and style it with your own color, BG color.
|
47 |
+
* <strong>Tool tips</strong>
|
48 |
- Add some feel on your icons - add and customize the tooltip
|
49 |
- Enable or disable tooltips
|
50 |
+
* <strong>Make it interactive, define hover animation on icons.</strong>
|
51 |
+
* <strong>Make your own layout</strong>
|
52 |
- Vertical and horizontal display option
|
53 |
- Select rows and columns
|
54 |
+
* <strong>Real time live preview - check how it looks on your website before using it.</strong>
|
55 |
+
* <strong>Order the icons - they way you like by using easy drag and drop feature.</strong>
|
56 |
+
* <strong>Fully Responsive - compatible with mobile devices</strong>
|
57 |
+
* <strong>User friendly and very interactive user interface</strong>
|
58 |
- Anyone can use it, its as easy as drag and drop.
|
59 |
+
* <strong>SEO friendly</strong>
|
60 |
- Use your own image alt/title tags for hover-over text
|
61 |
- Google will love it!
|
62 |
+
* <strong>Upgrades available</strong>
|
63 |
- For more features like SVG icon sets, Font Awesome icon sets, Amazing sidebar options - upgrade to Pro.
|
64 |
+
* <strong>Support</strong>
|
65 |
- Dedicated email, forum support
|
66 |
+
* <strong>Free updates</strong>
|
67 |
- Get free updates for lifetime.
|
68 |
|
69 |
+
= Premium Features =
|
70 |
+
* <strong>Beautifully Designed more SVG and PNG icon sets</strong>
|
71 |
+
* <strong>105 Font Awesome Icons with designer and live preview</strong>
|
72 |
+
* <strong>Social Sidebar with various configurable options (position, animations, margins etc) with live preview</strong>
|
73 |
+
* <strong>Retina Ready SVG icons(width and height won't effect the icons quality)</strong>
|
74 |
+
* <strong>Advanced Customization for both image and font icons</strong>
|
75 |
+
* <strong>And many more...</strong>
|
76 |
|
77 |
+
= Premium Upgrades =
|
78 |
+
* For Premium upgrades please go [here](http://accesspressthemes.com/wordpress-plugins/accesspress-social-icons-pro/).
|
79 |
|
80 |
= Some Useful Links =
|
81 |
* <strong>Support Email</strong>: support@accesspressthemes.com
|
118 |
4. Backend Lcon Sets Listing
|
119 |
|
120 |
== Changelog ==
|
121 |
+
= 1.0.4 =
|
122 |
+
* Some minor changes
|
123 |
+
|
124 |
= 1.0.3 =
|
125 |
* Fixed small bug regarding the icon theme switching
|
126 |
|