File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased] - yyyy-mm-dd
99
10+ ## [ 5.5.0] - 2022-01-09
11+
1012- Fixed PHP errors when non configuration file was given, now it displays the error message
1113- Adjust error handler for PHP 8.0 silenced errors
1214- Fix PHP 8.1 errors on ArrayAccess methods signatures
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Doctum implements ArrayAccess
5353 public const VERSION_MAJOR = 5 ;
5454 public const VERSION_MINOR = 5 ;
5555 public const VERSION_PATCH = 0 ;
56- public const IS_DEV = true ;
56+ public const IS_DEV = false ;
5757
5858 //@phpstan-ignore-next-line
5959 public const VERSION = self ::VERSION_MAJOR . '. ' . self ::VERSION_MINOR . '. ' . self ::VERSION_PATCH . (self ::IS_DEV ? '-dev ' : '' );
You can’t perform that action at this time.
0 commit comments