2022-07-30 20:58:10 +02:00
|
|
|
# Changelog
|
|
|
|
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).
|
|
|
|
|
2023-01-03 15:41:57 +01:00
|
|
|
## [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
|
2022-08-05 09:25:49 +02:00
|
|
|
|
|
|
|
## [1.1.0.0](https://git.d3data.de/D3Public/DebugBar/compare/1.0.0.0...1.1.0.0) - 2022-08-05
|
|
|
|
### Added
|
|
|
|
- shop edition and version information directly in the bar
|
|
|
|
- basic shop informations (edition, version, theme informations) in the shop tab
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- reorder tabs
|
|
|
|
- adjust tab icons for small viewports
|
|
|
|
|
|
|
|
### removed
|
|
|
|
- useless exceptions tab
|
2022-07-30 20:58:10 +02:00
|
|
|
|
|
|
|
## [1.0.0.0](https://git.d3data.de/D3Public/DebugBar/releases/tag/1.0.0.0) - 2022-07-30
|
|
|
|
### Added
|
2022-08-03 00:33:55 +02:00
|
|
|
- generate debug bar instance with
|
|
|
|
- Request data colletor
|
|
|
|
- Monolog log messages collector
|
|
|
|
- Doctrine database queries collector
|
|
|
|
- Smarty variables collector
|
|
|
|
- Timeline profiling collector
|
2022-08-03 09:57:50 +02:00
|
|
|
- Shop configuration collector
|
2022-08-03 00:33:55 +02:00
|
|
|
- Collector for freely definable debug messages
|