Version Description
- Jul 16, 2019 =
- Fixed: Prints a warning since PHP/7.1: "Notice: A non well formed numeric value encountered in /inc/php/versioning.php on line 43".
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 4.54.1 |
Comparing to | |
See all releases |
Code changes from version 4.54 to 4.54.1
- humans.txt +1 -1
- inc/php/versioning.php +2 -2
- readme.txt +5 -2
- social-media-buttons-toolbar.php +1 -1
humans.txt
CHANGED
@@ -29,5 +29,5 @@
|
|
29 |
Monica K.
|
30 |
|
31 |
/* META */
|
32 |
-
Last update:
|
33 |
See: http://humanstxt.org/
|
29 |
Monica K.
|
30 |
|
31 |
/* META */
|
32 |
+
Last update: 2019/02/21
|
33 |
See: http://humanstxt.org/
|
inc/php/versioning.php
CHANGED
@@ -37,10 +37,10 @@ function spacexchimp_p005_versioning() {
|
|
37 |
$version_db = substr( $version_db, 0, 4 );
|
38 |
$version_files = substr( $version_files, 0, 4 );
|
39 |
if ( ! is_numeric( $version_db ) ) {
|
40 |
-
$version_db = number_format( floor( $version_db * 100 ) / 100, 1, '.', '' );
|
41 |
}
|
42 |
if ( ! is_numeric( $version_files ) ) {
|
43 |
-
$version_files = number_format( floor( $version_files * 100 ) / 100, 1, '.', '' );
|
44 |
}
|
45 |
|
46 |
// Count the number of decimal digits in version number
|
37 |
$version_db = substr( $version_db, 0, 4 );
|
38 |
$version_files = substr( $version_files, 0, 4 );
|
39 |
if ( ! is_numeric( $version_db ) ) {
|
40 |
+
$version_db = number_format( floor( floatval( $version_db ) * 100 ) / 100, 1, '.', '' );
|
41 |
}
|
42 |
if ( ! is_numeric( $version_files ) ) {
|
43 |
+
$version_files = number_format( floor( floatval( $version_files ) * 100 ) / 100, 1, '.', '' );
|
44 |
}
|
45 |
|
46 |
// Count the number of decimal digits in version number
|
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.2
|
7 |
-
Stable tag: 4.54
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -295,7 +295,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
295 |
|
296 |
* The icon of plugin is a copyrighted image created by the [Space X-Chimp](https://www.spacexchimp.com) team. (C) All rights reserved.
|
297 |
* The banner of plugin is a copyrighted image created by the [Space X-Chimp](https://www.spacexchimp.com) team. (C) All rights reserved.
|
298 |
-
* The Entrepreneur image that used on banner is from [Pixabay](https://pixabay.com/
|
299 |
* Icons [blackberry-world.png, iheart.png, livestream.png, tunein.png, untappd.png, about-me.png, facebook-group.png, stitcher.png, strava.png, wechat.png, weibo.png, feedsfloor.png, bitbucket.png, dailypaintworks.png, flipboard.png, gab.png, minds.png, theknot.png, viber.png, etsy.png, tripadvisor.png, stackoverflow.png, stackexchange.png, wattpad.png, itunes-podcasts.png, email.png, facebook.png, linkedin.png, google-play.png, itch.png, mastodon.png, remind.png, trademe.png, vsco.png, hireology.png, kompoz.png, soundblend.png, itunes.png, apple-music.png, medium.png, 500px.png, behance.png, polyvore.png, yellowpages.png, mixer.png, telephone.png, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, wordpress.png, twitter.png, imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, amazon.png, bookbub.png, goodreads.png, reddit.png, meetup.png, codepen.png, askfm.png, ebay.png, hangouts.png, houzz.png, quora.png, steemit.png, theartstack.png, instagram.png, patreon.png, bandcamp.png, youtube-gaming.png, xing.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](https://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
|
300 |
* Icons [flickr.png, google-plus.png, vimeo.png, blogger.png, livejournal.png, pinterest.png, tumblr.png, soundcloud.png, spotify.png, yelp.png, vkontakte.png, odnoklassniki.png, telegram.png, github.png, skype.png, website.png, rss-feed.png](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
|
301 |
* [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
@@ -310,6 +310,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
310 |
|
311 |
== Changelog ==
|
312 |
|
|
|
|
|
|
|
313 |
= 4.54 - Apr 9, 2019 =
|
314 |
* Improvement: The options on the plugin settings page are better named, described, sorted and grouped.
|
315 |
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.2
|
7 |
+
Stable tag: 4.54.1
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
295 |
|
296 |
* The icon of plugin is a copyrighted image created by the [Space X-Chimp](https://www.spacexchimp.com) team. (C) All rights reserved.
|
297 |
* The banner of plugin is a copyrighted image created by the [Space X-Chimp](https://www.spacexchimp.com) team. (C) All rights reserved.
|
298 |
+
* The Entrepreneur image that used on banner is from [Pixabay](https://pixabay.com/photos/entrepreneur-start-start-up-career-696976/) and licensed under the [Creative Commons CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
|
299 |
* Icons [blackberry-world.png, iheart.png, livestream.png, tunein.png, untappd.png, about-me.png, facebook-group.png, stitcher.png, strava.png, wechat.png, weibo.png, feedsfloor.png, bitbucket.png, dailypaintworks.png, flipboard.png, gab.png, minds.png, theknot.png, viber.png, etsy.png, tripadvisor.png, stackoverflow.png, stackexchange.png, wattpad.png, itunes-podcasts.png, email.png, facebook.png, linkedin.png, google-play.png, itch.png, mastodon.png, remind.png, trademe.png, vsco.png, hireology.png, kompoz.png, soundblend.png, itunes.png, apple-music.png, medium.png, 500px.png, behance.png, polyvore.png, yellowpages.png, mixer.png, telephone.png, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, wordpress.png, twitter.png, imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, amazon.png, bookbub.png, goodreads.png, reddit.png, meetup.png, codepen.png, askfm.png, ebay.png, hangouts.png, houzz.png, quora.png, steemit.png, theartstack.png, instagram.png, patreon.png, bandcamp.png, youtube-gaming.png, xing.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](https://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
|
300 |
* Icons [flickr.png, google-plus.png, vimeo.png, blogger.png, livejournal.png, pinterest.png, tumblr.png, soundcloud.png, spotify.png, yelp.png, vkontakte.png, odnoklassniki.png, telegram.png, github.png, skype.png, website.png, rss-feed.png](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
|
301 |
* [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
310 |
|
311 |
== Changelog ==
|
312 |
|
313 |
+
= 4.54.1 - Jul 16, 2019 =
|
314 |
+
* Fixed: Prints a warning since PHP/7.1: "Notice: A non well formed numeric value encountered in /inc/php/versioning.php on line 43".
|
315 |
+
|
316 |
= 4.54 - Apr 9, 2019 =
|
317 |
* Improvement: The options on the plugin settings page are better named, described, sorted and grouped.
|
318 |
|
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.54
|
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.54.1
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|