Howdy Resetters!
We've improved the Czech translations, added type annotations, and added @final
annotations to a couple classes - including the ResetPasswordHelper::class
. Paving the way for 2.x...
The @final
annotations will become final
PHP Keywords in the 2.0 release. As will the the added "type" annotations; they'll be replaced with actual type keywords. We still have some work to do before 2.0 - but in the meantime, enjoy!
v1.22.0
June 6th, 2024
Feature
- #296 - [command] make class final - @jrushlow
- #297 - [ResetPasswordHelper] class to become final - @jrushlow
- #305 - [trait] add type annotations to ResetPasswordRequestTrait - @jrushlow
- #310 - [generator] [1.x] userId argument should be either a string or int - @jrushlow
- #320 - Add missing Czech translations - @dfridrich
New Contributors
- @dfridrich made their first contribution in #320
Full Changelog: v1.21.0...v1.22.0