Version Description
- Added the
!important
flag to the display property of<a>
element.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.2.1
- readme.txt +8 -6
- social-media-buttons-toolbar.php +4 -4
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: icon, icon set, button, social, media, social button, social media, social
|
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 2.2
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -159,9 +159,11 @@ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and li
|
|
159 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
|
160 |
|
161 |
== Changelog ==
|
|
|
|
|
162 |
= 2.2 =
|
163 |
* Added MeetVibe button.
|
164 |
-
* Fixed the display property of
|
165 |
* Fixed the issue with border that sometimes appeared at bottom of an icons.
|
166 |
= 2.1 =
|
167 |
* Added Reddit button.
|
@@ -174,10 +176,10 @@ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and li
|
|
174 |
* Image "btn_donateCC_LG.gif" is now located in the "images" directory.
|
175 |
* Plugin URI changed to GitHub repository.
|
176 |
* Added my personal ad about freelance.
|
177 |
-
*
|
178 |
* Russian translation updated.
|
179 |
= 1.5 =
|
180 |
-
* Fixed:
|
181 |
= 1.4 =
|
182 |
* Added 6 new buttons (LiveJournal, Pinterest, Tumblr, VKontakte, Odnoklassniki, Personal website).
|
183 |
* Fixed: "Use of undefined constant media".
|
@@ -185,7 +187,7 @@ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and li
|
|
185 |
* Some changes in design of settings page.
|
186 |
* Added my personal ad about freelance.
|
187 |
* Some changes in design of settings page.
|
188 |
-
*
|
189 |
* Russian translation updated.
|
190 |
= 1.3 =
|
191 |
* Some changes in design of settings page.
|
@@ -200,7 +202,7 @@ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and li
|
|
200 |
* Icons updated.
|
201 |
= 1.0 =
|
202 |
* Initial release.
|
203 |
-
* Added ready for translation (
|
204 |
* Added Russian translation.
|
205 |
= 0.3 =
|
206 |
* Release candidate.
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 2.2.1
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
159 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
|
160 |
|
161 |
== Changelog ==
|
162 |
+
= 2.2.1 =
|
163 |
+
* Added the `!important` flag to the display property of `<a>` element.
|
164 |
= 2.2 =
|
165 |
* Added MeetVibe button.
|
166 |
+
* Fixed the display property of `<li>` and `<a>` elements.
|
167 |
* Fixed the issue with border that sometimes appeared at bottom of an icons.
|
168 |
= 2.1 =
|
169 |
* Added Reddit button.
|
176 |
* Image "btn_donateCC_LG.gif" is now located in the "images" directory.
|
177 |
* Plugin URI changed to GitHub repository.
|
178 |
* Added my personal ad about freelance.
|
179 |
+
* `.pot` file updated.
|
180 |
* Russian translation updated.
|
181 |
= 1.5 =
|
182 |
+
* Fixed: `Notice: Undefined index: new_tab in .../social-media-buttons-toolbar.php on line 240`.
|
183 |
= 1.4 =
|
184 |
* Added 6 new buttons (LiveJournal, Pinterest, Tumblr, VKontakte, Odnoklassniki, Personal website).
|
185 |
* Fixed: "Use of undefined constant media".
|
187 |
* Some changes in design of settings page.
|
188 |
* Added my personal ad about freelance.
|
189 |
* Some changes in design of settings page.
|
190 |
+
* `.pot` file updated.
|
191 |
* Russian translation updated.
|
192 |
= 1.3 =
|
193 |
* Some changes in design of settings page.
|
202 |
* Icons updated.
|
203 |
= 1.0 =
|
204 |
* Initial release.
|
205 |
+
* Added ready for translation (`.pot` file included).
|
206 |
* Added Russian translation.
|
207 |
= 0.3 =
|
208 |
* Release candidate.
|
social-media-buttons-toolbar.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily add the smart toolbar with social media buttons (not share, only link to your profiles) to any place of your WordPress website.
|
6 |
* Author: Arthur Gareginyan
|
7 |
* Author URI: http://www.arthurgareginyan.com
|
8 |
-
* Version: 2.2
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
@@ -225,7 +225,7 @@ function smbtoolbar_setting($name, $label, $help=null, $field=null, $placeholder
|
|
225 |
/**
|
226 |
* Generate the buttons toolbar
|
227 |
*
|
228 |
-
* @since 2.2
|
229 |
*/
|
230 |
function smbtoolbar_tollbar() {
|
231 |
|
@@ -290,7 +290,7 @@ function smbtoolbar_tollbar() {
|
|
290 |
text-align: center;
|
291 |
}
|
292 |
.smbt-social-icons li {
|
293 |
-
display: inline-block;
|
294 |
border-bottom: 0 !important;
|
295 |
list-style-type: none;
|
296 |
-webkit-user-select: none;
|
@@ -298,7 +298,7 @@ function smbtoolbar_tollbar() {
|
|
298 |
}
|
299 |
.smbt-social-icons li a {
|
300 |
border-bottom: 0 !important;
|
301 |
-
display: inline;
|
302 |
}
|
303 |
.smbt-social-icons li img {
|
304 |
width: " . $icon_size . "px;
|
5 |
* Description: Easily add the smart toolbar with social media buttons (not share, only link to your profiles) to any place of your WordPress website.
|
6 |
* Author: Arthur Gareginyan
|
7 |
* Author URI: http://www.arthurgareginyan.com
|
8 |
+
* Version: 2.2.1
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
225 |
/**
|
226 |
* Generate the buttons toolbar
|
227 |
*
|
228 |
+
* @since 2.2.1
|
229 |
*/
|
230 |
function smbtoolbar_tollbar() {
|
231 |
|
290 |
text-align: center;
|
291 |
}
|
292 |
.smbt-social-icons li {
|
293 |
+
display: inline-block !important;
|
294 |
border-bottom: 0 !important;
|
295 |
list-style-type: none;
|
296 |
-webkit-user-select: none;
|
298 |
}
|
299 |
.smbt-social-icons li a {
|
300 |
border-bottom: 0 !important;
|
301 |
+
display: inline !important;
|
302 |
}
|
303 |
.smbt-social-icons li img {
|
304 |
width: " . $icon_size . "px;
|