From 6419a1598d9fb4b73770cf00eb3191f0afd80422 Mon Sep 17 00:00:00 2001 From: Warwick Date: Fri, 18 Aug 2023 08:46:22 +0400 Subject: [PATCH] Updating the version number for WP 6.3 --- changelog.md | 5 +++++ lsx-team.php | 4 ++-- readme.txt | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 7f75ca1..d9b602e 100755 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Change log +## [[1.3.5]](https://github.com/lightspeeddevelopment/lsx-sharing/releases/tag/1.3.5) - 2023-08-18 + +### Security +- General testing to ensure compatibility with latest WordPress version (6.3). + ## [[1.3.4]](https://github.com/lightspeeddevelopment/lsx-sharing/releases/tag/1.3.4) - 2023-04-20 ### Security diff --git a/lsx-team.php b/lsx-team.php index 525169b..7b885bb 100755 --- a/lsx-team.php +++ b/lsx-team.php @@ -3,7 +3,7 @@ * Plugin Name: LSX Team * Plugin URI: https://www.lsdev.biz/product/lsx-team/ * Description: The LSX Team extension provides a custom post type that allows you to easily show off the people that make up your business. - * Version: 1.3.4 + * Version: 1.3.5 * Author: LightSpeed * Author URI: https://www.lsdev.biz/ * License: GPL3 @@ -20,7 +20,7 @@ define( 'LSX_TEAM_PATH', plugin_dir_path( __FILE__ ) ); define( 'LSX_TEAM_CORE', __FILE__ ); define( 'LSX_TEAM_URL', plugin_dir_url( __FILE__ ) ); -define( 'LSX_TEAM_VER', '1.3.4' ); +define( 'LSX_TEAM_VER', '1.3.5' ); /* ======================= Below is the Plugin Class init ========================= */ diff --git a/readme.txt b/readme.txt index bcf0a1f..aae6f12 100755 --- 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, team, team members, our team, block editor support Requires at least: 5.0 -Tested up to: 6.2 +Tested up to: 6.3 Requires PHP: 7.0 -Stable tag: 1.3.4 +Stable tag: 1.3.5 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html