Skip to content

Commit aff905c

Browse files
committed
release/5.0.0
1 parent 90b5fc5 commit aff905c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
<a name="5.0.0"></a>
12+
## [5.0.0] - 2023-06-28
13+
### 🍰 Added
14+
- support for dot notations in DataObject Relations ([#14](https://github.com/syntro-opensource/silverstripe-phpstan/issues/14)) ([#21](https://github.com/syntro-opensource/silverstripe-phpstan/issues/21))
15+
- information for people still using Silverstripe 4
16+
- support for silverstripe 5 ([#19](https://github.com/syntro-opensource/silverstripe-phpstan/issues/19))
17+
- Stubs for Page and PageController to ensure these symbols also exist for modules ([#18](https://github.com/syntro-opensource/silverstripe-phpstan/issues/18))
18+
- standardized testsuites ([#11](https://github.com/syntro-opensource/silverstripe-phpstan/issues/11))
19+
20+
### 🐞 Fixed
21+
- tests are actually executed for the 5 branch
22+
23+
### 🔧 Changed
24+
- Uses v5 testsuite
25+
26+
1127
<a name="1.0.0"></a>
1228
## [1.0.0] - 2022-04-30
1329
### 🍰 Added
@@ -31,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3147
- github action tests ([#3](https://github.com/syntro-opensource/silverstripe-phpstan/issues/3))
3248

3349

34-
[Unreleased]: https://github.com/syntro-opensource/silverstripe-phpstan/compare/1.0.0...HEAD
50+
[Unreleased]: https://github.com/syntro-opensource/silverstripe-phpstan/compare/5.0.0...HEAD
51+
[5.0.0]: https://github.com/syntro-opensource/silverstripe-phpstan/compare/1.0.0...5.0.0
3552
[1.0.0]: https://github.com/syntro-opensource/silverstripe-phpstan/compare/0.0.0...1.0.0
3653
[0.0.0]: https://github.com/syntro-opensource/silverstripe-phpstan/compare/fork...0.0.0

0 commit comments

Comments
 (0)