From 16624b67643920f71ef725db811ca4af7f6e7a58 Mon Sep 17 00:00:00 2001 From: Warwick Date: Tue, 3 Dec 2024 16:04:23 +0200 Subject: [PATCH] Updating the Version number --- changelog.md | 3 +++ lsx-importer-for-wetu.php | 4 ++-- package.json | 2 +- readme.txt | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 329785c..36c64bd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Change log +## [[1.5.0]](https://github.com/lightspeeddevelopment/wetu-importer/releases/tag/1.5.0) - IN Development +- + ## [[1.4.2]](https://github.com/lightspeeddevelopment/wetu-importer/releases/tag/1.4.2) - 2023-08-09 ### Security diff --git a/lsx-importer-for-wetu.php b/lsx-importer-for-wetu.php index 77d5cff..8d1b633 100644 --- a/lsx-importer-for-wetu.php +++ b/lsx-importer-for-wetu.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/lightspeeddevelopment/lsx-wetu-importer * Description: By integrating with the Wetu Tour Operator system, you are able to import your content into the LSX Tour Operators plugin format * Author: LightSpeed - * Version: 1.4.2 + * Version: 1.5 * Author URI: https://www.lsdev.biz/ * License: GPL3+ * Text Domain: lsx-wetu-importer @@ -14,7 +14,7 @@ define( 'LSX_WETU_IMPORTER_PATH', plugin_dir_path( __FILE__ ) ); define( 'LSX_WETU_IMPORTER_CORE', __FILE__ ); define( 'LSX_WETU_IMPORTER_URL', plugin_dir_url( __FILE__ ) ); -define( 'LSX_WETU_IMPORTER_VER', '1.4.2' ); +define( 'LSX_WETU_IMPORTER_VER', '1.5.0' ); register_activation_hook( LSX_WETU_IMPORTER_CORE, array( 'LSX_WETU_Importer', 'register_activation_hook' ) ); diff --git a/package.json b/package.json index 20c707c..f280121 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lsx-wetu-importer", - "version": "1.4.2", + "version": "1.5.0", "description": "Tour Operators add-on for LSX", "main": "gulpfile.js", "scripts": { diff --git a/readme.txt b/readme.txt index 29099c7..757ba0f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: lsx, tour operator, tours, destination, accommodation Requires at least: 5.0 Tested up to: 6.3 Requires PHP: 7.4 -Stable tag: 1.4.2 +Stable tag: 1.5.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html