Skip to content

Commit

Permalink
Fixing the tags #171, #172
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Dec 17, 2024
1 parent 93d0c5f commit de3a301
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
19 changes: 10 additions & 9 deletions lsx-importer-for-wetu.php
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
<?php
/*
* Plugin Name: LSX Importer for Wetu
* Plugin URI: https://lsx.design/products/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.5
* Plugin Name: LSX Importer for Wetu
* Plugin URI: https://lsx.design/products/wetu-importer/
* Description: Integrate with the Wetu Tour Operator system to import destination, accommodation, and tour content into the LSX Tour Operators plugin format.
* Author: LightSpeed
* Version: 1.5.0
* Requires at least: 6.7
* Tested up to: 6.7
* Requires PHP: 8.0
* Author URI: https://lightspeedwp.agency/
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: lsx-wetu-importer
* Domain Path: /languages/
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: lsx-wetu-importer
* Domain Path: /languages/
* Update URI: https://lsx.design/products/tour-operator/wetu-importer/
* Tags: lsx, tour operator, wetu, importer
* Requires Plugins: tour-operator
*/



define( 'LSX_WETU_IMPORTER_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_WETU_IMPORTER_CORE', __FILE__ );
define( 'LSX_WETU_IMPORTER_URL', plugin_dir_url( __FILE__ ) );
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== LSX Content Importer for Wetu ===
Contributors: feedmymedia, lightspeedwp, eleshar, krugazul, jacquesvdh, ignusvermaak
Contributors: LightSpeed
Donate link: https://lsdev.biz/lsx/donate/
Tags: lsx, tour operator, travel, tourism, itinerary
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.4
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 8.0
Stable tag: 1.5.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down

0 comments on commit de3a301

Please sign in to comment.