File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ v2.9.0]
8
+ ### Added
9
+ * Add option to set timeout [ #595 ] ( https://github.com/nunomaduro/phpinsights/pull/595 )
10
+
11
+ ### Fixed
12
+ * fix readonly final class architecture side effect issue PHP8.2 [ #645 ] ( https://github.com/nunomaduro/phpinsights/pull/645 )
13
+ * add quotes around binary path [ #655 ] ( https://github.com/nunomaduro/phpinsights/pull/655 )
14
+ * Fix error: The option "preset" with value "wordpress" is invalid [ #646 ] ( https://github.com/nunomaduro/phpinsights/pull/646 )
15
+ * Fix non-existing default property [ #652 ] ( https://github.com/nunomaduro/phpinsights/pull/652 )
16
+ * PHP 8.2 fix for dynamic property $exclude [ #653 ] ( https://github.com/nunomaduro/phpinsights/pull/653 )
17
+ * Prevent the runner to swallow its threads error [ #641 ] ( https://github.com/nunomaduro/phpinsights/pull/641 )
18
+
19
+ ### Changed
20
+ * Update GitHub actions [ #633 ] ( https://github.com/nunomaduro/phpinsights/pull/633 )
21
+ * Test against php 8.3 [ #660 ] ( https://github.com/nunomaduro/phpinsights/pull/660 )
22
+
7
23
## [ v2.8.0]
8
24
### Added
9
25
* Added Laravel 10 and PHP 8.1 Support [ #626 ] ( https://github.com/nunomaduro/phpinsights/pull/626 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " phpinsights" ,
3
- "version" : " 2.8 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"main" : " index.js" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ final class Kernel
16
16
*
17
17
* @noRector Rector\DeadCode\Rector\ClassConst\RemoveUnusedClassConstantRector
18
18
*/
19
- public const VERSION = 'v2.8 .0 ' ;
19
+ public const VERSION = 'v2.9 .0 ' ;
20
20
21
21
/**
22
22
* Bootstraps the usage of the package.
You can’t perform that action at this time.
0 commit comments