diff --git a/CHANGELOG.md b/CHANGELOG.md index fda6c24..309d82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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). +## [2.6.0](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/2.5.0...2.6.0) - 2023-05-31 +### Added +- add settings to explicit choose an external service (usercentrics/ consentmanager) +- position to block-extension +- extended instructions to check for in readme +### Fixed +- usercentrics script +- missing right articleList-getter +### Changed +- view_item_list-template block extension +- cookieManager handling +### Removed +- additional check for cookieManagerType + ## [2.5.0](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/2.4.0...2.5.0) - 2023-05-23 ### Added - additional settings to explicitly indicate that consentmanager is used diff --git a/README.md b/README.md index dc71f7b..36792ae 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Sofern nötig, bestätigen Sie bitte, dass Sie `package-name` erlauben, Code aus Aktivieren Sie das Modul im Shopadmin unter "Erweiterungen -> Module". -> ### Wichtig! -> Bitte stellen Sie sicher, dass die nötigen Blöcke im OXID-Shop zur Verfügung stehen. -> Lesen Sie mehr in der [technischen Doku](./Docs/README.md) unter "Blöcke"! +### Wichtig! +Bitte stellen Sie sicher, dass die nötigen Template-Blöcke im OXID-Shop zur Verfügung stehen. +Lesen Sie mehr in der [technischen Doku](./Docs/README.md) unter "Blöcke"! ## Verwendung ### Grundfunktionalität diff --git a/metadata.php b/metadata.php index 67a4f2f..a4d8b37 100755 --- a/metadata.php +++ b/metadata.php @@ -17,7 +17,7 @@ $aModule = [ Die Entwicklung basiert auf einem Fork von Marat Bedoev - Github-Link ", 'thumbnail' => 'thumbnail.png', - 'version' => '2.5.0', + 'version' => '2.6.0', 'author' => 'Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',