From a9c1863a8efcb4e82ff76de405d0195f755e24d0 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Fri, 19 Aug 2022 22:53:30 +0200 Subject: [PATCH 1/3] make installable in OXID CE 6.12 --- composer.json | 2 +- services.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d035a2e..db79a15 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": ">=7.3", - "oxid-esales/oxideshop-ce": "6.8 - 6.10", + "oxid-esales/oxideshop-ce": "6.12 - 6.12", "maximebf/debugbar": "^1.18", "ajgl/composer-symlinker": "^0.3.1", "cweagans/composer-patches": "^1.7.2" diff --git a/services.yaml b/services.yaml index f4e7697..afe89e2 100644 --- a/services.yaml +++ b/services.yaml @@ -5,5 +5,5 @@ services: Psr\Log\LoggerInterface: class: Monolog\Logger - factory: 'OxidEsales\EshopCommunity\Internal\Framework\Logger\Factory\LoggerFactoryInterface:create' + factory: ['@OxidEsales\EshopCommunity\Internal\Framework\Logger\Factory\LoggerFactoryInterface', 'create'] public: true \ No newline at end of file From 09608bfd918e3131aaee04ffa732aab3fdb4b664 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 13 Dec 2022 14:24:44 +0100 Subject: [PATCH 2/3] make installable in OXID 6.5.1 (CE 6.13) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db79a15..6e9704b 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": ">=7.3", - "oxid-esales/oxideshop-ce": "6.12 - 6.12", + "oxid-esales/oxideshop-ce": "6.12 - 6.13", "maximebf/debugbar": "^1.18", "ajgl/composer-symlinker": "^0.3.1", "cweagans/composer-patches": "^1.7.2" From b1897c8ecf410d7015c770d46cd69d739dfc0a02 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 3 Jan 2023 15:41:57 +0100 Subject: [PATCH 3/3] adjust version informations --- CHANGELOG.md | 18 +++++++++++++++++- metadata.php | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0774df..b5a76b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,23 @@ 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/DebugBar/compare/1.1.0.0...rel_1.x) +## [Unreleased](https://git.d3data.de/D3Public/DebugBar/compare/1.2.0.0...rel_1.x) + +## [1.2.0.0](https://git.d3data.de/D3Public/DebugBar/compare/1.1.0.0...1.2.0.0) - 2023-01-03 +### Added +- make installable in OXID 6.5.x (CE 6.12 + 6.13) +- collect unhandled exceptions, errors from Smarty and PHP +- show warning on activation if asset files doesn't exist +- catch all possible exceptions and errors +- add option to show DebugBar only if logged in user is an admin user + +### Changed +- remove extra config item for current theme +- throw error exceptions on error levels only +- throw error type dependend exceptions + +### Fixed +- fix not existing component issue in admin panels login controller ## [1.1.0.0](https://git.d3data.de/D3Public/DebugBar/compare/1.0.0.0...1.1.0.0) - 2022-08-05 ### Added diff --git a/metadata.php b/metadata.php index 71dc91d..f1276a7 100644 --- a/metadata.php +++ b/metadata.php @@ -33,7 +33,7 @@ $aModule = [ 'de' => '', 'en' => '', ], - 'version' => '1.0.0.0', + 'version' => '1.2.0.0', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',