diff --git a/changelog.md b/changelog.md index 28825bb..bbc6a3a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## [[2.0.1]](https://github.com/lightspeeddevelopment/lsx-sharing/releases/tag/2.0.1) - 2023-08-09 + +### Security +- General testing to ensure compatibility with latest WordPress version (6.3). + ## [[2.0.0]](https://github.com/lightspeeddevelopment/lsx-sharing/releases/tag/2.0.0) - 2023-06-01 ### NOTICE diff --git a/lsx-sharing.php b/lsx-sharing.php index 031b29e..9b19daa 100644 --- a/lsx-sharing.php +++ b/lsx-sharing.php @@ -3,7 +3,7 @@ * Plugin Name: LSX Sharing * Plugin URI: https://www.lsdev.biz/product/lsx-sharing/ * Description: The LSX Sharing extension add social share icons for LSX Theme. - * Version: 2.0.0 + * Version: 2.0.1 * Author: LightSpeed * Author URI: https://www.lsdev.biz/ * License: GPL3 @@ -20,7 +20,7 @@ define('LSX_SHARING_PATH', plugin_dir_path(__FILE__)); define('LSX_SHARING_CORE', __FILE__); define('LSX_SHARING_URL', plugin_dir_url(__FILE__)); -define('LSX_SHARING_VER', '2.0.0'); +define('LSX_SHARING_VER', '2.0.1'); /* ======================= Below is the Plugin Class init ========================= */ require_once LSX_SHARING_PATH . 'includes/classes/class-sharing.php'; diff --git a/package.json b/package.json index 403c61c..4e77975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lsx-sharing", - "version": "2.0.0", + "version": "2.0.1", "description": "Sharing plugin for LSX Theme.", "main": "gulpfile.js", "repository": { diff --git a/readme.txt b/readme.txt index dd7cf65..862a17c 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: feedmymedia, lightspeedwp, eleshar, krugazul, jacquesvdh, ignusver Donate link: https://lsdev.biz/lsx/donate/ Tags: lsx, sharing, share, social, social sharing Requires at least: 5.9 -Tested up to: 6.2.2 -Requires PHP: 8.0 -Stable tag: 2.0.0 +Tested up to: 6.3 +Requires PHP: 7.4 +Stable tag: 2.0.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html