57 lines
1.8 KiB
Markdown
57 lines
1.8 KiB
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased](https://git.d3data.de/D3Public/DataWizard/compare/2.1.0.0...rel_2.x)
|
|
|
|
## [2.1.0.0](https://git.d3data.de/D3Public/DataWizard/compare/2.0.0.0...2.1.0.0) - 2021-12-21
|
|
#### Changed
|
|
- adjust to CLI extension which can export to STDOUT
|
|
|
|
## [2.0.0.0](https://git.d3data.de/D3Public/DataWizard/compare/1.4.0.0...2.0.0.0) - 2021-12-20
|
|
#### Added
|
|
- add tests
|
|
- make installable in OXID 6.4
|
|
|
|
#### Changed
|
|
- adjust code to PHP 7.3 and up
|
|
|
|
## [1.4.0.0](https://git.d3data.de/D3Public/DataWizard/compare/1.3.1.0...1.4.0.0) - 2021-11-11
|
|
#### Added
|
|
- add JSON export renderer
|
|
- add tpl block for easier extension
|
|
- enable controller based exception handling
|
|
|
|
#### Changed
|
|
- change deprecated CSV export code
|
|
- show registered export renderers in admin submit without required tpl block extension
|
|
- force get translations from admin
|
|
|
|
## [1.3.1.0](https://git.d3data.de/D3Public/DataWizard/compare/1.2.0.0...1.3.0.0) - 2021-09-10
|
|
### Added
|
|
- installable in OXID 6.3.1
|
|
|
|
## [1.3.0.0](https://git.d3data.de/D3Public/DataWizard/compare/1.2.0.0...1.3.0.0) - 2021-07-29
|
|
### Changed
|
|
- can handle long task description text
|
|
- has more generic admin controller templates
|
|
|
|
## [1.2.0.0](https://git.d3data.de/D3Public/DataWizard/compare/1.1.0.0...1.2.0.0) - 2021-07-27
|
|
### Added
|
|
- adjustments for CLI extension
|
|
|
|
### Fixed
|
|
- fix OXID 6.1 incompatibilities
|
|
|
|
## [1.1.0.0](https://git.d3data.de/D3Public/DataWizard/compare/1.0.0.0...1.1.0.0) - 2021-06-25
|
|
### Added
|
|
- implement form builder
|
|
|
|
### Fixed
|
|
- fix key figures export
|
|
|
|
## [1.0.0.0](https://git.d3data.de/D3Public/DataWizard/releases/tag/1.0.0.0) - 2021-06-22
|
|
### Added
|
|
- initial implementation |