Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Nov 30, 2024
1 parent ec79ef9 commit 24e4c7c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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/sprinkle-core/compare/5.1.1...5.1.2)
## [5.1.5](https://github.com/userfrosting/sprinkle-core/compare/5.1.4...5.1.5)
- Add PHP 8.4 support & tests

## [5.1.4](https://github.com/userfrosting/sprinkle-core/compare/5.1.3...5.1.4)
- Add back mobile phone responsiveness by @vinc10 in https://github.com/userfrosting/sprinkle-core/pull/41

## [5.1.3](https://github.com/userfrosting/sprinkle-core/compare/5.1.2...5.1.3)
- Replace `LocaleMiddleware` with `ServerRequestMiddleware`. A new class, `RequestContainer`, can be injected or retrieved from the container to get the server request. It will be `null` if the request is not defined (called before it is injected into the container by Middleware or if there's no request, e.g., a Bakery command).

## [5.1.2](https://github.com/userfrosting/sprinkle-core/compare/5.1.1...5.1.2)
Expand Down

0 comments on commit 24e4c7c

Please sign in to comment.