Social Icons Widget by WPZOOM - Version 4.2.4

Version Description

  • Bug fix with the Amazon icon
Download this release

Release Info

Developer WPZOOM
Plugin Icon 128x128 Social Icons Widget by WPZOOM
Version 4.2.4
Comparing to
See all releases

Code changes from version 4.2.3 to 4.2.4

assets/css/wpzoom-socicon.css CHANGED
@@ -53,6 +53,15 @@
53
  content: "\e00e"
54
  }
55
 
 
 
 
 
 
 
 
 
 
56
  .socicon-anchor {
57
  background-color: #8940fa;
58
  color: #8940fa;
53
  content: "\e00e"
54
  }
55
 
56
+ .socicon-amazon {
57
+ background-color: #FF9900;
58
+ color: #FF9900;
59
+ }
60
+
61
+ .social-icon.socicon-amazon:before {
62
+ content: "\e05c"
63
+ }
64
+
65
  .socicon-anchor {
66
  background-color: #8940fa;
67
  color: #8940fa;
includes/icons-data.php CHANGED
@@ -21,6 +21,13 @@ return array(
21
  ),
22
  'color' => '#FF5A5F',
23
  ),
 
 
 
 
 
 
 
24
  array(
25
  'icon' => 'anchor',
26
  'category' => array(
21
  ),
22
  'color' => '#FF5A5F',
23
  ),
24
+ array(
25
+ 'icon' => 'amazon',
26
+ 'category' => array(
27
+ 'ecommerce',
28
+ ),
29
+ 'color' => '#FF9900',
30
+ ),
31
  array(
32
  'icon' => 'anchor',
33
  'category' => array(
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.wpzoom.com/
4
  Tags: social icons, social networks, social media, social media icons, icons, social profiles, social widget, widget, block, social block, block icons, academicons, elementor, social networking, sharing, share buttons, fontawesome
5
  Requires at least: 5.2
6
  Requires PHP: 5.6
7
- Tested up to: 5.8
8
- Stable tag: 4.2.3
9
  License: GNU General Public License v2.0 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -150,6 +150,9 @@ Add the Social Icons Block to the editor and customize the icons as you want.
150
 
151
  == Changelog ==
152
 
 
 
 
153
  = 4.2.3 =
154
  * Updated icons: Spotify, Beatport
155
  * Change textdomain to match with plugin slug
4
  Tags: social icons, social networks, social media, social media icons, icons, social profiles, social widget, widget, block, social block, block icons, academicons, elementor, social networking, sharing, share buttons, fontawesome
5
  Requires at least: 5.2
6
  Requires PHP: 5.6
7
+ Tested up to: 5.9
8
+ Stable tag: 4.2.4
9
  License: GNU General Public License v2.0 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
150
 
151
  == Changelog ==
152
 
153
+ = 4.2.4 =
154
+ * Bug fix with the Amazon icon
155
+
156
  = 4.2.3 =
157
  * Updated icons: Spotify, Beatport
158
  * Change textdomain to match with plugin slug
social-icons-widget-by-wpzoom.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Icons Widget & Block by WPZOOM
4
  * Plugin URI: https://www.wpzoom.com/plugins/social-widget/
5
  * Description: Social Icons Widget & Block to display links to social media networks websites. Supports most of the known social networks and includes more than 400 icons. Sort icons by Drag & Drop and change their color easily.
6
- * Version: 4.2.3
7
  * Author: WPZOOM
8
  * Author URI: https://www.wpzoom.com/
9
  * Text Domain: social-icons-widget-by-wpzoom
@@ -16,7 +16,7 @@
16
  */
17
 
18
  if ( ! defined( 'WPZOOM_SOCIAL_ICONS_PLUGIN_VERSION' ) ) {
19
- define( 'WPZOOM_SOCIAL_ICONS_PLUGIN_VERSION', '4.2.3' );
20
  }
21
 
22
  if ( ! defined( 'WPZOOM_SOCIAL_ICONS_PLUGIN_URL' ) ) {
3
  * Plugin Name: Social Icons Widget & Block by WPZOOM
4
  * Plugin URI: https://www.wpzoom.com/plugins/social-widget/
5
  * Description: Social Icons Widget & Block to display links to social media networks websites. Supports most of the known social networks and includes more than 400 icons. Sort icons by Drag & Drop and change their color easily.
6
+ * Version: 4.2.4
7
  * Author: WPZOOM
8
  * Author URI: https://www.wpzoom.com/
9
  * Text Domain: social-icons-widget-by-wpzoom
16
  */
17
 
18
  if ( ! defined( 'WPZOOM_SOCIAL_ICONS_PLUGIN_VERSION' ) ) {
19
+ define( 'WPZOOM_SOCIAL_ICONS_PLUGIN_VERSION', '4.2.4' );
20
  }
21
 
22
  if ( ! defined( 'WPZOOM_SOCIAL_ICONS_PLUGIN_URL' ) ) {