Version Description
- Improvement: Design of the plugin settings page is improved.
- Improved code to reset CSS styles to "default " for the buttons bar elements.
- Fix: The "blank" value of the "target" attribute in the links of social media buttons are replaced with "_blank" value.
- Fix: The "displayo-ptions" ID is renamed to "display".
- Some texts are updated.
- Translation files are updated.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 4.44 |
Comparing to | |
See all releases |
Code changes from version 4.43 to 4.44
- inc/css/admin.css +9 -8
- inc/css/frontend.css +4 -1
- inc/php/functional.php +2 -2
- inc/php/page.php +1 -1
- inc/php/settings.php +4 -4
- languages/social-media-buttons-toolbar-de_DE.mo +0 -0
- languages/social-media-buttons-toolbar-de_DE.po +5 -5
- languages/social-media-buttons-toolbar-es_ES.mo +0 -0
- languages/social-media-buttons-toolbar-es_ES.po +5 -5
- languages/social-media-buttons-toolbar-nl_NL.mo +0 -0
- languages/social-media-buttons-toolbar-nl_NL.po +5 -5
- languages/social-media-buttons-toolbar-ru_RU.mo +0 -0
- languages/social-media-buttons-toolbar-ru_RU.po +5 -5
- languages/social-media-buttons-toolbar.pot +4 -4
- readme.txt +9 -1
- social-media-buttons-toolbar.php +1 -1
inc/css/admin.css
CHANGED
@@ -22,7 +22,7 @@ p {
|
|
22 |
|
23 |
/* Title and Description of page
|
24 |
-------------------------------------------------------------- */
|
25 |
-
|
26 |
padding: 30px !important;
|
27 |
background-color: #333;
|
28 |
color: #e0dfdc;
|
@@ -46,7 +46,7 @@ h2 {
|
|
46 |
line-height: 50px !important;
|
47 |
overflow: hidden;
|
48 |
}
|
49 |
-
|
50 |
content: '\A';
|
51 |
display: block;
|
52 |
margin-top: 15px;
|
@@ -55,11 +55,11 @@ h2 span {
|
|
55 |
text-shadow: none;
|
56 |
line-height: 20px;
|
57 |
}
|
58 |
-
|
59 |
-
|
60 |
color: #fff;
|
61 |
}
|
62 |
-
|
63 |
text-shadow: none;
|
64 |
text-decoration: none;
|
65 |
-webkit-transition: all 0.2s ease-in-out;
|
@@ -67,7 +67,7 @@ h2 span a:hover {
|
|
67 |
-o-transition: all 0.2s ease-in-out;
|
68 |
transition: all 0.2s ease-in-out;
|
69 |
}
|
70 |
-
|
71 |
position: absolute;
|
72 |
right: 40px;
|
73 |
color: #a6a6a6;
|
@@ -485,6 +485,8 @@ h2 .version {
|
|
485 |
.form-table {
|
486 |
clear: none;
|
487 |
margin-left: 20px;
|
|
|
|
|
488 |
font-family: Verdana, Geneva, sans-serif;
|
489 |
font-size: 13px;
|
490 |
}
|
@@ -502,7 +504,6 @@ h2 .version {
|
|
502 |
/* Help text
|
503 |
-------------------------------------------------------------- */
|
504 |
td.help-text {
|
505 |
-
width: 90%;
|
506 |
font-family: Verdana, Geneva, sans-serif;
|
507 |
font-size: 12px;
|
508 |
font-style: italic;
|
@@ -519,7 +520,7 @@ td.help-text {
|
|
519 |
.control-textarea {
|
520 |
position: relative;
|
521 |
max-width: 600px;
|
522 |
-
width:
|
523 |
padding-top: 5px;
|
524 |
background: #fcfcfc;
|
525 |
-webkit-border-radius: 3px;
|
22 |
|
23 |
/* Title and Description of page
|
24 |
-------------------------------------------------------------- */
|
25 |
+
.sxc-header {
|
26 |
padding: 30px !important;
|
27 |
background-color: #333;
|
28 |
color: #e0dfdc;
|
46 |
line-height: 50px !important;
|
47 |
overflow: hidden;
|
48 |
}
|
49 |
+
.sxc-header span {
|
50 |
content: '\A';
|
51 |
display: block;
|
52 |
margin-top: 15px;
|
55 |
text-shadow: none;
|
56 |
line-height: 20px;
|
57 |
}
|
58 |
+
.sxc-header span a,
|
59 |
+
.sxc-header span a:hover {
|
60 |
color: #fff;
|
61 |
}
|
62 |
+
.sxc-header span a:hover {
|
63 |
text-shadow: none;
|
64 |
text-decoration: none;
|
65 |
-webkit-transition: all 0.2s ease-in-out;
|
67 |
-o-transition: all 0.2s ease-in-out;
|
68 |
transition: all 0.2s ease-in-out;
|
69 |
}
|
70 |
+
.sxc-header .version {
|
71 |
position: absolute;
|
72 |
right: 40px;
|
73 |
color: #a6a6a6;
|
485 |
.form-table {
|
486 |
clear: none;
|
487 |
margin-left: 20px;
|
488 |
+
width: -webkit-calc(100% - 40px);
|
489 |
+
width: calc(100% - 40px);
|
490 |
font-family: Verdana, Geneva, sans-serif;
|
491 |
font-size: 13px;
|
492 |
}
|
504 |
/* Help text
|
505 |
-------------------------------------------------------------- */
|
506 |
td.help-text {
|
|
|
507 |
font-family: Verdana, Geneva, sans-serif;
|
508 |
font-size: 12px;
|
509 |
font-style: italic;
|
520 |
.control-textarea {
|
521 |
position: relative;
|
522 |
max-width: 600px;
|
523 |
+
width: 100%;
|
524 |
padding-top: 5px;
|
525 |
background: #fcfcfc;
|
526 |
-webkit-border-radius: 3px;
|
inc/css/frontend.css
CHANGED
@@ -13,6 +13,7 @@
|
|
13 |
margin: 0 !important;
|
14 |
padding: 0 !important;
|
15 |
background-image: none !important;
|
|
|
16 |
border-bottom: 0 !important;
|
17 |
}
|
18 |
.sxc-follow-buttons li {
|
@@ -20,6 +21,7 @@
|
|
20 |
margin: 0 !important;
|
21 |
padding: 0 !important;
|
22 |
background-image: none !important;
|
|
|
23 |
border-bottom: 0 !important;
|
24 |
list-style-type: none !important;
|
25 |
-webkit-user-select: none;
|
@@ -34,7 +36,8 @@
|
|
34 |
content: none !important;
|
35 |
}
|
36 |
.sxc-follow-buttons li a {
|
37 |
-
display:
|
|
|
38 |
border-bottom: 0 !important;
|
39 |
box-shadow: none !important;
|
40 |
}
|
13 |
margin: 0 !important;
|
14 |
padding: 0 !important;
|
15 |
background-image: none !important;
|
16 |
+
border: none !important;
|
17 |
border-bottom: 0 !important;
|
18 |
}
|
19 |
.sxc-follow-buttons li {
|
21 |
margin: 0 !important;
|
22 |
padding: 0 !important;
|
23 |
background-image: none !important;
|
24 |
+
border: none !important;
|
25 |
border-bottom: 0 !important;
|
26 |
list-style-type: none !important;
|
27 |
-webkit-user-select: none;
|
36 |
content: none !important;
|
37 |
}
|
38 |
.sxc-follow-buttons li a {
|
39 |
+
display: block !important;
|
40 |
+
border: none !important;
|
41 |
border-bottom: 0 !important;
|
42 |
box-shadow: none !important;
|
43 |
}
|
inc/php/functional.php
CHANGED
@@ -19,9 +19,9 @@ function spacexchimp_p005_tollbar() {
|
|
19 |
$items = spacexchimp_p005_get_items_all();
|
20 |
|
21 |
// Generate open window code
|
22 |
-
$new_tab = !empty( $options['new_tab'] ) ? 'target="
|
23 |
|
24 |
-
// Generate
|
25 |
$tooltips = !empty( $options['tooltips'] ) ? 'data-toggle="tooltip"' : '';
|
26 |
|
27 |
// Generate caption
|
19 |
$items = spacexchimp_p005_get_items_all();
|
20 |
|
21 |
// Generate open window code
|
22 |
+
$new_tab = !empty( $options['new_tab'] ) ? 'target="_blank"' : '';
|
23 |
|
24 |
+
// Generate tolltips
|
25 |
$tooltips = !empty( $options['tooltips'] ) ? 'data-toggle="tooltip"' : '';
|
26 |
|
27 |
// Generate caption
|
inc/php/page.php
CHANGED
@@ -23,7 +23,7 @@ function spacexchimp_p005_render_submenu_page() {
|
|
23 |
// Layout of page
|
24 |
?>
|
25 |
<div class="wrap">
|
26 |
-
<h2>
|
27 |
<?php echo $name; ?>
|
28 |
<span>
|
29 |
<?php printf(
|
23 |
// Layout of page
|
24 |
?>
|
25 |
<div class="wrap">
|
26 |
+
<h2 class="sxc-header">
|
27 |
<?php echo $name; ?>
|
28 |
<span>
|
29 |
<?php printf(
|
inc/php/settings.php
CHANGED
@@ -72,7 +72,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
72 |
</div>
|
73 |
</div>
|
74 |
|
75 |
-
<div class="postbox" id="
|
76 |
<h3 class="title"><?php _e( 'Display options', $text ); ?></h3>
|
77 |
<div class="inside">
|
78 |
<p class="note"><?php _e( 'Here you can configure the display options.', $text ); ?></p>
|
@@ -80,15 +80,15 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
80 |
<?php
|
81 |
spacexchimp_p005_control_switch( 'show_posts',
|
82 |
__( 'Show on Posts', $text ),
|
83 |
-
__( 'Automatically display
|
84 |
);
|
85 |
spacexchimp_p005_control_switch( 'show_pages',
|
86 |
__( 'Show on Pages', $text ),
|
87 |
-
__( 'Automatically display
|
88 |
);
|
89 |
spacexchimp_p005_control_switch( 'new_tab',
|
90 |
__( 'Open in new tab', $text ),
|
91 |
-
__( 'Open
|
92 |
);
|
93 |
spacexchimp_p005_control_switch( 'tooltips',
|
94 |
__( 'Tooltips', $text ),
|
72 |
</div>
|
73 |
</div>
|
74 |
|
75 |
+
<div class="postbox" id="display">
|
76 |
<h3 class="title"><?php _e( 'Display options', $text ); ?></h3>
|
77 |
<div class="inside">
|
78 |
<p class="note"><?php _e( 'Here you can configure the display options.', $text ); ?></p>
|
80 |
<?php
|
81 |
spacexchimp_p005_control_switch( 'show_posts',
|
82 |
__( 'Show on Posts', $text ),
|
83 |
+
__( 'Automatically display the social media follow buttons below content on Posts.', $text )
|
84 |
);
|
85 |
spacexchimp_p005_control_switch( 'show_pages',
|
86 |
__( 'Show on Pages', $text ),
|
87 |
+
__( 'Automatically display the social media follow buttons below content on Pages.', $text )
|
88 |
);
|
89 |
spacexchimp_p005_control_switch( 'new_tab',
|
90 |
__( 'Open in new tab', $text ),
|
91 |
+
__( 'Open links in a new tab/window.', $text )
|
92 |
);
|
93 |
spacexchimp_p005_control_switch( 'tooltips',
|
94 |
__( 'Tooltips', $text ),
|
languages/social-media-buttons-toolbar-de_DE.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-de_DE.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2018-
|
7 |
-
"PO-Revision-Date: 2018-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
@@ -359,7 +359,7 @@ msgid "Show on Posts"
|
|
359 |
msgstr "In Posts anzeigen"
|
360 |
|
361 |
#: inc/php/settings.php:83
|
362 |
-
msgid "Automatically display
|
363 |
msgstr "Die Toolbar automatisch unterhalb des Inhalts von Posts anzeigen."
|
364 |
|
365 |
#: inc/php/settings.php:86
|
@@ -367,7 +367,7 @@ msgid "Show on Pages"
|
|
367 |
msgstr "Auf Seiten anzeigen"
|
368 |
|
369 |
#: inc/php/settings.php:87
|
370 |
-
msgid "Automatically display
|
371 |
msgstr "Die Toolbar automatisch unterhalb des Inhalts von Seiten anzeigen."
|
372 |
|
373 |
#: inc/php/settings.php:90
|
@@ -375,7 +375,7 @@ msgid "Open in new tab"
|
|
375 |
msgstr "Öffne in neuem Tab"
|
376 |
|
377 |
#: inc/php/settings.php:91
|
378 |
-
msgid "Open
|
379 |
msgstr "Link in einem neuen Tab/Fenster öffnen."
|
380 |
|
381 |
#: inc/php/settings.php:94
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2018-11-02 17:57+0300\n"
|
7 |
+
"PO-Revision-Date: 2018-11-02 17:57+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
359 |
msgstr "In Posts anzeigen"
|
360 |
|
361 |
#: inc/php/settings.php:83
|
362 |
+
msgid "Automatically display the social media follow buttons below content on Posts."
|
363 |
msgstr "Die Toolbar automatisch unterhalb des Inhalts von Posts anzeigen."
|
364 |
|
365 |
#: inc/php/settings.php:86
|
367 |
msgstr "Auf Seiten anzeigen"
|
368 |
|
369 |
#: inc/php/settings.php:87
|
370 |
+
msgid "Automatically display the social media follow buttons below content on Pages."
|
371 |
msgstr "Die Toolbar automatisch unterhalb des Inhalts von Seiten anzeigen."
|
372 |
|
373 |
#: inc/php/settings.php:90
|
375 |
msgstr "Öffne in neuem Tab"
|
376 |
|
377 |
#: inc/php/settings.php:91
|
378 |
+
msgid "Open links in a new tab/window."
|
379 |
msgstr "Link in einem neuen Tab/Fenster öffnen."
|
380 |
|
381 |
#: inc/php/settings.php:94
|
languages/social-media-buttons-toolbar-es_ES.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-es_ES.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2018-
|
7 |
-
"PO-Revision-Date: 2018-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
@@ -359,7 +359,7 @@ msgid "Show on Posts"
|
|
359 |
msgstr "Mostrar en Entradas"
|
360 |
|
361 |
#: inc/php/settings.php:83
|
362 |
-
msgid "Automatically display
|
363 |
msgstr ""
|
364 |
|
365 |
#: inc/php/settings.php:86
|
@@ -367,7 +367,7 @@ msgid "Show on Pages"
|
|
367 |
msgstr "Mostrar en Páginas"
|
368 |
|
369 |
#: inc/php/settings.php:87
|
370 |
-
msgid "Automatically display
|
371 |
msgstr ""
|
372 |
|
373 |
#: inc/php/settings.php:90
|
@@ -375,7 +375,7 @@ msgid "Open in new tab"
|
|
375 |
msgstr "Abrir en una nueva pestaña"
|
376 |
|
377 |
#: inc/php/settings.php:91
|
378 |
-
msgid "Open
|
379 |
msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
|
380 |
|
381 |
#: inc/php/settings.php:94
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2018-11-02 17:57+0300\n"
|
7 |
+
"PO-Revision-Date: 2018-11-02 17:57+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
359 |
msgstr "Mostrar en Entradas"
|
360 |
|
361 |
#: inc/php/settings.php:83
|
362 |
+
msgid "Automatically display the social media follow buttons below content on Posts."
|
363 |
msgstr ""
|
364 |
|
365 |
#: inc/php/settings.php:86
|
367 |
msgstr "Mostrar en Páginas"
|
368 |
|
369 |
#: inc/php/settings.php:87
|
370 |
+
msgid "Automatically display the social media follow buttons below content on Pages."
|
371 |
msgstr ""
|
372 |
|
373 |
#: inc/php/settings.php:90
|
375 |
msgstr "Abrir en una nueva pestaña"
|
376 |
|
377 |
#: inc/php/settings.php:91
|
378 |
+
msgid "Open links in a new tab/window."
|
379 |
msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
|
380 |
|
381 |
#: inc/php/settings.php:94
|
languages/social-media-buttons-toolbar-nl_NL.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-nl_NL.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2018-
|
7 |
-
"PO-Revision-Date: 2018-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
@@ -359,7 +359,7 @@ msgid "Show on Posts"
|
|
359 |
msgstr ""
|
360 |
|
361 |
#: inc/php/settings.php:83
|
362 |
-
msgid "Automatically display
|
363 |
msgstr ""
|
364 |
|
365 |
#: inc/php/settings.php:86
|
@@ -367,7 +367,7 @@ msgid "Show on Pages"
|
|
367 |
msgstr ""
|
368 |
|
369 |
#: inc/php/settings.php:87
|
370 |
-
msgid "Automatically display
|
371 |
msgstr ""
|
372 |
|
373 |
#: inc/php/settings.php:90
|
@@ -375,7 +375,7 @@ msgid "Open in new tab"
|
|
375 |
msgstr ""
|
376 |
|
377 |
#: inc/php/settings.php:91
|
378 |
-
msgid "Open
|
379 |
msgstr ""
|
380 |
|
381 |
#: inc/php/settings.php:94
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2018-11-02 18:00+0300\n"
|
7 |
+
"PO-Revision-Date: 2018-11-02 18:00+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
359 |
msgstr ""
|
360 |
|
361 |
#: inc/php/settings.php:83
|
362 |
+
msgid "Automatically display the social media follow buttons below content on Posts."
|
363 |
msgstr ""
|
364 |
|
365 |
#: inc/php/settings.php:86
|
367 |
msgstr ""
|
368 |
|
369 |
#: inc/php/settings.php:87
|
370 |
+
msgid "Automatically display the social media follow buttons below content on Pages."
|
371 |
msgstr ""
|
372 |
|
373 |
#: inc/php/settings.php:90
|
375 |
msgstr ""
|
376 |
|
377 |
#: inc/php/settings.php:91
|
378 |
+
msgid "Open links in a new tab/window."
|
379 |
msgstr ""
|
380 |
|
381 |
#: inc/php/settings.php:94
|
languages/social-media-buttons-toolbar-ru_RU.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-ru_RU.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2018-
|
7 |
-
"PO-Revision-Date: 2018-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
@@ -359,7 +359,7 @@ msgid "Show on Posts"
|
|
359 |
msgstr "Показывать в записях"
|
360 |
|
361 |
#: inc/php/settings.php:83
|
362 |
-
msgid "Automatically display
|
363 |
msgstr "Автоматически отображать панель инструментов под содержимым сообщений."
|
364 |
|
365 |
#: inc/php/settings.php:86
|
@@ -367,7 +367,7 @@ msgid "Show on Pages"
|
|
367 |
msgstr "Показывать на страницах"
|
368 |
|
369 |
#: inc/php/settings.php:87
|
370 |
-
msgid "Automatically display
|
371 |
msgstr "Автоматически отображать панель инструментов ниже содержимого на страницах."
|
372 |
|
373 |
#: inc/php/settings.php:90
|
@@ -375,7 +375,7 @@ msgid "Open in new tab"
|
|
375 |
msgstr "Открыть в новой вкладке"
|
376 |
|
377 |
#: inc/php/settings.php:91
|
378 |
-
msgid "Open
|
379 |
msgstr "Открыть ссылку в новом окне/вкладке."
|
380 |
|
381 |
#: inc/php/settings.php:94
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2018-11-02 18:00+0300\n"
|
7 |
+
"PO-Revision-Date: 2018-11-02 18:01+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
359 |
msgstr "Показывать в записях"
|
360 |
|
361 |
#: inc/php/settings.php:83
|
362 |
+
msgid "Automatically display the social media follow buttons below content on Posts."
|
363 |
msgstr "Автоматически отображать панель инструментов под содержимым сообщений."
|
364 |
|
365 |
#: inc/php/settings.php:86
|
367 |
msgstr "Показывать на страницах"
|
368 |
|
369 |
#: inc/php/settings.php:87
|
370 |
+
msgid "Automatically display the social media follow buttons below content on Pages."
|
371 |
msgstr "Автоматически отображать панель инструментов ниже содержимого на страницах."
|
372 |
|
373 |
#: inc/php/settings.php:90
|
375 |
msgstr "Открыть в новой вкладке"
|
376 |
|
377 |
#: inc/php/settings.php:91
|
378 |
+
msgid "Open links in a new tab/window."
|
379 |
msgstr "Открыть ссылку в новом окне/вкладке."
|
380 |
|
381 |
#: inc/php/settings.php:94
|
languages/social-media-buttons-toolbar.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2018-
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -357,7 +357,7 @@ msgid "Show on Posts"
|
|
357 |
msgstr ""
|
358 |
|
359 |
#: inc/php/settings.php:83
|
360 |
-
msgid "Automatically display
|
361 |
msgstr ""
|
362 |
|
363 |
#: inc/php/settings.php:86
|
@@ -365,7 +365,7 @@ msgid "Show on Pages"
|
|
365 |
msgstr ""
|
366 |
|
367 |
#: inc/php/settings.php:87
|
368 |
-
msgid "Automatically display
|
369 |
msgstr ""
|
370 |
|
371 |
#: inc/php/settings.php:90
|
@@ -373,7 +373,7 @@ msgid "Open in new tab"
|
|
373 |
msgstr ""
|
374 |
|
375 |
#: inc/php/settings.php:91
|
376 |
-
msgid "Open
|
377 |
msgstr ""
|
378 |
|
379 |
#: inc/php/settings.php:94
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2018-11-02 18:01+0300\n"
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
357 |
msgstr ""
|
358 |
|
359 |
#: inc/php/settings.php:83
|
360 |
+
msgid "Automatically display the social media follow buttons below content on Posts."
|
361 |
msgstr ""
|
362 |
|
363 |
#: inc/php/settings.php:86
|
365 |
msgstr ""
|
366 |
|
367 |
#: inc/php/settings.php:87
|
368 |
+
msgid "Automatically display the social media follow buttons below content on Pages."
|
369 |
msgstr ""
|
370 |
|
371 |
#: inc/php/settings.php:90
|
373 |
msgstr ""
|
374 |
|
375 |
#: inc/php/settings.php:91
|
376 |
+
msgid "Open links in a new tab/window."
|
377 |
msgstr ""
|
378 |
|
379 |
#: inc/php/settings.php:94
|
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: 4.9
|
7 |
-
Stable tag: 4.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -282,6 +282,14 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
282 |
|
283 |
== Changelog ==
|
284 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
= 4.43 =
|
286 |
* Improvement: Design of the plugin settings page is improved.
|
287 |
* Content of the "Usage Instructions" section updated.
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 4.44
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
282 |
|
283 |
== Changelog ==
|
284 |
|
285 |
+
= 4.44 =
|
286 |
+
* Improvement: Design of the plugin settings page is improved.
|
287 |
+
* Improved code to reset CSS styles to "default " for the buttons bar elements.
|
288 |
+
* Fix: The "blank" value of the "target" attribute in the links of social media buttons are replaced with "_blank" value.
|
289 |
+
* Fix: The "displayo-ptions" ID is renamed to "display".
|
290 |
+
* Some texts are updated.
|
291 |
+
* Translation files are updated.
|
292 |
+
|
293 |
= 4.43 =
|
294 |
* Improvement: Design of the plugin settings page is improved.
|
295 |
* Content of the "Usage Instructions" section updated.
|
social-media-buttons-toolbar.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place 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 add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
+
* Version: 4.44
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|