Skip to content

Commit

Permalink
Preparing plugin for version 1.2.2
Browse files Browse the repository at this point in the history
viscosho committed Dec 9, 2019
1 parent e997ff0 commit 277bac1
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
== Changelog ==

= 1.2.2 = In Development
= 1.2.2 =
* Dev - Limiting the Testimonials and Projects tabs, they will only appear if the plugins are active.
* Dev - General testing to ensure compatibility with latest WordPress version (5.3).
* Dev - Checking compatibility with LSX 2.6 release.

= 1.2.1 =
* Dev - Checking LSX 2.6 compatibility.
6 changes: 3 additions & 3 deletions lsx-team.php
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@
/*
* 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.1
* 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.2
* 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.1' );
define( 'LSX_TEAM_VER', '1.2.2' );


/* ======================= Below is the Plugin Class init ========================= */
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Tags: lsx, post type, team, team widget, team display
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

0 comments on commit 277bac1

Please sign in to comment.