From e819610b4c7a8f264b8f03963a8795a6f1ce1ddd Mon Sep 17 00:00:00 2001 From: Warwick Date: Thu, 20 Apr 2023 10:47:54 +0200 Subject: [PATCH] Updating the version and stable tag --- changelog.md | 7 ++++++- lsx-testimonials.php | 4 ++-- package.json | 2 +- readme.txt | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 57f5925..49f5fbb 100755 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ # Change log -## [[1.3.4]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.3) - 2022-12-23 +## [[1.3.5]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.5) - 2023-04-20 + +### Security +- General testing to ensure compatibility with latest WordPress version (6.2). + +## [[1.3.4]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.4) - 2022-12-23 ### Security - General testing to ensure compatibility with latest WordPress version (6.1.1). diff --git a/lsx-testimonials.php b/lsx-testimonials.php index ccc2371..956793d 100755 --- a/lsx-testimonials.php +++ b/lsx-testimonials.php @@ -3,7 +3,7 @@ * Plugin Name: LSX Testimonials * Plugin URI: https://lsx.lsdev.biz/extensions/testimonials/ * Description: The LSX Testimonials extension adds the "Testimonials" post type. - * Version: 1.3.4 + * Version: 1.3.5 * Author: LightSpeed * Author URI: https://www.lsdev.biz/ * License: GPL3 @@ -20,7 +20,7 @@ define( 'LSX_TESTIMONIALS_PATH', plugin_dir_path( __FILE__ ) ); define( 'LSX_TESTIMONIALS_CORE', __FILE__ ); define( 'LSX_TESTIMONIALS_URL', plugin_dir_url( __FILE__ ) ); -define( 'LSX_TESTIMONIALS_VER', '1.3.4' ); +define( 'LSX_TESTIMONIALS_VER', '1.3.5' ); /* ======================= Below is the Plugin Class init ========================= */ diff --git a/package.json b/package.json index 3b892c4..781efc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lsx-testimonials", - "version": "1.3.4", + "version": "1.3.5", "description": "Testimonials for LSX", "main": "gulpfile.js", "scripts": { diff --git a/readme.txt b/readme.txt index 932fb72..07b798a 100755 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Donate link: https://lsdev.biz/lsx/donate/ Tags: lsx, gutenberg, testimonials, post type, carousel Requires at least: 5.0 Requires PHP: 7.0 -Tested up to: 6.1.1 -Stable tag: 1.3.4 +Tested up to: 6.2 +Stable tag: 1.3.5 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html