Merge remote-tracking branch 'remotes/origin/dev_1.x_65' into rel_1.x
This commit is contained in:
commit
da26d03d58
18
CHANGELOG.md
18
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
|
||||
|
@ -26,7 +26,7 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"oxid-esales/oxideshop-ce": "6.8 - 6.10",
|
||||
"oxid-esales/oxideshop-ce": "6.12 - 6.13",
|
||||
"maximebf/debugbar": "^1.18",
|
||||
"ajgl/composer-symlinker": "^0.3.1",
|
||||
"cweagans/composer-patches": "^1.7.2"
|
||||
|
@ -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/',
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user