Social Media Follow Buttons Bar - Version 1.1

Version Description

  • Authors URI changed.
  • Icons updated.
Download this release

Release Info

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

Code changes from version 1.0 to 1.1

inc/settings_page.php CHANGED
@@ -8,7 +8,7 @@ defined('ABSPATH') or die("Restricted access!");
8
  /**
9
  * Render Settings Page
10
  *
11
- * @since 1.0
12
  */
13
  function smbtoolbar_render_submenu_page() {
14
 
@@ -33,7 +33,7 @@ function smbtoolbar_render_submenu_page() {
33
  <?php _e( 'Social Media Buttons Toolbar', 'smbtoolbar' ); ?>
34
  <br/>
35
  <span>
36
- <?php _e( 'by <a href="http://mycyberuniverse.com/author.html" target="_blank">Arthur "Berserkr" Gareginyan</a>', 'smbtoolbar' ); ?>
37
  <span/>
38
  </h2>
39
 
@@ -235,4 +235,4 @@ function smbtoolbar_render_submenu_page() {
235
 
236
  </div>
237
  <?php
238
- }
8
  /**
9
  * Render Settings Page
10
  *
11
+ * @since 1.1
12
  */
13
  function smbtoolbar_render_submenu_page() {
14
 
33
  <?php _e( 'Social Media Buttons Toolbar', 'smbtoolbar' ); ?>
34
  <br/>
35
  <span>
36
+ <?php _e( 'by <a href="http://www.arthurgareginyan.com" target="_blank">Arthur "Berserkr" Gareginyan</a>', 'smbtoolbar' ); ?>
37
  <span/>
38
  </h2>
39
 
235
 
236
  </div>
237
  <?php
238
+ }
inc/social-media-icons/codepen.png CHANGED
Binary file
inc/social-media-icons/facebook.png CHANGED
Binary file
inc/social-media-icons/wordpress.png CHANGED
Binary file
languages/smbtoolbar-ru_RU.po CHANGED
@@ -32,10 +32,10 @@ msgstr ""
32
 
33
  #: inc/settings_page.php:36
34
  msgid ""
35
- "by <a href=\"http://mycyberuniverse.com/author.html\" target=\"_blank"
36
  "\">Arthur \"Berserkr\" Gareginyan</a>"
37
  msgstr ""
38
- "от <a href=“http://mycyberuniverse.com/author.html” target=“_blank”>Артур "
39
  "“Berserkr” Гарегинян</a>"
40
 
41
  #: inc/settings_page.php:47
@@ -143,5 +143,5 @@ msgid "Arthur \"Berserkr\" Gareginyan"
143
  msgstr "Артур “Берсеркр” Гарегинян"
144
 
145
  #. Author URI of the plugin/theme
146
- msgid "http://mycyberuniverse.com/author.html"
147
  msgstr ""
32
 
33
  #: inc/settings_page.php:36
34
  msgid ""
35
+ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank"
36
  "\">Arthur \"Berserkr\" Gareginyan</a>"
37
  msgstr ""
38
+ "от <a href=“http://www.arthurgareginyan.com” target=“_blank”>Артур "
39
  "“Berserkr” Гарегинян</a>"
40
 
41
  #: inc/settings_page.php:47
143
  msgstr "Артур “Берсеркр” Гарегинян"
144
 
145
  #. Author URI of the plugin/theme
146
+ msgid "http://www.arthurgareginyan.com"
147
  msgstr ""
languages/smbtoolbar.pot CHANGED
@@ -31,7 +31,7 @@ msgstr ""
31
 
32
  #: inc/settings_page.php:36
33
  msgid ""
34
- "by <a href=\"http://mycyberuniverse.com/author.html\" target=\"_blank"
35
  "\">Arthur \"Berserkr\" Gareginyan</a>"
36
  msgstr ""
37
 
@@ -125,5 +125,5 @@ msgid "Arthur \"Berserkr\" Gareginyan"
125
  msgstr ""
126
 
127
  #. Author URI of the plugin/theme
128
- msgid "http://mycyberuniverse.com/author.html"
129
  msgstr ""
31
 
32
  #: inc/settings_page.php:36
33
  msgid ""
34
+ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank"
35
  "\">Arthur \"Berserkr\" Gareginyan</a>"
36
  msgstr ""
37
 
125
  msgstr ""
126
 
127
  #. Author URI of the plugin/theme
128
+ msgid "http://www.arthurgareginyan.com"
129
  msgstr ""
readme.txt CHANGED
@@ -134,14 +134,14 @@ Please visit [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-p
134
 
135
  == Other Notes ==
136
 
137
- "Social Media Buttons Toolbar" is one of the personal software projects of Arthur Gareginyan.
138
 
139
  **License**
140
 
141
  This plugin is open-sourced software licensed under the [GNU General Public License, version 3 (GPLv3)](http://www.gnu.org/licenses/gpl-3.0.html) and is distributed free of charge.
142
  Commercial licensing (e.g. for projects that can’t use an open-source license) is available upon request.
143
 
144
- **Icons**
145
 
146
  Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2) by Ivlichev Victor Petrovich is licensed under the Creative Commons (Attribution 3.0 Unported).
147
 
@@ -156,11 +156,14 @@ Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2
156
 
157
  **Links**
158
 
159
- * [Developer Website](http://mycyberuniverse.com)
160
  * [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-social-media-buttons-toolbar.html)
161
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
162
 
163
- == Changelog ==
 
 
 
164
  = 1.0 =
165
  * Initial release.
166
  * Added ready for translation (.pot file included).
@@ -174,3 +177,6 @@ Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2
174
 
175
 
176
  == Upgrade Notice ==
 
 
 
134
 
135
  == Other Notes ==
136
 
137
+ "Social Media Buttons Toolbar" is one of the personal software projects of [Arthur Gareginyan](http://www.arthurgareginyan.com).
138
 
139
  **License**
140
 
141
  This plugin is open-sourced software licensed under the [GNU General Public License, version 3 (GPLv3)](http://www.gnu.org/licenses/gpl-3.0.html) and is distributed free of charge.
142
  Commercial licensing (e.g. for projects that can’t use an open-source license) is available upon request.
143
 
144
+ **Credits**
145
 
146
  Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2) by Ivlichev Victor Petrovich is licensed under the Creative Commons (Attribution 3.0 Unported).
147
 
156
 
157
  **Links**
158
 
159
+ * [Developer Website](http://www.arthurgareginyan.com)
160
  * [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-social-media-buttons-toolbar.html)
161
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
162
 
163
+ == Changelog ==
164
+ = 1.1 =
165
+ * Authors URI changed.
166
+ * Icons updated.
167
  = 1.0 =
168
  * Initial release.
169
  * Added ready for translation (.pot file included).
177
 
178
 
179
  == Upgrade Notice ==
180
+ = 1.1 =
181
+ * Authors URI changed.
182
+ * Icons updated.
social-media-buttons-toolbar.php CHANGED
@@ -4,8 +4,8 @@
4
  * Plugin URI: http://mycyberuniverse.com/my_programs/wp-plugin-social-media-buttons-toolbar.html
5
  * Description: Easily add the smart toolbar with social media buttons (not share, only link to your profiles) to any place of your WordPress web-site.
6
  * Author: Arthur "Berserkr" Gareginyan
7
- * Author URI: http://mycyberuniverse.com/author.html
8
- * Version: 1.0
9
  * License: GPL3
10
  * Text Domain: smbtoolbar
11
  * Domain Path: /languages/
@@ -357,4 +357,4 @@ function smbtoolbar_uninstall() {
357
  register_uninstall_hook( __FILE__, 'smbtoolbar_uninstall' );
358
 
359
  /* That's all folks! */
360
- ?>
4
  * Plugin URI: http://mycyberuniverse.com/my_programs/wp-plugin-social-media-buttons-toolbar.html
5
  * Description: Easily add the smart toolbar with social media buttons (not share, only link to your profiles) to any place of your WordPress web-site.
6
  * Author: Arthur "Berserkr" Gareginyan
7
+ * Author URI: http://www.arthurgareginyan.com
8
+ * Version: 1.1
9
  * License: GPL3
10
  * Text Domain: smbtoolbar
11
  * Domain Path: /languages/
357
  register_uninstall_hook( __FILE__, 'smbtoolbar_uninstall' );
358
 
359
  /* That's all folks! */
360
+ ?>