mirror of
https://github.com/flarum/core.git
synced 2025-01-29 12:42:32 +01:00
releasing beta 11.1
This commit is contained in:
parent
ff384569f8
commit
8a1bcf30d2
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-beta.11](https://github.com/flarum/core/compare/v0.1.0-beta.11...v0.1.0-beta.11.1)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Saving custom css in admin failed (#1946)
|
||||
|
||||
## [0.1.0-beta.11](https://github.com/flarum/core/compare/v0.1.0-beta.10...v0.1.0-beta.11)
|
||||
|
||||
### Added
|
||||
|
@ -23,7 +23,7 @@ class Application extends Container implements ApplicationContract
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '0.1.0-beta.11';
|
||||
const VERSION = '0.1.0-beta.11.1';
|
||||
|
||||
/**
|
||||
* The base path for the Flarum installation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user