diff --git a/changelog.md b/changelog.md index 7e11824..234df56 100755 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Change log +## [1.3.1] + +### Updated +- Documentation and support links. +- Semantic layout of the heading 1 and heading 2. + +### Security +- General testing to ensure compatibility with latest WordPress version (5.6). + ## [1.3.0] ### Added diff --git a/lsx-team.php b/lsx-team.php index 447818f..c9e2fab 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.0 + * Version: 1.3.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.3.0' ); +define( 'LSX_TEAM_VER', '1.3.1' ); /* ======================= Below is the Plugin Class init ========================= */ diff --git a/package.json b/package.json index 19e3a42..28ec32d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lsx-team", - "version": "1.2.0", + "version": "1.2.1", "description": "Team for LSX", "main": "gulpfile.js", "scripts": { diff --git a/readme.txt b/readme.txt index 0c7d99d..5cdb11f 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: 5.5.3 +Tested up to: 5.6 Requires PHP: 7.0 -Stable tag: 1.3.0 +Stable tag: 1.3.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html