diff --git a/changelog.txt b/changelog.txt index 9d6d699..fcc8647 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,10 @@ # Change log + +## [[1.2.4]](https://github.com/lightspeeddevelopment/to-team/releases/tag/1.2.4) - 2022-09-12 + +### Security +- General testing to ensure compatibility with latest WordPress version (6.0). + ## [[1.2.3]](https://github.com/lightspeeddevelopment/to-team/releases/tag/1.2.3) - 2021-01-15 ### Added diff --git a/package.json b/package.json index 87183e9..634a422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "to-team", - "version": "1.2.3", + "version": "1.2.4", "description": "Tour Operators add-on for LSX", "main": "gulpfile.js", "scripts": { diff --git a/readme.txt b/readme.txt index 2eb070a..6ba8d53 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, tour operator, team, team members, our team Requires at least: 5.0 -Tested up to: 5.8 +Tested up to: 6.0 Requires PHP: 7.0 -Stable tag: 1.2.3 +Stable tag: 1.2.4 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html diff --git a/to-team.php b/to-team.php index 2dce6bb..fdbe631 100644 --- a/to-team.php +++ b/to-team.php @@ -3,7 +3,7 @@ * Plugin Name: LSX Tour Operator Team * Plugin URI: https://www.lsdev.biz/product/tour-operator-team/ * Description: Real peoples' faces go a long way to building trust with your clients. The Team Extension allows your business's staff to be added as Team Members with their own profile which can be associated with specific destinations and tours. - * Version: 1.2.3 + * Version: 1.2.4 * Author: LightSpeed * Author URI: https://www.lsdev.biz/ * License: GPL3+ @@ -20,7 +20,7 @@ define( 'LSX_TO_TEAM_PATH', plugin_dir_path( __FILE__ ) ); define( 'LSX_TO_TEAM_CORE', __FILE__ ); define( 'LSX_TO_TEAM_URL', plugin_dir_url( __FILE__ ) ); -define( 'LSX_TO_TEAM_VER', '1.2.3' ); +define( 'LSX_TO_TEAM_VER', '1.2.4' ); if ( ! defined( 'TEAM_ARCHIVE_URL' ) ) { define( 'TEAM_ARCHIVE_URL', 'team-members' );