Skip to content

Commit

Permalink
Plugin updated to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurGareginyan committed May 22, 2016
1 parent 8cdca08 commit 4b8661b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
14 changes: 8 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: icon, icon set, button, social, media, social button, social media, social
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
Requires at least: 3.9
Tested up to: 4.5
Stable tag: 2.1
Stable tag: 2.2.1
License: GPL3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -159,9 +159,11 @@ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and li
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)

== Changelog ==
= 2.2.1 =
* Added the `!important` flag to the display property of `<a>` element.
= 2.2 =
* Added MeetVibe button.
* Fixed the display property of <li> and <a> elements.
* Fixed the display property of `<li>` and `<a>` elements.
* Fixed the issue with border that sometimes appeared at bottom of an icons.
= 2.1 =
* Added Reddit button.
Expand All @@ -174,18 +176,18 @@ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and li
* Image "btn_donateCC_LG.gif" is now located in the "images" directory.
* Plugin URI changed to GitHub repository.
* Added my personal ad about freelance.
* .pot file updated.
* `.pot` file updated.
* Russian translation updated.
= 1.5 =
* Fixed: "Notice: Undefined index: new_tab in .../social-media-buttons-toolbar.php on line 240".
* Fixed: `Notice: Undefined index: new_tab in .../social-media-buttons-toolbar.php on line 240`.
= 1.4 =
* Added 6 new buttons (LiveJournal, Pinterest, Tumblr, VKontakte, Odnoklassniki, Personal website).
* Fixed: "Use of undefined constant media".
* Plugin URI changed to GitHub repository.
* Some changes in design of settings page.
* Added my personal ad about freelance.
* Some changes in design of settings page.
* .pot file updated.
* `.pot` file updated.
* Russian translation updated.
= 1.3 =
* Some changes in design of settings page.
Expand All @@ -200,7 +202,7 @@ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and li
* Icons updated.
= 1.0 =
* Initial release.
* Added ready for translation (.pot file included).
* Added ready for translation (`.pot` file included).
* Added Russian translation.
= 0.3 =
* Release candidate.
Expand Down
8 changes: 4 additions & 4 deletions social-media-buttons-toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Easily add the smart toolbar with social media buttons (not share, only link to your profiles) to any place of your WordPress website.
* Author: Arthur Gareginyan
* Author URI: http://www.arthurgareginyan.com
* Version: 2.2
* Version: 2.2.1
* License: GPL3
* Text Domain: social-media-buttons-toolbar
* Domain Path: /languages/
Expand Down Expand Up @@ -225,7 +225,7 @@ function smbtoolbar_setting($name, $label, $help=null, $field=null, $placeholder
/**
* Generate the buttons toolbar
*
* @since 2.2
* @since 2.2.1
*/
function smbtoolbar_tollbar() {

Expand Down Expand Up @@ -290,15 +290,15 @@ function smbtoolbar_tollbar() {
text-align: center;
}
.smbt-social-icons li {
display: inline-block;
display: inline-block !important;
border-bottom: 0 !important;
list-style-type: none;
-webkit-user-select: none;
-moz-user-select: none;
}
.smbt-social-icons li a {
border-bottom: 0 !important;
display: inline;
display: inline !important;
}
.smbt-social-icons li img {
width: " . $icon_size . "px;
Expand Down

0 comments on commit 4b8661b

Please sign in to comment.