Simple Social Icons - Version 1.0.2

Version Description

  • More specific in the CSS to avoid conflicts
Download this release

Release Info

Developer nathanrice
Plugin Icon 128x128 Simple Social Icons
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

Files changed (3) hide show
  1. css/style.css +10 -10
  2. readme.txt +29 -26
  3. simple-social-icons.php +2 -2
css/style.css CHANGED
@@ -1,9 +1,9 @@
1
  @font-face {
2
- font-family: 'fontello';
3
- src: url("../font/fontello.eot?11995952");
4
- src: url("../font/fontello.eot?11995952#iefix") format('embedded-opentype'), url("../font/fontello.woff?11995952") format('woff'), url("../font/fontello.ttf?11995952") format('truetype'), url("../font/fontello.svg?11995952#fontello") format('svg');
5
- font-weight: normal;
6
- font-style: normal;
7
  }
8
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
9
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@@ -41,14 +41,14 @@
41
  box-sizing: content-box;
42
  display: inline-block;
43
  font-family: 'fontello';
44
- font-style: normal;
45
- font-variant: normal;
46
- font-weight: normal;
47
  line-height: 1em;
48
  speak: none;
49
  text-align: center;
50
- text-decoration: none;
51
- text-transform: none;
52
  width: 1em;
53
  }
54
 
1
  @font-face {
2
+ font-family: 'fontello';
3
+ src: url("../font/fontello.eot?11995952");
4
+ src: url("../font/fontello.eot?11995952#iefix") format('embedded-opentype'), url("../font/fontello.woff?11995952") format('woff'), url("../font/fontello.ttf?11995952") format('truetype'), url("../font/fontello.svg?11995952#fontello") format('svg');
5
+ font-weight: normal;
6
+ font-style: normal;
7
  }
8
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
9
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
41
  box-sizing: content-box;
42
  display: inline-block;
43
  font-family: 'fontello';
44
+ font-style: normal !important;
45
+ font-variant: normal !important;
46
+ font-weight: normal !important;
47
  line-height: 1em;
48
  speak: none;
49
  text-align: center;
50
+ text-decoration: none !important;
51
+ text-transform: none !important;
52
  width: 1em;
53
  }
54
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: nathanrice, studiopress
3
  Tags: social media, social networking, social profiles
4
  Requires at least: 3.5
5
  Tested up to: 3.5.1
6
- Stable tag: 1.0.1
7
 
8
  This plugin allows you to insert social icons in any widget area.
9
 
@@ -22,23 +22,23 @@ Simple Social Icons is an easy to use, customizable way to display icons that li
22
 
23
  = Can I reorder the icons? =
24
 
25
- No, not at this time.
26
-
27
- = Which services are included? =
28
-
29
- * Dribble
30
- * Email
31
- * Facebook
32
- * Flickr
33
- * Github
34
- * Google+
35
- * Instagram
36
- * LinkedIn
37
- * Pinterest
38
- * RSS
39
- * StumbleUpon
40
- * Twitter
41
- * Vimeo
42
  * YouTube
43
 
44
  == Changelog ==
@@ -58,13 +58,16 @@ No, not at this time.
58
 
59
  = 0.9.4 =
60
  * Added YouTube icon
61
- * Added bottom margin to icons
62
-
63
  = 0.9.5 =
64
- * Added Instagram icon
65
-
66
- = 1.0.0 =
67
- * Switched to icon fonts, rather than images
68
-
69
- = 1.0.1 =
70
  * Made color and background color more specific in the CSS to avoid conflicts
 
 
 
3
  Tags: social media, social networking, social profiles
4
  Requires at least: 3.5
5
  Tested up to: 3.5.1
6
+ Stable tag: 1.0.2
7
 
8
  This plugin allows you to insert social icons in any widget area.
9
 
22
 
23
  = Can I reorder the icons? =
24
 
25
+ No, not at this time.
26
+
27
+ = Which services are included? =
28
+
29
+ * Dribble
30
+ * Email
31
+ * Facebook
32
+ * Flickr
33
+ * Github
34
+ * Google+
35
+ * Instagram
36
+ * LinkedIn
37
+ * Pinterest
38
+ * RSS
39
+ * StumbleUpon
40
+ * Twitter
41
+ * Vimeo
42
  * YouTube
43
 
44
  == Changelog ==
58
 
59
  = 0.9.4 =
60
  * Added YouTube icon
61
+ * Added bottom margin to icons
62
+
63
  = 0.9.5 =
64
+ * Added Instagram icon
65
+
66
+ = 1.0.0 =
67
+ * Switched to icon fonts, rather than images
68
+
69
+ = 1.0.1 =
70
  * Made color and background color more specific in the CSS to avoid conflicts
71
+
72
+ = 1.0.2 =
73
+ * More specific in the CSS to avoid conflicts
simple-social-icons.php CHANGED
@@ -6,7 +6,7 @@ Description: A simple, CSS and icon font driven social icons widget.
6
  Author: Nathan Rice
7
  Author URI: http://www.nathanrice.net/
8
 
9
- Version: 1.0.1
10
 
11
  License: GNU General Public License v2.0 (or later)
12
  License URI: http://www.opensource.org/licenses/gpl-license.php
@@ -272,7 +272,7 @@ class Simple_Social_Icons_Widget extends WP_Widget {
272
  }
273
 
274
  function enqueue_css() {
275
- wp_enqueue_style( 'simple-social-icons-font', plugin_dir_url( __FILE__ ) . '/css/style.css', array(), '1.0.0' );
276
  }
277
 
278
  /**
6
  Author: Nathan Rice
7
  Author URI: http://www.nathanrice.net/
8
 
9
+ Version: 1.0.2
10
 
11
  License: GNU General Public License v2.0 (or later)
12
  License URI: http://www.opensource.org/licenses/gpl-license.php
272
  }
273
 
274
  function enqueue_css() {
275
+ wp_enqueue_style( 'simple-social-icons-font', plugin_dir_url( __FILE__ ) . 'css/style.css', array(), '1.0.0' );
276
  }
277
 
278
  /**