Version Description
- Design updates for Gutenberg
- Security updates
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
Version | 3.0.2 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0.2
- libs/sfsi_install_uninstall.php +1 -1
- readme.txt +5 -3
- ultimate_social_media_icons.php +1 -1
libs/sfsi_install_uninstall.php
CHANGED
@@ -12,7 +12,7 @@ function sfsi_plus_update_plugin()
|
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
-
update_option("sfsi_plus_pluginVersion", "3.
|
16 |
|
17 |
if(!get_option('sfsi_plus_serverphpVersionnotification'))
|
18 |
{
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_plus_pluginVersion", "3.02");
|
16 |
|
17 |
if(!get_option('sfsi_plus_serverphpVersionnotification'))
|
18 |
{
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: socialsharepro
|
|
3 |
Tags: Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.0.2
|
6 |
-
Stable tag: 3.0.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -444,7 +444,9 @@ The premium plugin offrs many more social buttons from other social media platfo
|
|
444 |
|
445 |
|
446 |
== Changelog ==
|
447 |
-
|
|
|
|
|
448 |
* Design updates for Gutenberg
|
449 |
* Security updates
|
450 |
|
@@ -804,5 +806,5 @@ The premium plugin offrs many more social buttons from other social media platfo
|
|
804 |
|
805 |
== Upgrade Notice ==
|
806 |
|
807 |
-
= 3.0.
|
808 |
* Please update
|
3 |
Tags: Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.0.2
|
6 |
+
Stable tag: 3.0.2
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
444 |
|
445 |
|
446 |
== Changelog ==
|
447 |
+
|
448 |
+
|
449 |
+
= 3.0.2 =
|
450 |
* Design updates for Gutenberg
|
451 |
* Security updates
|
452 |
|
806 |
|
807 |
== Upgrade Notice ==
|
808 |
|
809 |
+
= 3.0.2 =
|
810 |
* Please update
|
ultimate_social_media_icons.php
CHANGED
@@ -7,7 +7,7 @@ Author: social share pro
|
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://socialshare.pro/
|
10 |
-
Version: 3.0.
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://socialshare.pro/
|
10 |
+
Version: 3.0.2
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|