diff --git a/CHANGELOG.md b/CHANGELOG.md index 629a4cb..0fb8b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ 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/PRGredirect/compare/1.0.0.0...rel_1.x) +## [Unreleased](https://git.d3data.de/D3Public/PRGredirect/compare/1.1.0.0...rel_1.x) + +## [1.1.0.0](https://git.d3data.de/D3Public/PRGredirect/compare/1.0.0.0...1.1.0.0) - 2022-07-26 +### Added +- add custom url redirect for individual implementations ## [1.0.0.0](https://git.d3data.de/D3Public/PRGredirect/releases/tag/1.0.0.0) - 2022-07-25 ### Added diff --git a/metadata.php b/metadata.php index b5c17e4..a5b2854 100644 --- a/metadata.php +++ b/metadata.php @@ -41,7 +41,7 @@ $aModule = [ 'de' => 'siehe https://de.wikipedia.org/wiki/Post/Redirect/Get', 'en' => 'see https://en.wikipedia.org/wiki/Post/Redirect/Get', ], - 'version' => '1.0.0.0', + 'version' => '1.1.0.0', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',