From ca6959316ee212841d6f3b13c29c36fe60b1bc9d Mon Sep 17 00:00:00 2001 From: Virginia Garcia Date: Wed, 13 Nov 2019 13:24:47 -0300 Subject: [PATCH] Preparing plugin for version 1.2.1 --- changelog.txt | 4 ++++ lsx-team.php | 4 ++-- readme.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index fc622e1..10f95bb 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ == Changelog == += 1.2.1 = In Development +* Dev - Checking LSX 2.6 compatibility. + + = 1.2.0 = In Development * Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version. * Dev - Added in lazyloading for the sliders diff --git a/lsx-team.php b/lsx-team.php index e6ac262..a153420 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.2.0 + * Version: 1.2.1 * 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.2.0' ); +define( 'LSX_TEAM_VER', '1.2.1' ); /* ======================= Below is the Plugin Class init ========================= */ diff --git a/readme.txt b/readme.txt index 33131ea..0ca2a09 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: lsx, post type, team, team widget, team display Requires at least: 4.9 Tested up to: 5.2.2 Requires PHP: 7.0 -Stable tag: 1.2.0 +Stable tag: 1.2.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html