[Bump] Metadata && Changelog
This commit is contained in:
parent
9a5e1506e8
commit
4b69a583c2
22
CHANGELOG.md
22
CHANGELOG.md
@ -5,8 +5,30 @@ 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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [unreleased](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/2.17.2...rel_2.x) - 2024-x
|
## [unreleased](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/2.17.2...rel_2.x) - 2024-x
|
||||||
|
|
||||||
|
## [2.18.0](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/2.17.2...2.18.0) - 2024-06-03
|
||||||
### Added
|
### Added
|
||||||
- trait for generalized method
|
- trait for generalized method
|
||||||
|
- new admin UI
|
||||||
|
- additional check for properly activated module
|
||||||
|
- admin headitem alternative
|
||||||
|
- usercentrips step/ option 2
|
||||||
|
- group CMP-Functionalities/ properties into own Model
|
||||||
|
- additional help texts, translations, explanations
|
||||||
|
- extended docs
|
||||||
|
- auto safe on first approach ga4 + cmp-mod
|
||||||
|
## Changed
|
||||||
|
- declare module settings consistency
|
||||||
|
- configParamGetter
|
||||||
|
- clear dead code
|
||||||
|
- template code upgrade
|
||||||
|
- lang text
|
||||||
|
- amount of save-buttons
|
||||||
|
- Usercentrics-Class constants and adjust global-module-code to it
|
||||||
|
- CMP-output in tpl
|
||||||
|
- clear code and adjust Naming
|
||||||
|
## Fixed
|
||||||
|
- false class-property declaration
|
||||||
|
|
||||||
## [2.17.2](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/2.17.1...2.17.2) - 2024-04-11
|
## [2.17.2](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/2.17.1...2.17.2) - 2024-04-11
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -50,7 +50,7 @@ $aModule = [
|
|||||||
Die Entwicklung basiert auf einem Fork von Marat Bedoev - <a href='https://github.com/vanilla-thunder/oxid-module-gtm'>Github-Link</a>
|
Die Entwicklung basiert auf einem Fork von Marat Bedoev - <a href='https://github.com/vanilla-thunder/oxid-module-gtm'>Github-Link</a>
|
||||||
",
|
",
|
||||||
'thumbnail' => 'thumbnail.png',
|
'thumbnail' => 'thumbnail.png',
|
||||||
'version' => 'Dev-2.18.0',
|
'version' => '2.18.0',
|
||||||
'author' => 'Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
'url' => 'https://www.oxidmodule.com/',
|
'url' => 'https://www.oxidmodule.com/',
|
||||||
|
Loading…
Reference in New Issue
Block a user