@userfrosting/theme-adminlte
Version:
Admin LTE Theme for UserFrosting 5
21 lines (15 loc) • 923 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [5.1.2](https://github.com/userfrosting/theme-adminlte/compare/5.1.1...5.1.2)
- Add missing jquery-validation methods
## [5.1.1](https://github.com/userfrosting/theme-adminlte/compare/5.1.0...5.1.1)
- Add entry for bundled images
## [5.1.0](https://github.com/userfrosting/theme-adminlte/compare/5.0.1...5.1.0)
- Drop PHP 8.1 support, add PHP 8.3 support
- Update to Laravel 10
- Update to PHPUnit 10
- Update to FontAwesome 6 (See [what's changed in FA6](https://fontawesome.com/docs/web/setup/upgrade/whats-changed))
- Add fallback routes when 'index' is not defined (Fix [#1244](https://github.com/userfrosting/UserFrosting/issues/1244))
## 5.0.0
- Initial version