WP Socializer - Version 3.3.3

Version Description

  • New: Twitch profile icon in social buttons.
  • New: Updated YouTube icon in social buttons.
  • Fix: Admin UI buttons alignment issue.
Download this release

Release Info

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

Code changes from version 3.3.2 to 3.3.3

Files changed (4) hide show
  1. admin/css/style.css +1 -0
  2. core/lists.php +14 -4
  3. readme.txt +7 -2
  4. wpsr.php +2 -2
admin/css/style.css CHANGED
@@ -307,6 +307,7 @@ h1.wpsr_title a .fa{
307
  overflow: hidden;
308
  white-space: nowrap;
309
  text-overflow: ellipsis;
 
310
  }
311
 
312
  .ui_btn .dashicons{
307
  overflow: hidden;
308
  white-space: nowrap;
309
  text-overflow: ellipsis;
310
+ min-width: 90px;
311
  }
312
 
313
  .ui_btn .dashicons{
core/lists.php CHANGED
@@ -30,9 +30,9 @@ class WPSR_Lists{
30
 
31
  $res = array(
32
  'font-awesome' => 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css',
33
- 'socializer-css' => 'https://cdn.rawgit.com/vaakash/socializer/a4c672bf/css/socializer.min.css',
34
- 'socializer-js' => 'https://cdn.rawgit.com/vaakash/socializer/a4c672bf/js/socializer.min.js',
35
- 'socializer-api' => 'https://cdn.rawgit.com/vaakash/socializer/a4c672bf/misc/api.json',
36
  'wp-socializer-cl' => 'https://raw.githubusercontent.com/vaakash/aakash-web/master/misc/wp-socializer/changelog/',
37
  'jquery' => 'https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js',
38
  'help' => 'https://raw.githubusercontent.com/vaakash/aakash-web/master/misc/wp-socializer/help.html'
@@ -428,6 +428,16 @@ class WPSR_Lists{
428
  'colors' => array( '#314358' ),
429
  ),
430
 
 
 
 
 
 
 
 
 
 
 
431
  'twitter' => array(
432
  'name' => 'Twitter',
433
  'title' => __('Tweet this !', 'wpsr') . '',
@@ -502,7 +512,7 @@ class WPSR_Lists{
502
  'youtube' => array(
503
  'name' => 'Youtube',
504
  'title' => __('', 'wpsr') . 'Youtube',
505
- 'icon' => 'youtube',
506
  'link' => 'https://youtube.com/',
507
  'options' => array(),
508
  'features' => array( 'for_profile' ),
30
 
31
  $res = array(
32
  'font-awesome' => 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css',
33
+ 'socializer-css' => 'https://cdn.rawgit.com/vaakash/socializer/aaa23968/css/socializer.min.css',
34
+ 'socializer-js' => 'https://cdn.rawgit.com/vaakash/socializer/aaa23968/js/socializer.min.js',
35
+ 'socializer-api' => 'https://cdn.rawgit.com/vaakash/socializer/aaa23968/misc/api.json',
36
  'wp-socializer-cl' => 'https://raw.githubusercontent.com/vaakash/aakash-web/master/misc/wp-socializer/changelog/',
37
  'jquery' => 'https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js',
38
  'help' => 'https://raw.githubusercontent.com/vaakash/aakash-web/master/misc/wp-socializer/help.html'
428
  'colors' => array( '#314358' ),
429
  ),
430
 
431
+ 'twitch' => array(
432
+ 'name' => 'Twitch',
433
+ 'title' => __('', 'wpsr') . 'Twitch',
434
+ 'icon' => 'twitch',
435
+ 'link' => 'https://www.twitch.tv/',
436
+ 'options' => array(),
437
+ 'features' => array( 'for_profile' ),
438
+ 'colors' => array( '#4b367c' ),
439
+ ),
440
+
441
  'twitter' => array(
442
  'name' => 'Twitter',
443
  'title' => __('Tweet this !', 'wpsr') . '',
512
  'youtube' => array(
513
  'name' => 'Youtube',
514
  'title' => __('', 'wpsr') . 'Youtube',
515
+ 'icon' => 'youtube-play',
516
  'link' => 'https://youtube.com/',
517
  'options' => array(),
518
  'features' => array( 'for_profile' ),
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vaakash
3
  Donate link: https://goo.gl/qMF3iE
4
  Tags: social media, share buttons, sharing, share, social, facebook, twitter, sharebar, bookmark, widgets, counter, sidebar, post, posts, page, promotion, marketing, plugin, follow buttons, floating share buttons, profile buttons, mobile, mobile sharebar, profile icons, share bar, social bar, share counter, excerpt, shortcode, google, linkedin, pinterest, pocket, reddit, sharethis, stumbleupon, favorites, addthis, whatsapp, tweet, vkontakte, popup, socializer, messenger, wp socializer
5
  Requires at least: 4.6
6
- Tested up to: 4.8.1
7
- Stable tag: 3.3.2
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -229,6 +229,11 @@ Please refer [this page](https://goo.gl/Ge7riC) for the full list of FAQs.
229
 
230
  == Changelog ==
231
 
 
 
 
 
 
232
  = 3.3.2 =
233
  * Fix: Follow bar & sharebar not displayed in some cases.
234
 
3
  Donate link: https://goo.gl/qMF3iE
4
  Tags: social media, share buttons, sharing, share, social, facebook, twitter, sharebar, bookmark, widgets, counter, sidebar, post, posts, page, promotion, marketing, plugin, follow buttons, floating share buttons, profile buttons, mobile, mobile sharebar, profile icons, share bar, social bar, share counter, excerpt, shortcode, google, linkedin, pinterest, pocket, reddit, sharethis, stumbleupon, favorites, addthis, whatsapp, tweet, vkontakte, popup, socializer, messenger, wp socializer
5
  Requires at least: 4.6
6
+ Tested up to: 4.9
7
+ Stable tag: 3.3.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
229
 
230
  == Changelog ==
231
 
232
+ = 3.3.3 =
233
+ * New: Twitch profile icon in social buttons.
234
+ * New: Updated YouTube icon in social buttons.
235
+ * Fix: Admin UI buttons alignment issue.
236
+
237
  = 3.3.2 =
238
  * Fix: Follow bar & sharebar not displayed in some cases.
239
 
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: 3.3.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', '3.3.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' ) );
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: 3.3.3
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', '3.3.3' );
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' ) );