File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,17 @@ 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.6.0]
8
+ ### Added
9
+ - Describe how to exclude insight per particular method ([ #543 ] ( https://github.com/nunomaduro/phpinsights/pull/543 ) )
10
+
11
+ ### Changed
12
+ - Update diff dependency ([ #599 ] ( https://github.com/nunomaduro/phpinsights/pull/599 ) )
13
+
7
14
## [ v2.5.0]
8
15
### Added
9
16
- Add WordPress adapter ([ #378 ] ( https://github.com/nunomaduro/phpinsights/pull/378 ) )
10
- -
17
+
11
18
### Changed
12
19
- docs: Add White border to work on Dark Mode Theme ([ #545 ] ( https://github.com/nunomaduro/phpinsights/pull/545 ) )
13
20
- Fix always loading CodeSniffer tokens ([ #542 ] ( https://github.com/nunomaduro/phpinsights/pull/542 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " phpinsights" ,
3
- "version" : " 2.5 .0" ,
3
+ "version" : " 2.6 .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.5 .0 ' ;
19
+ public const VERSION = 'v2.6 .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