diff --git a/package.json b/package.json index 26fcb49e..84c0395c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "social-warfare", - "version": "4.4.7", + "version": "4.5.2", "license": "GPL-2.0-or-later", "repository": "https://github.com/warfare-plugins/social-warfare", "description": "The most beautiful, responsive, lightning fast social share buttons built to boost shares and drive more traffic without slowing down your site.", diff --git a/readme.txt b/readme.txt index f0a282d4..1b19001b 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: holas84, webinator, warfareplugins, cdegraff1, goqflash, andbalash Tags: sharing buttons, social media share, floating share buttons, facebook share, linkedin share, pin it, pinterest save, mix button, tweet button, twitter share, click to tweet, social sharing buttons, social share, social sharing, social media sharing, wordpress social sharing plugin, social sharing plugin, share buttons, share counts Requires at least: 4.5.0 Tested up to: 6.6 -Stable tag: 4.5.1 +Stable tag: 4.5.2 Requires PHP: 5.6 License: GPL v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/social-warfare.php b/social-warfare.php index 126be103..38463dd4 100644 --- a/social-warfare.php +++ b/social-warfare.php @@ -3,7 +3,7 @@ * Plugin Name: Social Warfare * Plugin URI: https://warfareplugins.com * Description: A plugin to maximize social shares and drive more traffic using the fastest and most intelligent share buttons on the market, calls to action via in-post click-to-tweets, popular posts widgets based on share popularity, link-shortening, Google Analytics and much, much more! - * Version: 4.5.1 + * Version: 4.5.2 * Author: Warfare Plugins * Author URI: https://warfareplugins.com * License: GPL v2 or later @@ -20,7 +20,7 @@ * * @since 4.2.0 | 19 NOV 2020 | The str_replace() removes any linebreaks in the string. */ -define( 'SWP_VERSION', '4.5.1' ); +define( 'SWP_VERSION', '4.5.2' ); define( 'SWP_DEV_VERSION', '2024.04.05 MASTER' ); define( 'SWP_PLUGIN_FILE', __FILE__ ); define( 'SWP_PLUGIN_URL', str_replace( array( "\r", "\n" ), '', untrailingslashit( plugin_dir_url( __FILE__ ) ) ) );