@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
66## [ Unreleased]
77
8+ ## [ v3.0.0] - 2026-04-06
9+ ### Changed
10+ - Requires ` northwestern-sysdev/lodash-php ` ^4.0.0, which removes the global ` __() ` function that conflicted with Laravel's ` __() ` (trans) helper.
11+ - Dropped support for Laravel 8, 9, and 10 (incompatible with PHP ^8.3 and Carbon ^3).
12+ - Dropped support for Symfony Finder ^6.
13+ ### Added
14+ - Updated composer requirements to support Laravel 13.
15+ - Added PHP 8.5 to CI test matrix.
16+
817## [ v2.0.0] - 2025-08-29
918### Changed
1019- The minimum PHP version is now 8.3.
@@ -232,7 +241,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
232241## [ v0.1.0] - 2021-05-04
233242- Initial release.
234243
235- [ Unreleased ] : https://github.com/NIT-Administrative-Systems/dynamic-forms/compare/v1.1.0...HEAD
244+ [ Unreleased ] : https://github.com/NIT-Administrative-Systems/dynamic-forms/compare/v3.0.0...HEAD
245+ [ v3.0.0 ] : https://github.com/NIT-Administrative-Systems/dynamic-forms/compare/v2.0.0...v3.0.0
246+ [ v2.0.0 ] : https://github.com/NIT-Administrative-Systems/dynamic-forms/compare/v1.2.2...v2.0.0
247+ [ v1.2.2 ] : https://github.com/NIT-Administrative-Systems/dynamic-forms/compare/v1.2.1...v1.2.2
248+ [ v1.2.1 ] : https://github.com/NIT-Administrative-Systems/dynamic-forms/compare/v1.2.0...v1.2.1
249+ [ v1.2.0 ] : https://github.com/NIT-Administrative-Systems/dynamic-forms/compare/v1.1.0...v1.2.0
236250[ v1.1.0 ] : https://github.com/NIT-Administrative-Systems/dynamic-forms/compare/v1.0.1...v1.1.0
237251[ v1.0.1 ] : https://github.com/NIT-Administrative-Systems/dynamic-forms/compare/v1.0.0...v1.0.1
238252[ v1.0.0 ] : https://github.com/NIT-Administrative-Systems/dynamic-forms/compare/v0.15.1...v1.0.0
0 commit comments