Adds DFs
This commit is contained in:
25
spec/fixtures/dynamic_finders/plugin_version/lsx-importer-for-wetu/change_log/changelog.txt
vendored
Normal file
25
spec/fixtures/dynamic_finders/plugin_version/lsx-importer-for-wetu/change_log/changelog.txt
vendored
Normal 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
|
||||
41
spec/fixtures/dynamic_finders/plugin_version/lsx-importer-for-wetu/composer_file/package.json
vendored
Normal file
41
spec/fixtures/dynamic_finders/plugin_version/lsx-importer-for-wetu/composer_file/package.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user