diff --git a/CHANGELOG.md b/CHANGELOG.md index d520ca5..2be4888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.13.0](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/2.12.0...2.13.0) - 2023-09-13 +### Added +- extended Docs +### Changed +- control-param name +- control-param function +- adjusted check for set control-param +- consentmanager-script-adjustments + ## [2.12.0](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/2.11.1...2.12.0) - 2023-09-07 ### Added - cookiebot functionality diff --git a/Modules/Core/ViewConfig.php b/Modules/Core/ViewConfig.php index 5a0ae57..feeb95d 100644 --- a/Modules/Core/ViewConfig.php +++ b/Modules/Core/ViewConfig.php @@ -19,6 +19,8 @@ use OxidEsales\Eshop\Core\Config; use OxidEsales\Eshop\Core\Registry; use OxidEsales\EshopCommunity\Internal\Container\ContainerFactory; use OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Bridge\ModuleSettingBridgeInterface; +use Psr\Container\ContainerExceptionInterface; +use Psr\Container\NotFoundExceptionInterface; class ViewConfig extends ViewConfig_parent { @@ -155,7 +157,10 @@ class ViewConfig extends ViewConfig_parent private $blGA4enabled = null; - + /** + * @throws ContainerExceptionInterface + * @throws NotFoundExceptionInterface + */ public function isGA4enabled() { if ($this->blGA4enabled === null) diff --git a/metadata.php b/metadata.php index 133a3f1..e1ed10e 100755 --- a/metadata.php +++ b/metadata.php @@ -1,6 +1,8 @@ Github-Link ", 'thumbnail' => 'thumbnail.png', - 'version' => '2.12.0', + 'version' => '2.13.0', 'author' => 'Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',