mirror of
https://github.com/flarum/framework.git
synced 2024-12-18 11:03:52 +08:00
Release v1.2.1
This commit is contained in:
parent
085c44ec63
commit
dd5c516156
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## [1.2.1](https://github.com/flarum/core/compare/v1.2.0...v1.2.1)
|
||||
|
||||
### Fixed
|
||||
- Don't escape single quotes in discussion title meta tags (60600f4d2b8f0c5dac94c329041427a0a08fad42)
|
||||
|
||||
## [1.2.0](https://github.com/flarum/core/compare/v1.1.1...v1.2.0)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -21,7 +21,7 @@ class Application
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '1.2.0';
|
||||
const VERSION = '1.2.1';
|
||||
|
||||
/**
|
||||
* The IoC container for the Flarum application.
|
||||
|
|
Loading…
Reference in New Issue
Block a user