From f422c5dfb34952f0f3a2d762e09ed39e796276d2 Mon Sep 17 00:00:00 2001 From: Arthur Gareginyan Date: Wed, 21 Jun 2017 16:04:55 +0300 Subject: [PATCH] Plugin updated to version 4.12.1 --- inc/css/admin.css | 2 +- inc/css/frontend.css | 4 ++-- inc/js/admin.js | 12 +++++----- inc/php/messages.php | 4 ++-- inc/php/page.php | 6 ++--- inc/php/settings.php | 4 ++-- .../social-media-buttons-toolbar-es_ES.mo | Bin 12602 -> 12604 bytes .../social-media-buttons-toolbar-es_ES.po | 12 +++++----- .../social-media-buttons-toolbar-ru_RU.mo | Bin 19166 -> 19168 bytes .../social-media-buttons-toolbar-ru_RU.po | 16 ++++++------- languages/social-media-buttons-toolbar.pot | 4 ++-- readme.txt | 21 ++++++++++-------- social-media-buttons-toolbar.php | 6 ++--- 13 files changed, 47 insertions(+), 44 deletions(-) diff --git a/inc/css/admin.css b/inc/css/admin.css index 4fb7134..3c740df 100644 --- a/inc/css/admin.css +++ b/inc/css/admin.css @@ -3,7 +3,7 @@ * * @package Social Media Follow Buttons Bar * @uthor Arthur Gareginyan - * @link http://www.arthurgareginyan.com + * @link https://www.arthurgareginyan.com * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved. * @since 4.11 */ diff --git a/inc/css/frontend.css b/inc/css/frontend.css index e1b87c5..064d9ec 100644 --- a/inc/css/frontend.css +++ b/inc/css/frontend.css @@ -1,9 +1,9 @@ /* - * WP plugin 'Social Media Follow Buttons Bar' by Arthur Gareginyan ( http://www.arthurgareginyan.com ). + * WP plugin 'Social Media Follow Buttons Bar' by Arthur Gareginyan ( https://www.arthurgareginyan.com ). * * @package Social Media Follow Buttons Bar * @uthor Arthur Gareginyan - * @link http://www.arthurgareginyan.com + * @link https://www.arthurgareginyan.com * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved. * @since 4.2 */ diff --git a/inc/js/admin.js b/inc/js/admin.js index 118eae0..e622f02 100644 --- a/inc/js/admin.js +++ b/inc/js/admin.js @@ -3,9 +3,9 @@ * * @package Social Media Follow Buttons Bar * @uthor Arthur Gareginyan - * @link http://www.arthurgareginyan.com + * @link https://www.arthurgareginyan.com * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved. - * @since 4.2 + * @since 4.12.1 */ @@ -24,10 +24,10 @@ jQuery(document).ready(function($) { $(':checkbox').checkboxpicker(); // Dynamic content - $( ".include-tab-author" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-author" ); - $( ".include-tab-support" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-support" ); - $( ".include-tab-family" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-family" ); - $( ".additional-css" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/styles.html" ); + $( ".include-tab-author" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-author" ); + $( ".include-tab-support" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-support" ); + $( ".include-tab-family" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-family" ); + $( ".additional-css" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/styles.html" ); // Add questions and answers into spoilers and color them in different colors $(".panel-group .panel").each(function(i) { diff --git a/inc/php/messages.php b/inc/php/messages.php index 4a891bb..925c1a9 100644 --- a/inc/php/messages.php +++ b/inc/php/messages.php @@ -10,7 +10,7 @@ /** * Hello message - Bootstrap Modal * - * @since 4.10 + * @since 4.12.1 */ function smbtoolbar_hello_message() { @@ -25,7 +25,7 @@ function smbtoolbar_hello_message() {