Social Share Icons & Social Share Buttons - Version 3.5.5

Version Description

  • Minor bug fixes and improvements
Download this release

Release Info

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

Code changes from version 3.5.4 to 3.5.5

libs/sfsi_install_uninstall.php CHANGED
@@ -446,6 +446,11 @@ function sfsi_plus_update_plugin()
446
  if(!isset($option5['sfsi_plus_featured_image_rss'])){
447
  $option5['sfsi_plus_featured_image_rss'] = 'no';
448
  }
 
 
 
 
 
449
  update_option('sfsi_plus_section5_options', serialize($option5));
450
  }
451
 
446
  if(!isset($option5['sfsi_plus_featured_image_rss'])){
447
  $option5['sfsi_plus_featured_image_rss'] = 'no';
448
  }
449
+
450
+ if(!isset($option5['sfsi_plus_icons_AddNoopener'])){
451
+ $option5['sfsi_plus_icons_AddNoopener'] = 'no';
452
+ }
453
+
454
  update_option('sfsi_plus_section5_options', serialize($option5));
455
  }
456
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: socialsharepro, socialtech
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: 6.0.2
6
- Stable tag: 3.5.4
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  
@@ -298,6 +298,9 @@ The premium plugin offrs many more social buttons from other social media platfo
298
 
299
  == Changelog ==
300
 
 
 
 
301
  = 3.5.4 =
302
  * Added TasteWP Integration
303
 
@@ -906,9 +909,5 @@ The premium plugin offrs many more social buttons from other social media platfo
906
  * First release
907
 
908
  == Upgrade Notice ==
909
- = 3.5.4 =
910
- * Added support for no-opener tag on links
911
- * Added support for twitter:image tag
912
- * Fixed an issue of plugin breaking the widget page
913
- * Added TasteWP Integration
914
- * Fixed an issue of plugin breaking the widget page
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: 6.0.2
6
+ Stable tag: 3.5.5
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  
298
 
299
  == Changelog ==
300
 
301
+ = 3.5.5 =
302
+ * Minor bug fixes and improvements
303
+
304
  = 3.5.4 =
305
  * Added TasteWP Integration
306
 
909
  * First release
910
 
911
  == Upgrade Notice ==
912
+ = 3.5.5 =
913
+ * Minor bug fixes and improvements
 
 
 
 
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.5.4
11
  License: GPLv2
12
  */
13
  if (!function_exists('get_plugins')) {
@@ -27,12 +27,13 @@ if (!is_plugin_active('Ultimate-Premium-Plugin/usm_premium_icons.php')) {
27
 
28
  global $wpdb;
29
  /* define the Root for URL and Document */
30
- define( 'SFSI_PLUS_PLUGIN_VERSION', '3.5.4' );
31
  define('SFSI_PLUS_DOCROOT', dirname(__FILE__));
32
  // define('SFSI_PLUS_PLUGURL', plugin_dir_url(__FILE__));
33
  define('SFSI_PLUS_PLUGURL', site_url() . '/wp-content/plugins/ultimate-social-media-plus/');
34
  define('SFSI_PLUS_WEBROOT', str_replace(getcwd(), home_url(), dirname(__FILE__)));
35
  define('SFSI_PLUS_SUPPORT_FORM', 'https://goo.gl/jySrSF');
 
36
 
37
  $wp_upload_dir = wp_upload_dir();
38
  define('SFSI_PLUS_UPLOAD_DIR_BASEURL', trailingslashit($wp_upload_dir['baseurl']));
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://socialshare.pro/
10
+ Version: 3.5.5
11
  License: GPLv2
12
  */
13
  if (!function_exists('get_plugins')) {
27
 
28
  global $wpdb;
29
  /* define the Root for URL and Document */
30
+ define( 'SFSI_PLUS_PLUGIN_VERSION', '3.5.5' );
31
  define('SFSI_PLUS_DOCROOT', dirname(__FILE__));
32
  // define('SFSI_PLUS_PLUGURL', plugin_dir_url(__FILE__));
33
  define('SFSI_PLUS_PLUGURL', site_url() . '/wp-content/plugins/ultimate-social-media-plus/');
34
  define('SFSI_PLUS_WEBROOT', str_replace(getcwd(), home_url(), dirname(__FILE__)));
35
  define('SFSI_PLUS_SUPPORT_FORM', 'https://goo.gl/jySrSF');
36
+ define('SFSI_PLUS_DOMAIN', 'ultimate-social-media-plus' );
37
 
38
  $wp_upload_dir = wp_upload_dir();
39
  define('SFSI_PLUS_UPLOAD_DIR_BASEURL', trailingslashit($wp_upload_dir['baseurl']));