Skip to content

Commit

Permalink
incorrect version
Browse files Browse the repository at this point in the history
  • Loading branch information
ciorici committed Jan 6, 2022
1 parent c919a1f commit 04a1096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: social icons, social networks, social media, social media icons, icons, so
Requires at least: 5.2
Requires PHP: 5.6
Tested up to: 5.8
Stable tag: 4.2.4
Stable tag: 4.2.3
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -150,10 +150,8 @@ Add the Social Icons Block to the editor and customize the icons as you want.

== Changelog ==

= 4.2.4 =
* Updated icons: Spotify, Beatport

= 4.2.3 =
* Updated icons: Spotify, Beatport
* Change textdomain to match with plugin slug

= 4.2.2 =
Expand Down
4 changes: 2 additions & 2 deletions social-icons-widget-by-wpzoom.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Social Icons Widget & Block by WPZOOM
* Plugin URI: https://www.wpzoom.com/plugins/social-widget/
* 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.
* Version: 4.2.4
* Version: 4.2.3
* Author: WPZOOM
* Author URI: https://www.wpzoom.com/
* Text Domain: social-icons-widget-by-wpzoom
Expand All @@ -16,7 +16,7 @@
*/

if ( ! defined( 'WPZOOM_SOCIAL_ICONS_PLUGIN_VERSION' ) ) {
define( 'WPZOOM_SOCIAL_ICONS_PLUGIN_VERSION', '4.2.4' );
define( 'WPZOOM_SOCIAL_ICONS_PLUGIN_VERSION', '4.2.3' );
}

if ( ! defined( 'WPZOOM_SOCIAL_ICONS_PLUGIN_URL' ) ) {
Expand Down

0 comments on commit 04a1096

Please sign in to comment.