New Features
- Requires CakePHP 4.3.0+
- Update plugin creation for 4.3 by @markstory in #757
- Add
CommandHelper
bake command by @mentisy in #763 - Full french doc update by @zachee54 in #764
- Add stub for console() to bake templates by @rkaiser0324 in #769
- Add support for phpunit 9 by @othercorey in #772
- Add support for multiple field unique constraints by @othercorey in #780
- Add allowMultipleNulls to unique rules for nullable fields by @othercorey in #784
Fixes
- Fix cakephp 4.3 deprecations by @othercorey in #767
- Add php 8.1 to matrix by @othercorey in #768
- Convert query to resultset before setting view var. by @ADmad in #760
- Make field generation in fixtures optional by @markstory in #765
- Fix setting array display field by @othercorey in #766
- Disable and clear connection metadata cache before baking model by @othercorey in #771
- Exclude hidden fields from index and view template generation by @othercorey in #773
- Validate column names before baking model or fixture by @othercorey in #774
- Add decimal data type to record import test by @othercorey in #777
- Use VarExporter to generate fixture records string by @othercorey in #776
- Don't create unused temp directory by @othercorey in #778
- Simplify generating array display field by @othercorey in #781
- Set fields key for all rules that expect an array by @othercorey in #782
New Contributors
- @zachee54 made their first contribution in #764
- @rkaiser0324 made their first contribution in #769
Full Changelog: 2.5.2...2.6.0