Skip to content

Commit

Permalink
add app and yii version (#2021)
Browse files Browse the repository at this point in the history
* add app and yii version

* add pr reference
  • Loading branch information
nadar authored May 7, 2020
1 parent b66fe68 commit 1087e9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 1.3.1 (7. May 2020)

+ [#2021](https://github.com/luyadev/luya/pull/2021) Add App and Yii version to ErrorHandler API.

## 1.3.0 (28. April 2020)

+ [#2017](https://github.com/luyadev/luya/pull/2017) Improve the performance of `luya\traits\RegistryTrait`
Expand Down
2 changes: 2 additions & 0 deletions core/traits/ErrorHandlerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ public function getExceptionArray($exception)
'exception_class_name' => $_exceptionClassName,
'php_version' => phpversion(),
'luya_version' => Boot::VERSION,
'yii_version' => Yii::getVersion(),
'app_version' => Yii::$app->version,
];
}

Expand Down

0 comments on commit 1087e9c

Please sign in to comment.