@@ -4,18 +4,30 @@ 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.5.0]
8
+ ### Added
9
+ - Add WordPress adapter ([ #378 ] ( https://github.com/nunomaduro/phpinsights/pull/378 ) )
10
+ -
11
+ ### Changed
12
+ - docs: Add White border to work on Dark Mode Theme ([ #545 ] ( https://github.com/nunomaduro/phpinsights/pull/545 ) )
13
+ - Fix always loading CodeSniffer tokens ([ #542 ] ( https://github.com/nunomaduro/phpinsights/pull/542 ) )
14
+ - Handle summary option in JsonFormatter ([ #541 ] ( https://github.com/nunomaduro/phpinsights/pull/541 ) )
15
+ - Fixing required dependencies ([ #591 ] ( https://github.com/nunomaduro/phpinsights/pull/591 ) )
16
+ - Update GH actions to run successfully ([ #597 ] ( https://github.com/nunomaduro/phpinsights/pull/597 ) )
17
+ - Fix typos ([ #594 ] ( https://github.com/nunomaduro/phpinsights/pull/594 ) )
18
+
7
19
## [ v2.4.0]
8
20
### Added
9
- * add laravel 9 to GH actions test suite ([ #581 ] ( https://github.com/nunomaduro/phpinsights/pull/581 ) )
21
+ - add laravel 9 to GH actions test suite ([ #581 ] ( https://github.com/nunomaduro/phpinsights/pull/581 ) )
10
22
11
23
### Changed
12
- * Allow psr/simple-cache ^2.0 and ^3.0 ([ #580 ] ( https://github.com/nunomaduro/phpinsights/pull/580 ) )
24
+ - Allow psr/simple-cache ^2.0 and ^3.0 ([ #580 ] ( https://github.com/nunomaduro/phpinsights/pull/580 ) )
13
25
14
26
## [ v2.3.0]
15
27
### Changed
16
- * Feature/doc updates ([ #571 ] ( https://github.com/nunomaduro/phpinsights/pull/571 ) )
17
- * Update config key for ordered class elements fixer ([ #574 ] ( https://github.com/nunomaduro/phpinsights/pull/574 ) )
18
- * Remove composer dependency, insights, and tests ([ #575 ] ( https://github.com/nunomaduro/phpinsights/pull/575 ) )
28
+ - Feature/doc updates ([ #571 ] ( https://github.com/nunomaduro/phpinsights/pull/571 ) )
29
+ - Update config key for ordered class elements fixer ([ #574 ] ( https://github.com/nunomaduro/phpinsights/pull/574 ) )
30
+ - Remove composer dependency, insights, and tests ([ #575 ] ( https://github.com/nunomaduro/phpinsights/pull/575 ) )
19
31
20
32
## [ v2.2.0]
21
33
### Fixed
0 commit comments