Social Media Follow Buttons Bar - Version 4.42

Version Description

  • Improved code to reset CSS styles to "default " for the buttons bar elements.
  • Code commenting improved.
  • CSS code, which is located in the file "admin.css" and is related to the "FAQ" section, is improved.
  • Some texts are updated.
  • Translation files are updated.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 Social Media Follow Buttons Bar
Version 4.42
Comparing to
See all releases

Code changes from version 4.41 to 4.42

inc/css/admin.css CHANGED
@@ -335,6 +335,7 @@ h2 .version {
335
  }
336
  .panel-body {
337
  display: inline-block;
 
338
  font-family: Verdana, Geneva, sans-serif;
339
  font-size: 13px;
340
  }
335
  }
336
  .panel-body {
337
  display: inline-block;
338
+ width: 100%;
339
  font-family: Verdana, Geneva, sans-serif;
340
  font-size: 13px;
341
  }
inc/css/frontend.css CHANGED
@@ -8,12 +8,18 @@
8
  */
9
 
10
 
11
- /* Reset styles to default for la and a elements */
12
- .sxc-follow-buttons li {
13
  margin: 0 !important;
14
  padding: 0 !important;
15
  background-image: none !important;
 
 
 
16
  display: inline-block !important;
 
 
 
17
  border-bottom: 0 !important;
18
  list-style-type: none !important;
19
  -webkit-user-select: none;
@@ -28,8 +34,8 @@
28
  content: none !important;
29
  }
30
  .sxc-follow-buttons li a {
31
- border-bottom: 0 !important;
32
  display: inline !important;
 
33
  box-shadow: none !important;
34
  }
35
  .sxc-follow-buttons li img {
8
  */
9
 
10
 
11
+ /* Reset styles to default for UL, LA and A elements */
12
+ .sxc-follow-buttons {
13
  margin: 0 !important;
14
  padding: 0 !important;
15
  background-image: none !important;
16
+ border-bottom: 0 !important;
17
+ }
18
+ .sxc-follow-buttons li {
19
  display: inline-block !important;
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
  content: none !important;
35
  }
36
  .sxc-follow-buttons li a {
 
37
  display: inline !important;
38
+ border-bottom: 0 !important;
39
  box-shadow: none !important;
40
  }
41
  .sxc-follow-buttons li img {
inc/php/controls.php CHANGED
@@ -6,7 +6,7 @@
6
  defined( 'ABSPATH' ) or die( "Restricted access!" );
7
 
8
  /**
9
- * Generator of the help text under controls
10
  */
11
  function spacexchimp_p005_control_help( $help=null ) {
12
 
@@ -28,7 +28,7 @@ function spacexchimp_p005_control_help( $help=null ) {
28
  }
29
 
30
  /**
31
- * Generator of the fields for saving settings data to database
32
  */
33
  function spacexchimp_p005_control_field( $name, $label, $help=null, $placeholder=null ) {
34
 
@@ -61,7 +61,7 @@ function spacexchimp_p005_control_field( $name, $label, $help=null, $placeholder
61
  }
62
 
63
  /**
64
- * Generator of the switches for saving plugin settings to database
65
  */
66
  function spacexchimp_p005_control_switch( $name, $label, $help=null ) {
67
 
@@ -93,7 +93,7 @@ function spacexchimp_p005_control_switch( $name, $label, $help=null ) {
93
  }
94
 
95
  /**
96
- * Generator of the number fields with minus and plus buttons for saving plugin settings to database
97
  */
98
  function spacexchimp_p005_control_number( $name, $label, $help=null, $default=null ) {
99
 
@@ -175,7 +175,7 @@ function spacexchimp_p005_control_link( $name, $label, $placeholder, $help, $lin
175
  }
176
 
177
  /**
178
- * Generator of the switches for saving plugin settings to database
179
  */
180
  function spacexchimp_p005_control_choice( $name, $items, $label, $help, $default ) {
181
 
@@ -223,7 +223,7 @@ function spacexchimp_p005_control_choice( $name, $items, $label, $help, $default
223
  }
224
 
225
  /**
226
- * Generator of the checkboxes for saving plugin settings to database
227
  */
228
  function spacexchimp_p005_control_checkbox( $name, $items, $label, $help ) {
229
 
6
  defined( 'ABSPATH' ) or die( "Restricted access!" );
7
 
8
  /**
9
+ * Generator of the help text under options
10
  */
11
  function spacexchimp_p005_control_help( $help=null ) {
12
 
28
  }
29
 
30
  /**
31
+ * Generator of the field option for saving plugin settings to database
32
  */
33
  function spacexchimp_p005_control_field( $name, $label, $help=null, $placeholder=null ) {
34
 
61
  }
62
 
63
  /**
64
+ * Generator of the switch option for saving plugin settings to database
65
  */
66
  function spacexchimp_p005_control_switch( $name, $label, $help=null ) {
67
 
93
  }
94
 
95
  /**
96
+ * Generator of the number option for saving plugin settings to database
97
  */
98
  function spacexchimp_p005_control_number( $name, $label, $help=null, $default=null ) {
99
 
175
  }
176
 
177
  /**
178
+ * Generator of the choice option for saving plugin settings to database
179
  */
180
  function spacexchimp_p005_control_choice( $name, $items, $label, $help, $default ) {
181
 
223
  }
224
 
225
  /**
226
+ * Generator of the checkbox option for saving plugin settings to database
227
  */
228
  function spacexchimp_p005_control_checkbox( $name, $items, $label, $help ) {
229
 
inc/php/page.php CHANGED
@@ -64,7 +64,7 @@ function spacexchimp_p005_render_submenu_page() {
64
  <div class="inside">
65
  <p><?php _e( 'To display the social media follow buttons bar on the front end of your website, simply follow these steps:', $text ); ?></p>
66
  <ol class="custom-counter">
67
- <li><?php _e( 'Go to the "Settings" tab.', $text ); ?></li>
68
  <li><?php _e( 'Fill in the required fields.', $text ); ?></li>
69
  <li><?php _e( 'Select the desired settings.', $text ); ?></li>
70
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
64
  <div class="inside">
65
  <p><?php _e( 'To display the social media follow buttons bar on the front end of your website, simply follow these steps:', $text ); ?></p>
66
  <ol class="custom-counter">
67
+ <li><?php _e( 'Go to the "Settings" tab on this page.', $text ); ?></li>
68
  <li><?php _e( 'Fill in the required fields.', $text ); ?></li>
69
  <li><?php _e( 'Select the desired settings.', $text ); ?></li>
70
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
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-08-07 01:40+0300\n"
7
- "PO-Revision-Date: 2018-08-07 01:40+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -108,7 +108,7 @@ msgid "To display the social media follow buttons bar on the front end of your w
108
  msgstr "Um die \"social media follow buttons bar\" am Front-End Ihrer Webseite anzuzeigen, befolgen Sie die folgenden Schritte:"
109
 
110
  #: inc/php/page.php:67
111
- msgid "Go to the \"Settings\" tab."
112
  msgstr "Gehen Sie zum Tab \"Einstellungen\"."
113
 
114
  #: inc/php/page.php:68
@@ -486,8 +486,8 @@ msgstr "Space X-Chimp"
486
  msgid "https://www.spacexchimp.com"
487
  msgstr "https://www.spacexchimp.com"
488
 
489
- #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
490
- #~ msgstr "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s Space X-Chimp %s."
491
 
492
  #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
493
  #~ msgstr "Meine Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort machen. Ich bin begeistert von meiner Arbeit, ich mag, was ich tue, und hoffe, dass Sie auch von meinen Projekten bereichert werden."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2018-09-26 19:33+0300\n"
7
+ "PO-Revision-Date: 2018-09-26 19:33+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
108
  msgstr "Um die \"social media follow buttons bar\" am Front-End Ihrer Webseite anzuzeigen, befolgen Sie die folgenden Schritte:"
109
 
110
  #: inc/php/page.php:67
111
+ msgid "Go to the \"Settings\" tab on this page."
112
  msgstr "Gehen Sie zum Tab \"Einstellungen\"."
113
 
114
  #: inc/php/page.php:68
486
  msgid "https://www.spacexchimp.com"
487
  msgstr "https://www.spacexchimp.com"
488
 
489
+ #~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
490
+ #~ msgstr "Hallo! Meine name ist %s Arthur %s und ich bin der Gründer von %s Space X-Chimp %s."
491
 
492
  #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
493
  #~ msgstr "Meine Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort machen. Ich bin begeistert von meiner Arbeit, ich mag, was ich tue, und hoffe, dass Sie auch von meinen Projekten bereichert werden."
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-08-07 01:40+0300\n"
7
- "PO-Revision-Date: 2018-08-07 01:40+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
@@ -108,7 +108,7 @@ msgid "To display the social media follow buttons bar on the front end of your w
108
  msgstr ""
109
 
110
  #: inc/php/page.php:67
111
- msgid "Go to the \"Settings\" tab."
112
  msgstr "Debes ir a la pestaña “Ajustes”."
113
 
114
  #: inc/php/page.php:68
@@ -486,8 +486,8 @@ msgstr "Space X-Chimp"
486
  msgid "https://www.spacexchimp.com"
487
  msgstr "https://www.spacexchimp.com"
488
 
489
- #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
490
- #~ msgstr "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-Chimp %s."
491
 
492
  #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
493
  #~ msgstr "Mi intención es crear proyectos que hagan de este mundo un lugar mejor. Soy realmente apasionado por mi trabajo, me gusta lo que estoy haciendo y espero que tú también te enriquezcas con mis proyectos."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2018-09-26 19:34+0300\n"
7
+ "PO-Revision-Date: 2018-09-26 19:34+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
108
  msgstr ""
109
 
110
  #: inc/php/page.php:67
111
+ msgid "Go to the \"Settings\" tab on this page."
112
  msgstr "Debes ir a la pestaña “Ajustes”."
113
 
114
  #: inc/php/page.php:68
486
  msgid "https://www.spacexchimp.com"
487
  msgstr "https://www.spacexchimp.com"
488
 
489
+ #~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
490
+ #~ msgstr "¡Hola! Mi nombre es %s Arthur %s y soy el fundador de %s Space X-Chimp %s."
491
 
492
  #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
493
  #~ msgstr "Mi intención es crear proyectos que hagan de este mundo un lugar mejor. Soy realmente apasionado por mi trabajo, me gusta lo que estoy haciendo y espero que tú también te enriquezcas con mis proyectos."
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-08-07 01:40+0300\n"
7
- "PO-Revision-Date: 2018-08-07 01:40+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
@@ -30,7 +30,7 @@ msgstr "Doe een gift"
30
 
31
  #: inc/php/core.php:52
32
  msgid "Social Media Follow Buttons"
33
- msgstr ""
34
 
35
  #: inc/php/items.php:1
36
  #, php-format
@@ -108,7 +108,7 @@ msgid "To display the social media follow buttons bar on the front end of your w
108
  msgstr ""
109
 
110
  #: inc/php/page.php:67
111
- msgid "Go to the \"Settings\" tab."
112
  msgstr ""
113
 
114
  #: inc/php/page.php:68
@@ -486,8 +486,8 @@ msgstr "Space X-Chimp"
486
  msgid "https://www.spacexchimp.com"
487
  msgstr "https://www.spacexchimp.com"
488
 
489
- #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
490
- #~ msgstr "Hallo! Mijn naam is %s Arthur Gareginyan %s en ik ben de oprichter van %s Space X-Chimp %s."
491
 
492
  #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
493
  #~ msgstr "Het is mijn bedoeling om projecten te maken die van deze wereld een betere plek maken. Ik ben echt gepassioneerd over mijn werk, ik vind het leuk wat ik doe en hoop dat je ook verrijkt zult worden door mijn projecten."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2018-09-26 19:34+0300\n"
7
+ "PO-Revision-Date: 2018-09-26 19:34+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
30
 
31
  #: inc/php/core.php:52
32
  msgid "Social Media Follow Buttons"
33
+ msgstr "Social Media Follow Buttons"
34
 
35
  #: inc/php/items.php:1
36
  #, php-format
108
  msgstr ""
109
 
110
  #: inc/php/page.php:67
111
+ msgid "Go to the \"Settings\" tab on this page."
112
  msgstr ""
113
 
114
  #: inc/php/page.php:68
486
  msgid "https://www.spacexchimp.com"
487
  msgstr "https://www.spacexchimp.com"
488
 
489
+ #~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
490
+ #~ msgstr "Hallo! Mijn naam is %s Arthur %s en ik ben de oprichter van %s Space X-Chimp %s."
491
 
492
  #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
493
  #~ msgstr "Het is mijn bedoeling om projecten te maken die van deze wereld een betere plek maken. Ik ben echt gepassioneerd over mijn werk, ik vind het leuk wat ik doe en hoop dat je ook verrijkt zult worden door mijn projecten."
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-08-07 01:40+0300\n"
7
- "PO-Revision-Date: 2018-08-07 01:40+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
@@ -108,7 +108,7 @@ msgid "To display the social media follow buttons bar on the front end of your w
108
  msgstr "Чтобы отобразить панель социальных кнопок на передней панели вашего веб-сайта, просто выполните следующие действия:"
109
 
110
  #: inc/php/page.php:67
111
- msgid "Go to the \"Settings\" tab."
112
  msgstr "Перейдите на вкладку «Настройки»."
113
 
114
  #: inc/php/page.php:68
@@ -486,8 +486,8 @@ msgstr "Space X-Chimp"
486
  msgid "https://www.spacexchimp.com"
487
  msgstr "https://www.spacexchimp.com"
488
 
489
- #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
490
- #~ msgstr "Привет! Меня зовут %s Артур Гарегинян %s и Я основатель %s Space X-Chimp %s."
491
 
492
  #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
493
  #~ msgstr "Я намерен создать проекты, которые сделают этот мир лучшим местом. Я очень увлечен своей работой, мне нравится то, что Я делаю и надеюсь, что вы тоже станете лучше благодаря моим проектам."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2018-09-26 19:34+0300\n"
7
+ "PO-Revision-Date: 2018-09-26 19:34+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
108
  msgstr "Чтобы отобразить панель социальных кнопок на передней панели вашего веб-сайта, просто выполните следующие действия:"
109
 
110
  #: inc/php/page.php:67
111
+ msgid "Go to the \"Settings\" tab on this page."
112
  msgstr "Перейдите на вкладку «Настройки»."
113
 
114
  #: inc/php/page.php:68
486
  msgid "https://www.spacexchimp.com"
487
  msgstr "https://www.spacexchimp.com"
488
 
489
+ #~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
490
+ #~ msgstr "Привет! Меня зовут %s Артур %s и Я основатель %s Space X-Chimp %s."
491
 
492
  #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
493
  #~ msgstr "Я намерен создать проекты, которые сделают этот мир лучшим местом. Я очень увлечен своей работой, мне нравится то, что Я делаю и надеюсь, что вы тоже станете лучше благодаря моим проектам."
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-08-07 01:40+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -106,7 +106,7 @@ msgid "To display the social media follow buttons bar on the front end of your w
106
  msgstr ""
107
 
108
  #: inc/php/page.php:67
109
- msgid "Go to the \"Settings\" tab."
110
  msgstr ""
111
 
112
  #: inc/php/page.php:68
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-09-26 19:34+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
106
  msgstr ""
107
 
108
  #: inc/php/page.php:67
109
+ msgid "Go to the \"Settings\" tab on this page."
110
  msgstr ""
111
 
112
  #: inc/php/page.php:68
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.41
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -277,10 +277,18 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
277
 
278
  * [Developer website](https://www.spacexchimp.com)
279
  * [Dedicated plugin page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
 
280
 
281
 
282
  == Changelog ==
283
 
 
 
 
 
 
 
 
284
  = 4.41 =
285
  * Some texts are updated.
286
  * Translation files are updated.
@@ -468,7 +476,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
468
  * Code commenting improved.
469
  * Load of the additional remote CSS file removed from the admin.js file.
470
  * Changed the sorting of enqueueing of scripts.
471
- * The ''Family' page tab renamed to 'Store'.
472
  * Added ad banner of my store website.
473
 
474
  = 4.14 =
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.42
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
277
 
278
  * [Developer website](https://www.spacexchimp.com)
279
  * [Dedicated plugin page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
280
+ * [Dedicated plugin page on WordPress.org](https://wordpress.org/plugins/social-media-buttons-toolbar/)
281
 
282
 
283
  == Changelog ==
284
 
285
+ = 4.42 =
286
+ * Improved code to reset CSS styles to "default " for the buttons bar elements.
287
+ * Code commenting improved.
288
+ * CSS code, which is located in the file "admin.css" and is related to the "FAQ" section, is improved.
289
+ * Some texts are updated.
290
+ * Translation files are updated.
291
+
292
  = 4.41 =
293
  * Some texts are updated.
294
  * Translation files are updated.
476
  * Code commenting improved.
477
  * Load of the additional remote CSS file removed from the admin.js file.
478
  * Changed the sorting of enqueueing of scripts.
479
+ * The 'Family' page tab renamed to 'Store'.
480
  * Added ad banner of my store website.
481
 
482
  = 4.14 =
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.41
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.42
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/