From 7c479d02c8644eda7928f5aff7e666b0f91c29da Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 28 Jul 2022 11:06:39 +0200 Subject: [PATCH] improve changelog --- CHANGELOG.md | 51 ++++++++++++++++++++++----------------------------- 1 file changed, 22 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 600c48c..c919b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ # Changelog +All notable changes to this project will be documented in this file. -## 2.1.0.0 (2021-12-21) +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 (2021-12-20) - +## [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 @@ -16,10 +18,7 @@ #### Changed - adjust code to PHP 7.3 and up ---- - -## 1.4.0.0 (2021-11-11) - +## [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 @@ -30,35 +29,29 @@ - show registered export renderers in admin submit without required tpl block extension - force get translations from admin ---- - -## 1.3.1.0 (2021-09-10) - +## [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 (2021-07-29) - +## [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 (2021-07-27) - +## [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 (2021-06-25) - +## [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 (2021-06-22) - +## [1.0.0.0](https://git.d3data.de/D3Public/DataWizard/releases/tag/1.0.0.0) - 2021-06-22 +### Added - initial implementation \ No newline at end of file