Skip to content

Commit 2091c9b

Browse files
committed
Bump version to 2.5.0
1 parent 2aa5e44 commit 2091c9b

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

CHANGELOG.md

+17-5
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,30 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
719
## [v2.4.0]
820
### 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))
1022

1123
### 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))
1325

1426
## [v2.3.0]
1527
### 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))
1931

2032
## [v2.2.0]
2133
### Fixed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpinsights",
3-
"version": "2.2.0",
3+
"version": "2.5.0",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

src/Domain/Kernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class Kernel
1616
*
1717
* @noRector Rector\DeadCode\Rector\ClassConst\RemoveUnusedClassConstantRector
1818
*/
19-
public const VERSION = 'v2.2.0';
19+
public const VERSION = 'v2.5.0';
2020

2121
/**
2222
* Bootstraps the usage of the package.

0 commit comments

Comments
 (0)