Skip to content

Commit 63c0961

Browse files
authored
[skip ci] update CHANGELOG to 2.4.11
1 parent 583a397 commit 63c0961

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
Nothing
1010

11-
## [2.4.11] 2022-02-20
11+
## [2.4.11] 2022-02-22
1212
### Updated (breaking change)
1313
- AuthControllers refactoring
1414
- CRUDControllers (return types added on methods to override)
@@ -21,13 +21,14 @@ The signature of the methods of AuthController, AuthFiles, CRUDController, CRUDF
2121
It is therefore necessary to add this return types on the overridden methods
2222
```php
2323
public function getViewIndex():string {
24-
return "MyAuth/index.html";
24+
return 'MyAuth/index.html';
2525
}
2626
```
2727

2828
### Added
2929
In Auth controllers:
3030
- Account recovery (password reset)
31+
- `AuthControllerConfig`, `UASystem`, `UConfigFile` classes
3132

3233
## [2.4.10] 2022-02-13
3334
### Added

0 commit comments

Comments
 (0)