Version Description
- css update to remove unwanted icon border
Download this release
Release Info
Developer | cybernetikz |
Plugin | Easy Social Icons |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- css/cnss.css +1 -1
- easy-social-icons.php +1 -1
- readme.txt +5 -2
css/cnss.css
CHANGED
@@ -12,4 +12,4 @@ ul.cnss-social-icon{margin:0; padding:0;list-style-type:none}
|
|
12 |
ul.cnss-social-icon li a img{display:inherit!important;}
|
13 |
ul.cnss-social-icon li a{border:none!important;text-decoration:none!important;}
|
14 |
ul.cnss-social-icon li:after, ul.cnss-social-icon li:before{display:none!important;content:inherit!important;}
|
15 |
-
ul.cnss-social-icon li{
|
12 |
ul.cnss-social-icon li a img{display:inherit!important;}
|
13 |
ul.cnss-social-icon li a{border:none!important;text-decoration:none!important;}
|
14 |
ul.cnss-social-icon li:after, ul.cnss-social-icon li:before{display:none!important;content:inherit!important;}
|
15 |
+
ul.cnss-social-icon li{float:none!important; width:auto!important; margin:0!important; list-style-type:none!important;border:none!important;}
|
easy-social-icons.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Easy Social Icons
|
4 |
Plugin URI: http://www.cybernetikz.com
|
5 |
Description: You can upload your own social icon, set your social URL, choose weather you want to display vertical or horizontal. You can use the shortcode <strong>[cn-social-icon]</strong> in page/post, template tag for php file <strong><?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?></strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
|
6 |
-
Version: 2.0.
|
7 |
Author: cybernetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
3 |
Plugin Name: Easy Social Icons
|
4 |
Plugin URI: http://www.cybernetikz.com
|
5 |
Description: You can upload your own social icon, set your social URL, choose weather you want to display vertical or horizontal. You can use the shortcode <strong>[cn-social-icon]</strong> in page/post, template tag for php file <strong><?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?></strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
|
6 |
+
Version: 2.0.2
|
7 |
Author: cybernetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: cybernetikz
|
|
3 |
Donate link:
|
4 |
Tags: easy social icon,easy social icons,social icon,social icons,social,social share,follow,followus,follow us,share,icon,custom social icons, social media icons
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.0.
|
8 |
|
9 |
Using this social media plugin you can upload your own social icon, set your social URL, choose whether you want to display vertically or horizontally.
|
10 |
|
@@ -73,6 +73,9 @@ If you are using wordpress version lower than 3.5 please use Easy social Icon ve
|
|
73 |
|
74 |
== Changelog ==
|
75 |
|
|
|
|
|
|
|
76 |
= 2.0.1 =
|
77 |
* bug fix for icon sorting feature
|
78 |
* screenshot update
|
3 |
Donate link:
|
4 |
Tags: easy social icon,easy social icons,social icon,social icons,social,social share,follow,followus,follow us,share,icon,custom social icons, social media icons
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 4.7
|
7 |
+
Stable tag: 2.0.2
|
8 |
|
9 |
Using this social media plugin you can upload your own social icon, set your social URL, choose whether you want to display vertically or horizontally.
|
10 |
|
73 |
|
74 |
== Changelog ==
|
75 |
|
76 |
+
= 2.0.2 =
|
77 |
+
* css update to remove unwanted icon border
|
78 |
+
|
79 |
= 2.0.1 =
|
80 |
* bug fix for icon sorting feature
|
81 |
* screenshot update
|