Version Description
- 2019-03-04 =
- Improved compatibility with third-party themes.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 4.50 |
Comparing to | |
See all releases |
Code changes from version 4.49 to 4.50
- inc/css/frontend.css +4 -0
- readme.txt +6 -3
- social-media-buttons-toolbar.php +1 -1
inc/css/frontend.css
CHANGED
@@ -53,6 +53,10 @@
|
|
53 |
.sxc-follow-buttons .sxc-follow-button a img {
|
54 |
margin: 0 !important; /* Reset */
|
55 |
padding: 0 !important; /* Reset */
|
|
|
|
|
|
|
|
|
56 |
vertical-align: top;
|
57 |
}
|
58 |
|
53 |
.sxc-follow-buttons .sxc-follow-button a img {
|
54 |
margin: 0 !important; /* Reset */
|
55 |
padding: 0 !important; /* Reset */
|
56 |
+
background: none !important; /* Reset */
|
57 |
+
background-image: none !important; /* Reset */
|
58 |
+
border: none !important; /* Reset */
|
59 |
+
box-shadow: none !important; /* Reset */
|
60 |
vertical-align: top;
|
61 |
}
|
62 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: icon, icon set, button, social, media, social button, social media, social
|
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.1
|
7 |
-
Stable tag: 4.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -19,7 +19,7 @@ The social media follow buttons bar - is a bar with set of icons of the popular
|
|
19 |
|
20 |
Unlike the other plugins, this plugin creates a live bar. The bar automatically adapt to the width of the block where it placed. If the buttons do not fit to the one line, then they will be placed on multiple lines. So they can be arranged horizontally or vertically, in one line or in a few, and all of this is done automatically.
|
21 |
|
22 |
-
This plugin give you finer control over buttons. You can configure they on plugins settings page. You can choose the size of icons, choose open link in current tab or in new, and etc. Also you can have the social media follow buttons automatically added to the bottom of all Posts and/or Pages, or position them
|
23 |
|
24 |
Its purpose is to provide a familiar experience to WordPress users. You don't need to edit any file of your theme, this plugin will do everything for you. It's just plug and play, no tedious configurations or hacks, just install, enable and start enjoying your fancy social media follow buttons. It's that simple! In addition, your social media follow buttons will be compatible with all major browsers and work with any theme.
|
25 |
|
@@ -310,6 +310,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
310 |
|
311 |
== Changelog ==
|
312 |
|
|
|
|
|
|
|
313 |
= 4.49 - 2019-03-03 =
|
314 |
* Improved compatibility with third-party themes.
|
315 |
|
@@ -389,7 +392,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
389 |
* All translation files are updated.
|
390 |
|
391 |
= 4.39 =
|
392 |
-
* The extra mention of the constant '_SLUG'
|
393 |
* All translation files are updated.
|
394 |
|
395 |
= 4.38 =
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.1
|
7 |
+
Stable tag: 4.50
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
19 |
|
20 |
Unlike the other plugins, this plugin creates a live bar. The bar automatically adapt to the width of the block where it placed. If the buttons do not fit to the one line, then they will be placed on multiple lines. So they can be arranged horizontally or vertically, in one line or in a few, and all of this is done automatically.
|
21 |
|
22 |
+
This plugin give you finer control over buttons. You can configure they on plugins settings page. You can choose the size of icons, choose open link in current tab or in new, and etc. Also you can have the social media follow buttons automatically added to the bottom of all Posts and/or Pages, or position them manually using either a widget, shortcode or template action hook. If you want more options, then let us know and we will be happy to add them.
|
23 |
|
24 |
Its purpose is to provide a familiar experience to WordPress users. You don't need to edit any file of your theme, this plugin will do everything for you. It's just plug and play, no tedious configurations or hacks, just install, enable and start enjoying your fancy social media follow buttons. It's that simple! In addition, your social media follow buttons will be compatible with all major browsers and work with any theme.
|
25 |
|
310 |
|
311 |
== Changelog ==
|
312 |
|
313 |
+
= 4.50 - 2019-03-04 =
|
314 |
+
* Improved compatibility with third-party themes.
|
315 |
+
|
316 |
= 4.49 - 2019-03-03 =
|
317 |
* Improved compatibility with third-party themes.
|
318 |
|
392 |
* All translation files are updated.
|
393 |
|
394 |
= 4.39 =
|
395 |
+
* The extra mention of the constant '_SLUG' is removed from the file 'enqueue.php'.
|
396 |
* All translation files are updated.
|
397 |
|
398 |
= 4.38 =
|
social-media-buttons-toolbar.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily and safely add a smart bar with social media follow buttons (not share, only link to your profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
-
* Version: 4.
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
5 |
* Description: Easily and safely add a smart bar with social media follow buttons (not share, only link to your profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
+
* Version: 4.50
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|