Version Description
- Fix: Horizontal scrollbar on RTL layouts. Thanks @mascatu for the bug report.
Download this release
Release Info
Developer | pdclark |
Plugin | Menu Social Icons |
Version | 1.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.3.4 to 1.3.5
- classes/msi-frontend.php +1 -0
- plugin.php +1 -1
- readme.txt +6 -3
classes/msi-frontend.php
CHANGED
@@ -189,6 +189,7 @@ class MSI_Frontend {
|
|
189 |
<style>
|
190 |
/* Accessible for screen readers but hidden from view */
|
191 |
.fa-hidden { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
|
|
|
192 |
.fa-showtext { margin-right: 5px; }
|
193 |
</style>
|
194 |
<?php
|
189 |
<style>
|
190 |
/* Accessible for screen readers but hidden from view */
|
191 |
.fa-hidden { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
|
192 |
+
.rtl .fa-hidden { left:10000px; }
|
193 |
.fa-showtext { margin-right: 5px; }
|
194 |
</style>
|
195 |
<?php
|
plugin.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Menu Social Icons
|
4 |
Description: Change menu links to social sites to icons automatically. Uses <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">FontAwesome</a> and supports: Bitbucket, Dribbble, Dropbox, Flickr, Foursquare, Gittip, Instagram, RenRen, Stack Overflow, Trello, Tumblr, VK, Weibo, Xing, and YouTube.
|
5 |
-
Version: 1.3.
|
6 |
Author: Brainstorm Media
|
7 |
Author URI: http://brainstormmedia.com
|
8 |
*/
|
2 |
/*
|
3 |
Plugin Name: Menu Social Icons
|
4 |
Description: Change menu links to social sites to icons automatically. Uses <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">FontAwesome</a> and supports: Bitbucket, Dribbble, Dropbox, Flickr, Foursquare, Gittip, Instagram, RenRen, Stack Overflow, Trello, Tumblr, VK, Weibo, Xing, and YouTube.
|
5 |
+
Version: 1.3.5
|
6 |
Author: Brainstorm Media
|
7 |
Author URI: http://brainstormmedia.com
|
8 |
*/
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Author URI: http://brainstormmedia.com
|
|
5 |
Tags: social, icons, menus, FontAwesome, social media, easy
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 3.7.1
|
8 |
-
Stable tag: 1.3.
|
9 |
License: GPLv2
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -124,6 +124,9 @@ We load FontAwesome onto your site using NetDNA's [Bootstrap CDN](http://www.boo
|
|
124 |
|
125 |
== Changelog ==
|
126 |
|
|
|
|
|
|
|
127 |
= 1.3.4 =
|
128 |
* Fix: Work around compatibility issue with [Better WordPress Minify](http://wordpress.org/plugins/bwp-minify/) plugin.
|
129 |
|
@@ -153,6 +156,6 @@ We load FontAwesome onto your site using NetDNA's [Bootstrap CDN](http://www.boo
|
|
153 |
|
154 |
== Upgrade Notice ==
|
155 |
|
156 |
-
= 1.3.
|
157 |
|
158 |
-
* Fix:
|
5 |
Tags: social, icons, menus, FontAwesome, social media, easy
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 3.7.1
|
8 |
+
Stable tag: 1.3.5
|
9 |
License: GPLv2
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
124 |
|
125 |
== Changelog ==
|
126 |
|
127 |
+
= 1.3.5 =
|
128 |
+
* Fix: Horizontal scrollbar on RTL layouts. Thanks [@mascatu](http://wordpress.org/support/profile/mascatu) for the [bug report](http://wordpress.org/support/topic/rtl-issue-1).
|
129 |
+
|
130 |
= 1.3.4 =
|
131 |
* Fix: Work around compatibility issue with [Better WordPress Minify](http://wordpress.org/plugins/bwp-minify/) plugin.
|
132 |
|
156 |
|
157 |
== Upgrade Notice ==
|
158 |
|
159 |
+
= 1.3.5 =
|
160 |
|
161 |
+
* Fix: Horizontal scrollbar on RTL layouts. Thanks [@mascatu](http://wordpress.org/support/profile/mascatu) for the [bug report](http://wordpress.org/support/topic/rtl-issue-1).
|