From 2e6acbe675009e969906f274c25aeb9bfc7a1339 Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Thu, 17 Aug 2023 10:59:57 +0200 Subject: [PATCH] [fixed] metadata class entry --- CHANGELOG.md | 4 ++++ metadata.php | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8fac3..cb728c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.11.1](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/1.11.0...1.11.1) - 2023-08-17 +### Fixed +- metadata class entry + ## [1.11.0](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/1.10.0...1.11.0) - 2023-08-16 ### Added - remove_from_cart diff --git a/metadata.php b/metadata.php index 059de45..c31936c 100755 --- a/metadata.php +++ b/metadata.php @@ -4,6 +4,7 @@ use D3\GoogleAnalytics4\Modules\Application\Controller\BasketController; use D3\GoogleAnalytics4\Modules\Application\Controller\ThankYouController; use D3\GoogleAnalytics4\Modules\Application\Model\Basket as Basket; use D3\GoogleAnalytics4\Modules\Application\Model\Category as Category; +use D3\GoogleAnalytics4\Modules\Application\Model\Manufacturer as Manufacturer; use D3\GoogleAnalytics4\Modules\Core\ViewConfig; use OxidEsales\Eshop\Application\Controller\BasketController as OEBasketController; use OxidEsales\Eshop\Application\Controller\ThankYouController as OEThankYouController;