56 lines
877 B
Markdown
56 lines
877 B
Markdown
# Changelog
|
|
|
|
## 1.5.0.0 (2021-12-20)
|
|
|
|
#### Added
|
|
- add tests
|
|
|
|
#### Changed
|
|
- restrict dependencies to OXID 6.2, use 2.x for newer installations
|
|
|
|
---
|
|
|
|
## 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 (2021-09-10)
|
|
|
|
- installable in OXID 6.3.1
|
|
|
|
---
|
|
|
|
## 1.3.0.0 (2021-07-29)
|
|
|
|
- can handle long task description text
|
|
- has more generic admin controller templates
|
|
|
|
---
|
|
|
|
## 1.2.0.0 (2021-07-27)
|
|
|
|
- adjustments for CLI extension
|
|
- fix OXID 6.1 incompatibilities
|
|
|
|
---
|
|
|
|
## 1.1.0.0 (2021-06-25)
|
|
|
|
- implement form builder
|
|
- fix key figures export
|
|
|
|
---
|
|
|
|
## 1.0.0.0 (2021-06-22)
|
|
|
|
- initial implementation |