WP Socializer - Version 4.1.2

Version Description

  • Fix: Updated LinkedIn share URL to latest.
  • Fix: Updated to latest FontAwesome icons v5.6.1.
Download this release

Release Info

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

Code changes from version 4.1.1 to 4.1.2

Files changed (3) hide show
  1. core/lists.php +4 -4
  2. readme.txt +6 -2
  3. wpsr.php +2 -2
core/lists.php CHANGED
@@ -29,7 +29,7 @@ class WPSR_Lists{
29
  public static function ext_res( $name = 'all' ){
30
 
31
  $res = apply_filters( 'wpsr_mod_ext_res', array(
32
- 'font-awesome-adm' => 'https://use.fontawesome.com/releases/v5.3.1/css/all.css',
33
  'wp-socializer-cl' => 'https://raw.githubusercontent.com/vaakash/aakash-web/master/misc/wp-socializer/changelog/',
34
  'jquery' => 'https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js',
35
  'help' => 'https://raw.githubusercontent.com/vaakash/aakash-web/master/misc/wp-socializer/help.html'
@@ -58,12 +58,12 @@ class WPSR_Lists{
58
  'fa5' => array(
59
  'name' => 'Font awesome 5',
60
  'type' => 'css',
61
- 'link' => 'https://use.fontawesome.com/releases/v5.3.1/css/all.css',
62
  'deps' => array(),
63
  'version' => WPSR_VERSION,
64
  'data' => array(
65
  'key' => array( 'integrity', 'crossorigin' ),
66
- 'value' => array( 'sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU', 'anonymous' )
67
  )
68
  )
69
  ));
@@ -325,7 +325,7 @@ class WPSR_Lists{
325
  'name' => 'LinkedIn',
326
  'title' => __('Add this to ', 'wpsr') . 'LinkedIn',
327
  'icon' => array('fa4'=> 'fa fa-linkedin', 'fa5' => 'fab fa-linkedin-in'),
328
- 'link' => 'https://www.linkedin.com/shareArticle?mini=true&url={url}&title={title}&summary={excerpt}',
329
  'options' => array( 'count' ),
330
  'features' => array( 'for_share', 'for_profile', 'for_tsb' ),
331
  'colors' => array( '#0274B3' ),
29
  public static function ext_res( $name = 'all' ){
30
 
31
  $res = apply_filters( 'wpsr_mod_ext_res', array(
32
+ 'font-awesome-adm' => 'https://use.fontawesome.com/releases/v5.6.1/css/all.css',
33
  'wp-socializer-cl' => 'https://raw.githubusercontent.com/vaakash/aakash-web/master/misc/wp-socializer/changelog/',
34
  'jquery' => 'https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js',
35
  'help' => 'https://raw.githubusercontent.com/vaakash/aakash-web/master/misc/wp-socializer/help.html'
58
  'fa5' => array(
59
  'name' => 'Font awesome 5',
60
  'type' => 'css',
61
+ 'link' => 'https://use.fontawesome.com/releases/v5.6.1/css/all.css',
62
  'deps' => array(),
63
  'version' => WPSR_VERSION,
64
  'data' => array(
65
  'key' => array( 'integrity', 'crossorigin' ),
66
+ 'value' => array( 'sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP', 'anonymous' )
67
  )
68
  )
69
  ));
325
  'name' => 'LinkedIn',
326
  'title' => __('Add this to ', 'wpsr') . 'LinkedIn',
327
  'icon' => array('fa4'=> 'fa fa-linkedin', 'fa5' => 'fab fa-linkedin-in'),
328
+ 'link' => 'https://www.linkedin.com/sharing/share-offsite/?url={url}',
329
  'options' => array( 'count' ),
330
  'features' => array( 'for_share', 'for_profile', 'for_tsb' ),
331
  'colors' => array( '#0274B3' ),
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vaakash
3
  Donate link: https://goo.gl/qMF3iE
4
  Tags: sharing, social media icons, share icons, share buttons, follow buttons, widgets, floating share buttons, profile buttons, mobile sharebar, profile icons, social bar, share counter, excerpt, shortcode, linkedin, pinterest, pocket, reddit, sharethis, addthis, whatsapp, tweet, vkontakte, socializer, wp socializer, weibo, line, mix, odnoklassniki, renren, skype
5
  Requires at least: 4.6
6
- Tested up to: 4.9.8
7
- Stable tag: 4.1.1
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -225,6 +225,10 @@ Please refer [this page](https://goo.gl/Ge7riC) for the full list of FAQs.
225
 
226
  == Changelog ==
227
 
 
 
 
 
228
  = 4.1.1 =
229
  * New: Call/phone icon is added to follow bar.
230
  * Fix: Social icons settings does not save when UTF-8 characters were set as icon title.
3
  Donate link: https://goo.gl/qMF3iE
4
  Tags: sharing, social media icons, share icons, share buttons, follow buttons, widgets, floating share buttons, profile buttons, mobile sharebar, profile icons, social bar, share counter, excerpt, shortcode, linkedin, pinterest, pocket, reddit, sharethis, addthis, whatsapp, tweet, vkontakte, socializer, wp socializer, weibo, line, mix, odnoklassniki, renren, skype
5
  Requires at least: 4.6
6
+ Tested up to: 5.0.1
7
+ Stable tag: 4.1.2
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
225
 
226
  == Changelog ==
227
 
228
+ = 4.1.2 =
229
+ * Fix: Updated LinkedIn share URL to latest.
230
+ * Fix: Updated to latest FontAwesome icons v5.6.1.
231
+
232
  = 4.1.1 =
233
  * New: Call/phone icon is added to follow bar.
234
  * Fix: Social icons settings does not save when UTF-8 characters were set as icon title.
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: WP Socializer is an all in one complete social media plugin to add native social media buttons, icons, floating sharebar, follow us buttons, profile icons, mobile sharebar and selected text share popups easily with complete control and customization.
6
- * Version: 4.1.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', '4.1.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' ) );
3
  * Plugin Name: WP Socializer
4
  * Plugin URI: https://www.aakashweb.com/wordpress-plugins/wp-socializer/
5
  * Description: WP Socializer is an all in one complete social media plugin to add native social media buttons, icons, floating sharebar, follow us buttons, profile icons, mobile sharebar and selected text share popups easily with complete control and customization.
6
+ * Version: 4.1.2
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', '4.1.2' );
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' ) );