diff --git a/README.txt b/README.txt index d2ae431..dc996b6 100644 --- 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, reviews, ratings, accommodation, tours, destinations Requires at least: 5.0 -Tested up to: 6.2.1 +Tested up to: 6.3 Requires PHP: 7.0 -Stable tag: 1.2.6 +Stable tag: 1.2.7 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html diff --git a/changelog.txt b/changelog.txt index 21f2581..9b8a2a9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ # Change log +## [[1.2.7]](https://github.com/lightspeeddevelopment/to-reviews/releases/tag/1.2.7) - 2023-08-09 + +### Security +- General testing to ensure compatibility with latest WordPress version (6.3). + ## [[1.2.6]](https://github.com/lightspeeddevelopment/to-reviews/releases/tag/1.2.6) - 2023-04-20 ### Security diff --git a/package.json b/package.json index c402e99..86be4ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "to-reviews", - "version": "1.2.6", + "version": "1.2.7", "description": "Tour Operators add-on for LSX", "main": "gulpfile.js", "scripts": { diff --git a/to-reviews.php b/to-reviews.php index 3b92710..73f6c9b 100644 --- a/to-reviews.php +++ b/to-reviews.php @@ -3,7 +3,7 @@ * Plugin Name: LSX Tour Operator Reviews * Plugin URI: https://www.lsdev.biz/product/tour-operator-reviews/ * Description: The Tour Operator Reviews extension adds the “Reviews” post type, which you can assign to our Tour Operator core post types: Tours, accommodations and destinations. - * Version: 1.2.6 + * Version: 1.2.7 * Author: LightSpeed * Author URI: https://www.lsdev.biz/ * License: GPL3+ @@ -20,7 +20,7 @@ define( 'LSX_TO_REVIEWS_PATH', plugin_dir_path( __FILE__ ) ); define( 'LSX_TO_REVIEWS_CORE', __FILE__ ); define( 'LSX_TO_REVIEWS_URL', plugin_dir_url( __FILE__ ) ); -define( 'LSX_TO_REVIEWS_VER', '1.2.6' ); +define( 'LSX_TO_REVIEWS_VER', '1.2.7' ); /* ======================= Below is the Plugin Class init ========================= */