Skip to content

Commit

Permalink
release version 2.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Feb 13, 2025
1 parent f42cdf8 commit e4b28a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Yii Framework 2 debug extension Change Log
==========================================

2.1.26 under development
2.1.26 February 13, 2025
------------------------

- Enh #459: Add `yii\debug\Module::$authManager` to select RBAC manager used by UserPanel (default is `authManager`) (jafaripur)
- Enh #430: Allow to configure toolbar position via `Module::$toolbarPosition` property (sasha-x)
- Bug #528: Fix `yii\debug\Panel::getTraceLine()` to handle backtrace for internal PHP functions (zymeli)
- Enh #430: Allow to configure toolbar position via `Module::$toolbarPosition` property (sasha-x)
- Enh #459: Add `yii\debug\Module::$authManager` to select RBAC manager used by UserPanel (default is `authManager`) (jafaripur)


2.1.25 September 26, 2023
Expand Down
4 changes: 1 addition & 3 deletions src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,12 @@ class Module extends \yii\base\Module implements BootstrapInterface
* @var LogTarget|array|string the logTarget object, or the configuration for creating the logTarget object.
*/
public $logTarget = 'yii\debug\LogTarget';

/**
* @var \yii\rbac\BaseManager|string|array the RBAC access checker [[BaseManager]] object or the application
* @var \yii\rbac\BaseManager|string|array the RBAC access checker [[BaseManager]] object or the application
* component ID of the AuthManager [[BaseManager]].
* @since 2.1.19
*/
public $authManager = 'authManager';

/**
* @var array|Panel[] list of debug panels. The array keys are the panel IDs, and values are the corresponding
* panel class names or configuration arrays. This will be merged with [[corePanels()]].
Expand Down

0 comments on commit e4b28a1

Please sign in to comment.