DataWizard/CHANGELOG.md

73 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2021-06-22 13:39:04 +02:00
# Changelog
2022-07-28 11:06:39 +02:00
All notable changes to this project will be documented in this file.
2021-06-22 13:39:04 +02:00
2022-07-28 11:06:39 +02:00
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).
2021-12-21 13:50:40 +01:00
2023-03-22 16:00:53 +01:00
## [Unreleased](https://git.d3data.de/D3Public/DataWizard/compare/2.1.1.1...rel_2.x)
2023-03-30 13:33:39 +02:00
## [2.1.1.1](https://git.d3data.de/D3Public/DataWizard/compare/2.1.1.1...2.1.1.2) - 2023-03-30
### Fixed
- fix JavaScript for multiple forms
## [2.1.1.1](https://git.d3data.de/D3Public/DataWizard/compare/2.1.1.0...2.1.1.1) - 2023-03-22
2023-03-22 16:00:53 +01:00
### Fixed
- wrong cascaded HTML elements
2022-12-24 23:28:33 +01:00
## [2.1.1.0](https://git.d3data.de/D3Public/DataWizard/compare/2.1.0.0...2.1.1.0) - 2022-12-24
### Added
- installable in OXID 6.5.0 and 6.5.1
- request confirmation before execute action
### Changed
- documentation extended
2022-07-28 11:06:39 +02:00
## [2.1.0.0](https://git.d3data.de/D3Public/DataWizard/compare/2.0.0.0...2.1.0.0) - 2021-12-21
2022-12-24 23:28:33 +01:00
### Changed
2021-12-21 13:50:40 +01:00
- adjust to CLI extension which can export to STDOUT
2022-07-28 11:06:39 +02:00
## [2.0.0.0](https://git.d3data.de/D3Public/DataWizard/compare/1.4.0.0...2.0.0.0) - 2021-12-20
2022-12-24 23:28:33 +01:00
### Added
2021-12-20 12:05:55 +01:00
- add tests
- make installable in OXID 6.4
2022-12-24 23:28:33 +01:00
### Changed
2021-12-20 12:05:55 +01:00
- adjust code to PHP 7.3 and up
2022-07-28 11:06:39 +02:00
## [1.4.0.0](https://git.d3data.de/D3Public/DataWizard/compare/1.3.1.0...1.4.0.0) - 2021-11-11
2022-12-24 23:28:33 +01:00
### Added
2021-11-11 09:35:35 +01:00
- add JSON export renderer
- add tpl block for easier extension
- enable controller based exception handling
2022-12-24 23:28:33 +01:00
### Changed
2021-11-11 09:35:35 +01:00
- change deprecated CSV export code
- show registered export renderers in admin submit without required tpl block extension
- force get translations from admin
2022-07-28 11:06:39 +02:00
## [1.3.1.0](https://git.d3data.de/D3Public/DataWizard/compare/1.2.0.0...1.3.0.0) - 2021-09-10
### Added
2021-11-11 09:35:35 +01:00
- installable in OXID 6.3.1
2022-07-28 11:06:39 +02:00
## [1.3.0.0](https://git.d3data.de/D3Public/DataWizard/compare/1.2.0.0...1.3.0.0) - 2021-07-29
### Changed
2021-07-29 17:31:15 +02:00
- can handle long task description text
- has more generic admin controller templates
2022-07-28 11:06:39 +02:00
## [1.2.0.0](https://git.d3data.de/D3Public/DataWizard/compare/1.1.0.0...1.2.0.0) - 2021-07-27
### Added
2021-07-27 09:03:23 +02:00
- adjustments for CLI extension
2021-07-29 17:31:15 +02:00
2022-07-28 11:06:39 +02:00
### Fixed
- fix OXID 6.1 incompatibilities
2021-06-25 15:44:33 +02:00
2022-07-28 11:06:39 +02:00
## [1.1.0.0](https://git.d3data.de/D3Public/DataWizard/compare/1.0.0.0...1.1.0.0) - 2021-06-25
### Added
2021-06-25 15:44:33 +02:00
- implement form builder
2022-07-28 11:06:39 +02:00
### Fixed
- fix key figures export
2021-06-22 13:39:04 +02:00
2022-07-28 11:06:39 +02:00
## [1.0.0.0](https://git.d3data.de/D3Public/DataWizard/releases/tag/1.0.0.0) - 2021-06-22
### Added
2021-06-22 13:39:04 +02:00
- initial implementation