This commit is contained in:
erwanlr
2019-06-22 11:31:28 +01:00
parent 8cb7b81903
commit 8bb6fae52f
12 changed files with 2699 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
## Change log
### 1.2.0
* Dev - Upgraded Wetu API to V8.
* Dev - Added in support for the group size and the tags fields.
* Fix - Updated the 'file_get_contents()' call with 'wp_remote_get()'
* Dev - Coding Standards Updates
* Dev - Added UI enhancements for the Tour Importer Page
* Dev - Moved the settings tab to the importer page.
### 1.1.2
* Dev - Removing the need to index the accommodation and destination items from WETU.
* Dev - Changed the Accommodation and Destination search to use the WETU API Search.
### 1.1.1
* Fix - Tours no longer use the same destination for the featured and the banner image
* Dev - Added in a destination search which searches the cached "List" from the WETU content API
* Dev - Changed the continents taxonomy to only apply to the countries and not the regions
### 1.1.0
* Added compatibility with Tour Operator 1.1
* Fix - Fixed small issues
### 1.0.0
* First Version

View File

@@ -0,0 +1,41 @@
{
"name": "lsx-wetu-importer",
"version": "1.2.0",
"description": "Tour Operators add-on for LSX",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://www.lsdev.biz/product/lsx-wetu-importer/"
},
"keywords": [
"lsx",
"addon"
],
"author": "LightSpeed",
"license": "GPL-3.0",
"bugs": {
"url": "https://www.lsdev.biz/product/lsx-wetu-importer/issues"
},
"homepage": "https://www.lsdev.biz/product/lsx-wetu-importer/#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rtlcss": "^1.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-gettext": "^0.3.0",
"gulp-jshint": "^2.0.4",
"gulp-clean-css": "^3.10.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.0.1",
"gulp-wp-pot": "^2.0.3",
"jshint": "^2.9.4",
"map-stream": "^0.0.7"
}
}