Simple Social Icons - Version 1.0.4

Version Description

  • Updated version in enqueue script function
Download this release

Release Info

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

Code changes from version 1.0.3 to 1.0.4

Files changed (2) hide show
  1. readme.txt +5 -2
  2. simple-social-icons.php +2 -2
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: nathanrice, studiopress
3
  Tags: social media, social networking, social profiles
4
  Requires at least: 3.6
5
  Tested up to: 3.6.1
6
- Stable tag: 1.0.3
7
 
8
  This plugin allows you to insert social icons in any widget area.
9
 
@@ -74,4 +74,7 @@ No, not at this time.
74
  * More specific in the CSS to avoid conflicts
75
 
76
  = 1.0.3 =
77
- * Added Tumblr icon
 
 
 
3
  Tags: social media, social networking, social profiles
4
  Requires at least: 3.6
5
  Tested up to: 3.6.1
6
+ Stable tag: 1.0.4
7
 
8
  This plugin allows you to insert social icons in any widget area.
9
 
74
  * More specific in the CSS to avoid conflicts
75
 
76
  = 1.0.3 =
77
+ * Added Tumblr icon
78
+
79
+ = 1.0.4 =
80
+ * Updated version in enqueue script function
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.3
10
 
11
  License: GNU General Public License v2.0 (or later)
12
  License URI: http://www.opensource.org/licenses/gpl-license.php
@@ -277,7 +277,7 @@ class Simple_Social_Icons_Widget extends WP_Widget {
277
  }
278
 
279
  function enqueue_css() {
280
- wp_enqueue_style( 'simple-social-icons-font', plugin_dir_url( __FILE__ ) . 'css/style.css', array(), '1.0.0' );
281
  }
282
 
283
  /**
6
  Author: Nathan Rice
7
  Author URI: http://www.nathanrice.net/
8
 
9
+ Version: 1.0.4
10
 
11
  License: GNU General Public License v2.0 (or later)
12
  License URI: http://www.opensource.org/licenses/gpl-license.php
277
  }
278
 
279
  function enqueue_css() {
280
+ wp_enqueue_style( 'simple-social-icons-font', plugin_dir_url( __FILE__ ) . 'css/style.css', array(), '1.0.4' );
281
  }
282
 
283
  /**