WP Socializer - Version 6.0.1

Version Description

  • Fix: WhatsApp, Blogger, FB Messenger, RSS icon, Telegram, Tumblr, VKontakte, Wechat, Weibo icons were missing in "follow icons" list.
Download this release

Release Info

Developer vaakash
Plugin Icon 128x128 WP Socializer
Version 6.0.1
Comparing to
See all releases

Code changes from version 6.0 to 6.0.1

Files changed (4) hide show
  1. core/includes.php +1 -1
  2. core/lists.php +9 -9
  3. readme.txt +7 -4
  4. wpsr.php +2 -2
core/includes.php CHANGED
@@ -13,7 +13,7 @@ class WPSR_Includes{
13
 
14
  public static function init(){
15
 
16
- self::register_defaults();
17
 
18
  // Print CSS in header
19
  add_action( 'wp_enqueue_scripts' , array( __CLASS__, 'print_styles' ) );
13
 
14
  public static function init(){
15
 
16
+ add_action( 'init', array( __class__, 'register_defaults') );
17
 
18
  // Print CSS in header
19
  add_action( 'wp_enqueue_scripts' , array( __CLASS__, 'print_styles' ) );
core/lists.php CHANGED
@@ -130,7 +130,7 @@ class WPSR_Lists{
130
  'icon' => array('fa4' => 'fa fa-rss', 'fa5' => 'fa fa-rss-square'),
131
  'link' => 'https://www.blogger.com/blog-this.g?u={url}&n={title}&t={excerpt}',
132
  'options' => array(),
133
- 'features' => array( 'for_share', 'for_tsb' ),
134
  'colors' => array( '#FF6501' ),
135
  ),
136
 
@@ -233,7 +233,7 @@ class WPSR_Lists{
233
  'link' => 'https://www.facebook.com/dialog/send?app_id={fb-app-id}&link={url}&redirect_uri={url}',
234
  'link_mobile' => 'fb-messenger://share?link={url}',
235
  'options' => array(),
236
- 'features' => array( 'mobile_only', 'for_share' ),
237
  'colors' => array( '#2998ff' ),
238
  ),
239
 
@@ -443,7 +443,7 @@ class WPSR_Lists{
443
  'icon' => array('fa4'=> 'fa fa-rss', 'fa5' => 'fa fa-rss'),
444
  'link' => '{rss-url}',
445
  'options' => array(),
446
- 'features' => array( 'internal' ),
447
  'colors' => array( '#FF7B0A' ),
448
  ),
449
 
@@ -514,7 +514,7 @@ class WPSR_Lists{
514
  'icon' => array('fa4'=> 'fa fa-telegram', 'fa5' => 'fab fa-telegram-plane'),
515
  'link' => 'https://telegram.me/share/url?url={url}&text={title}',
516
  'options' => array(),
517
- 'features' => array( 'mobile_only', 'for_share' ),
518
  'colors' => array( '#179cde' ),
519
  ),
520
 
@@ -524,7 +524,7 @@ class WPSR_Lists{
524
  'icon' => array('fa4'=> 'fa fa-tumblr', 'fa5' => 'fab fa-tumblr'),
525
  'link' => 'https://www.tumblr.com/share?v=3&u={url}&t={title}&s={excerpt}',
526
  'options' => array(),
527
- 'features' => array( 'for_share', 'for_tsb' ),
528
  'colors' => array( '#314358' ),
529
  ),
530
 
@@ -565,7 +565,7 @@ class WPSR_Lists{
565
  'icon' => array('fa4'=> 'fa fa-vk', 'fa5' => 'fab fa-vk'),
566
  'link' => 'https://vk.com/share.php?url={url}&title={title}&description={excerpt}',
567
  'options' => array(),
568
- 'features' => array( 'for_share', 'for_tsb' ),
569
  'colors' => array( '#4C75A3' ),
570
  ),
571
 
@@ -575,7 +575,7 @@ class WPSR_Lists{
575
  'icon' => array('fa4'=> 'fa fa-wechat', 'fa5' => 'fab fa-weixin'),
576
  'link' => 'weixin://dl/chat?text={url}',
577
  'options' => array(),
578
- 'features' => array( 'mobile_only', 'for_share' ),
579
  'colors' => array( '#7BB32E' ),
580
  ),
581
 
@@ -586,7 +586,7 @@ class WPSR_Lists{
586
  'link' => 'https://service.weibo.com/share/share.php?url={url}&title={title}',
587
  'link_tsb' => 'https://service.weibo.com/share/share.php?url={url}&title={excerpt}',
588
  'options' => array(),
589
- 'features' => array( 'for_share', 'for_tsb' ),
590
  'colors' => array( '#E6162D' ),
591
  ),
592
 
@@ -598,7 +598,7 @@ class WPSR_Lists{
598
  'link_tsb' => 'https://api.whatsapp.com/send?text={excerpt}%20{url}',
599
  'link_mobile' => 'whatsapp://send?text={title}%20-%20{url}',
600
  'options' => array(),
601
- 'features' => array( 'for_share', 'for_tsb' ),
602
  'colors' => array( '#60b82d' ),
603
  ),
604
 
130
  'icon' => array('fa4' => 'fa fa-rss', 'fa5' => 'fa fa-rss-square'),
131
  'link' => 'https://www.blogger.com/blog-this.g?u={url}&n={title}&t={excerpt}',
132
  'options' => array(),
133
+ 'features' => array( 'for_share', 'for_tsb', 'for_profile' ),
134
  'colors' => array( '#FF6501' ),
135
  ),
136
 
233
  'link' => 'https://www.facebook.com/dialog/send?app_id={fb-app-id}&link={url}&redirect_uri={url}',
234
  'link_mobile' => 'fb-messenger://share?link={url}',
235
  'options' => array(),
236
+ 'features' => array( 'mobile_only', 'for_share', 'for_profile' ),
237
  'colors' => array( '#2998ff' ),
238
  ),
239
 
443
  'icon' => array('fa4'=> 'fa fa-rss', 'fa5' => 'fa fa-rss'),
444
  'link' => '{rss-url}',
445
  'options' => array(),
446
+ 'features' => array( 'internal', 'for_profile' ),
447
  'colors' => array( '#FF7B0A' ),
448
  ),
449
 
514
  'icon' => array('fa4'=> 'fa fa-telegram', 'fa5' => 'fab fa-telegram-plane'),
515
  'link' => 'https://telegram.me/share/url?url={url}&text={title}',
516
  'options' => array(),
517
+ 'features' => array( 'mobile_only', 'for_share', 'for_profile' ),
518
  'colors' => array( '#179cde' ),
519
  ),
520
 
524
  'icon' => array('fa4'=> 'fa fa-tumblr', 'fa5' => 'fab fa-tumblr'),
525
  'link' => 'https://www.tumblr.com/share?v=3&u={url}&t={title}&s={excerpt}',
526
  'options' => array(),
527
+ 'features' => array( 'for_share', 'for_tsb', 'for_profile' ),
528
  'colors' => array( '#314358' ),
529
  ),
530
 
565
  'icon' => array('fa4'=> 'fa fa-vk', 'fa5' => 'fab fa-vk'),
566
  'link' => 'https://vk.com/share.php?url={url}&title={title}&description={excerpt}',
567
  'options' => array(),
568
+ 'features' => array( 'for_share', 'for_tsb', 'for_profile' ),
569
  'colors' => array( '#4C75A3' ),
570
  ),
571
 
575
  'icon' => array('fa4'=> 'fa fa-wechat', 'fa5' => 'fab fa-weixin'),
576
  'link' => 'weixin://dl/chat?text={url}',
577
  'options' => array(),
578
+ 'features' => array( 'mobile_only', 'for_share', 'for_profile' ),
579
  'colors' => array( '#7BB32E' ),
580
  ),
581
 
586
  'link' => 'https://service.weibo.com/share/share.php?url={url}&title={title}',
587
  'link_tsb' => 'https://service.weibo.com/share/share.php?url={url}&title={excerpt}',
588
  'options' => array(),
589
+ 'features' => array( 'for_share', 'for_tsb', 'for_profile' ),
590
  'colors' => array( '#E6162D' ),
591
  ),
592
 
598
  'link_tsb' => 'https://api.whatsapp.com/send?text={excerpt}%20{url}',
599
  'link_mobile' => 'whatsapp://send?text={title}%20-%20{url}',
600
  'options' => array(),
601
+ 'features' => array( 'for_share', 'for_tsb', 'for_profile' ),
602
  'colors' => array( '#60b82d' ),
603
  ),
604
 
readme.txt CHANGED
@@ -1,15 +1,15 @@
1
- === Social Media Share Buttons & Follow me icons - WP Socializer ===
2
  Contributors: vaakash
3
  Donate link: https://www.paypal.me/vaakash/6
4
- Tags: social media, share, buttons, share icons, share buttons, social profile, social widget, icons, sharing icons, sharing buttons, social share, sharing, social sharing, shortcode, widget, twitter tweets, facebook page, share count, whatsapp icon, whatsapp button, instagram icon, sticky share, floating share bar
5
  Requires at least: 4.6
6
  Tested up to: 5.5
7
- Stable tag: 6.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
  Requires PHP: 5.3
11
 
12
- Add social media sharing icons to posts, sticky/floating share bar, follow my profile icons easily for Facebook, Twitter, WhatsApp, Pinterest, Instagram and more.
13
 
14
  == Description ==
15
 
@@ -155,6 +155,9 @@ Please refer [this page](https://www.aakashweb.com/docs/) for the full list of F
155
 
156
  == Changelog ==
157
 
 
 
 
158
  = 6.0 =
159
  * New: Brand new version with major improvements and new features.
160
  * New: Redesigned administration page and is now easy to use.
1
+ === WP Socializer | Simple & Easy Social Media Share Icons ===
2
  Contributors: vaakash
3
  Donate link: https://www.paypal.me/vaakash/6
4
+ Tags: social media, share, buttons, social sharing, share buttons, social profile, social widget, icons, sharing icons, sharing buttons, social share, sharing, shortcode, widget, twitter tweets, facebook page, share count, whatsapp icon, whatsapp button, instagram icon, sticky share, floating share bar
5
  Requires at least: 4.6
6
  Tested up to: 5.5
7
+ Stable tag: 6.0.1
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
  Requires PHP: 5.3
11
 
12
+ Simple & easy plugin to add social media sharing icons, buttons like Facebook, Twitter, WhatsApp, Instagram & more
13
 
14
  == Description ==
15
 
155
 
156
  == Changelog ==
157
 
158
+ = 6.0.1 =
159
+ * Fix: WhatsApp, Blogger, FB Messenger, RSS icon, Telegram, Tumblr, VKontakte, Wechat, Weibo icons were missing in "follow icons" list.
160
+
161
  = 6.0 =
162
  * New: Brand new version with major improvements and new features.
163
  * New: Redesigned administration page and is now easy to use.
wpsr.php CHANGED
@@ -3,14 +3,14 @@
3
  * Plugin Name: WP Socializer
4
  * Plugin URI: https://www.aakashweb.com/wordpress-plugins/wp-socializer/
5
  * Description: Add various social media sharing features to posts/pages/widgets like social media share icons, floating/sticky share bar, follow my profile icons and more.
6
- * Version: 6.0
7
  * Author: Aakash Chakravarthy
8
  * Author URI: https://www.aakashweb.com
9
  * Text Domain: wpsr
10
  * Domain Path: /languages
11
  */
12
 
13
- define( 'WPSR_VERSION', '6.0' );
14
  define( 'WPSR_PATH', plugin_dir_path( __FILE__ ) ); // All have trailing slash
15
  define( 'WPSR_URL', plugin_dir_url( __FILE__ ) );
16
  define( 'WPSR_ADMIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) . 'admin' ) );
3
  * Plugin Name: WP Socializer
4
  * Plugin URI: https://www.aakashweb.com/wordpress-plugins/wp-socializer/
5
  * Description: Add various social media sharing features to posts/pages/widgets like social media share icons, floating/sticky share bar, follow my profile icons and more.
6
+ * Version: 6.0.1
7
  * Author: Aakash Chakravarthy
8
  * Author URI: https://www.aakashweb.com
9
  * Text Domain: wpsr
10
  * Domain Path: /languages
11
  */
12
 
13
+ define( 'WPSR_VERSION', '6.0.1' );
14
  define( 'WPSR_PATH', plugin_dir_path( __FILE__ ) ); // All have trailing slash
15
  define( 'WPSR_URL', plugin_dir_url( __FILE__ ) );
16
  define( 'WPSR_ADMIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) . 'admin' ) );