From 4f4ce52e2506a5809809f06bf13c5c4771c65f63 Mon Sep 17 00:00:00 2001 From: Virginia Garcia Date: Mon, 9 Dec 2019 16:28:36 -0300 Subject: [PATCH] Preparing plugin for version 1.2.2 --- changelog.txt | 4 ++++ lsx-testimonials.php | 4 ++-- readme.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1f59765..7db7f92 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ ## Changelog +### 1.2.2 +# Dev - General testing to ensure compatibility with latest WordPress version (5.3). +# Dev - Checking compatibility with LSX 2.6 release. + ### 1.2.1 - 13 November 2019 * Fix - Fixing the ` Undefined variable: col_enabled` error. diff --git a/lsx-testimonials.php b/lsx-testimonials.php index dc8835f..f6eebd9 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.2.1 + * Version: 1.2.2 * 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.2.1' ); +define( 'LSX_TESTIMONIALS_VER', '1.2.2' ); /* ======================= Below is the Plugin Class init ========================= */ diff --git a/readme.txt b/readme.txt index ecacc54..f50b35a 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: lsx, gutenberg, testimonials, post type, carousel Requires at least: 4.9 Tested up to: 5.3 Requires PHP: 7.0 -Stable tag: 1.2.1 +Stable tag: 1.2.2 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html