Social Share Icons & Social Share Buttons - Version 3.0.9

Version Description

  • Update: Woocommerce resolved conflict resulted in other conflicts - fixed.
Download this release

Release Info

Developer socialdude
Plugin Icon 128x128 Social Share Icons & Social Share Buttons
Version 3.0.9
Comparing to
See all releases

Code changes from version 3.0.8 to 3.0.9

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.08");
16
 
17
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
18
  {
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_plus_pluginVersion", "3.09");
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.1
6
- Stable tag: 3.0.8
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -446,6 +446,10 @@ The premium plugin offrs many more social buttons from other social media platfo
446
 
447
 
448
  == Changelog ==
 
 
 
 
449
  = 3.0.8 =
450
  * Update: Critical Security Patch.
451
  * Update: Resolved Conflict with woocommerce auto update.
@@ -836,5 +840,5 @@ The premium plugin offrs many more social buttons from other social media platfo
836
 
837
  == Upgrade Notice ==
838
 
839
- = 3.0.8 =
840
  * 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.1
6
+ Stable tag: 3.0.9
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
446
 
447
 
448
  == Changelog ==
449
+
450
+ = 3.0.9 =
451
+ * Update: Woocommerce resolved conflict resulted in other conflicts - fixed.
452
+
453
  = 3.0.8 =
454
  * Update: Critical Security Patch.
455
  * Update: Resolved Conflict with woocommerce auto update.
840
 
841
  == Upgrade Notice ==
842
 
843
+ = 3.0.9 =
844
  * 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.8
11
  License: GPLv2
12
  */
13
 
@@ -105,7 +105,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
105
  //register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
106
 
107
  /*Plugin version setup*/
108
- if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 3.08)
109
  {
110
  add_action("init", "sfsi_plus_update_plugin");
111
  }
@@ -199,7 +199,7 @@ function sfsi_plus_checkmetas()
199
  if ( is_admin() )
200
  {
201
  // sfsi_plus_checkmetas();
202
- add_action('after_setup_theme', 'sfsi_checkmetas');
203
  }
204
 
205
  add_action('wp_head', 'ultimateplusfbmetatags');
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://socialshare.pro/
10
+ Version: 3.0.9
11
  License: GPLv2
12
  */
13
 
105
  //register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
106
 
107
  /*Plugin version setup*/
108
+ if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 3.09)
109
  {
110
  add_action("init", "sfsi_plus_update_plugin");
111
  }
199
  if ( is_admin() )
200
  {
201
  // sfsi_plus_checkmetas();
202
+ add_action('after_setup_theme', 'sfsi_plus_checkmetas',10);
203
  }
204
 
205
  add_action('wp_head', 'ultimateplusfbmetatags');