Skip to content

Commit

Permalink
Updating the Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Dec 3, 2024
1 parent 067639e commit 16624b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lsx-importer-for-wetu.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' ) );

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 16624b6

Please sign in to comment.