mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 10:03:16 +08:00
releasing beta 11.1
This commit is contained in:
parent
ff384569f8
commit
8a1bcf30d2
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# 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)
|
## [0.1.0-beta.11](https://github.com/flarum/core/compare/v0.1.0-beta.10...v0.1.0-beta.11)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -23,7 +23,7 @@ class Application extends Container implements ApplicationContract
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '0.1.0-beta.11';
|
const VERSION = '0.1.0-beta.11.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base path for the Flarum installation.
|
* The base path for the Flarum installation.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user