Social Media Widget - Version 1.2.3

Version Description

Download this release

Release Info

Developer brianfreytag
Plugin Icon 128x128 Social Media Widget
Version 1.2.3
Comparing to
See all releases

Code changes from version 1.2.2 to 1.2.3

Files changed (3) hide show
  1. readme.txt +3 -1
  2. social-widget.php +1 -1
  3. social_widget.css +3 -2
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Brian Freytag
3
  Tags: social media, twitter, facebook, myspace, digg, email
4
  Requires at least: 2.9.1
5
  Tested up to: 3.0 beta 2
6
- Stable tag: 1.2.2
7
 
8
  == Description ==
9
 
@@ -54,6 +54,8 @@ Follow the steps below to install the plugin.
54
  For help, you can send an e-mail to brifreytag_at_gmail.com or get ahold of me via twitter at @brianfreytag
55
 
56
  == Changelog ==
 
 
57
  1.2.2 - Some of you were complaining about it breaking your theme because I wasn't using the default arguments to wrap the widget. I decided to give it a try. I'm sure this is going to break more than it's going to fix, but I'm doing it "properly" now. Note: You're going to have to do a lot more CSS hacks to get it to look right in some themes.
58
 
59
  1.2.1 - Fixed an issue with Orkut icon staying on even if the field is blank. Fixed an issue with 32 pixel default icons appearing as 64 pixels.
3
  Tags: social media, twitter, facebook, myspace, digg, email
4
  Requires at least: 2.9.1
5
  Tested up to: 3.0 beta 2
6
+ Stable tag: 1.2.3
7
 
8
  == Description ==
9
 
54
  For help, you can send an e-mail to brifreytag_at_gmail.com or get ahold of me via twitter at @brianfreytag
55
 
56
  == Changelog ==
57
+ 1.2.3 - As expected, changes in 1.2.2 broke some peoples' stuff. Made a couple CSS changes to see if this fixes it.
58
+
59
  1.2.2 - Some of you were complaining about it breaking your theme because I wasn't using the default arguments to wrap the widget. I decided to give it a try. I'm sure this is going to break more than it's going to fix, but I'm doing it "properly" now. Note: You're going to have to do a lot more CSS hacks to get it to look right in some themes.
60
 
61
  1.2.1 - Fixed an issue with Orkut icon staying on even if the field is blank. Fixed an issue with 32 pixel default icons appearing as 64 pixels.
social-widget.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Media Widget
4
  * Plugin URI: http://www.idontlikethisgame.com/updates/social-media-widget/
5
  * Description: Place social media icons on your Sidebar by inputting URLs to your profiles!
6
- * Version: 1.2.2
7
  * Author: Brian Freytag
8
  * Author URL: http://www.idontlikethisgame.com
9
  **/
3
  * Plugin Name: Social Media Widget
4
  * Plugin URI: http://www.idontlikethisgame.com/updates/social-media-widget/
5
  * Description: Place social media icons on your Sidebar by inputting URLs to your profiles!
6
+ * Version: 1.2.3
7
  * Author: Brian Freytag
8
  * Author URL: http://www.idontlikethisgame.com
9
  **/
social_widget.css CHANGED
@@ -7,11 +7,12 @@
7
 
8
  ul.socialmedia-buttons {
9
  margin-top: 5px !important;
 
10
  }
11
 
12
  ul.socialmedia-buttons li {
13
- display: inline;
14
- list-style: none;
15
  background: none !important;
16
  padding: 0 !important;
17
  margin-right: 10px !important;
7
 
8
  ul.socialmedia-buttons {
9
  margin-top: 5px !important;
10
+ list-style: none !important;
11
  }
12
 
13
  ul.socialmedia-buttons li {
14
+ display: inline !important;
15
+ list-style: none !important;
16
  background: none !important;
17
  padding: 0 !important;
18
  margin-right: 10px !important;