mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +02:00
Bump version number
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to Flarum will be documented in this file.
|
All notable changes to Flarum and its bundled extensions will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased][unreleased]
|
## [Unreleased][unreleased]
|
||||||
*nothing yet*
|
*nothing yet*
|
||||||
|
|
||||||
## [0.1.0-beta.2] - 2015-09-13
|
## [0.1.0-beta.2] - 2015-09-14
|
||||||
### Added
|
### Added
|
||||||
- Check prerequisites (PHP version, extensions, etc.) before installation (#364)
|
- Check prerequisites (PHP version, extensions, etc.) before installation (#364)
|
||||||
- Enforce maximum title and post length through validation (#53, #338)
|
- Enforce maximum title and post length through validation (#53, #338)
|
||||||
@@ -23,7 +23,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Discussion list did not work with non-empty database prefix (#269, #380)
|
- Discussion list did not work with non-empty database prefix (#269, #380)
|
||||||
- Non-admins could not reset their password (#229)
|
- Non-admins could not reset their password (#229)
|
||||||
- Requests ending with a slash resulted in a 404 (#334)
|
- Requests ending with a slash resulted in a 404 (#334)
|
||||||
- Sometimes, tags could not be dragged for reordering in the admin panel (#341)
|
|
||||||
- In rare cases, posts did not load correctly (#295)
|
- In rare cases, posts did not load correctly (#295)
|
||||||
- Avatars did not show up when installed in a subfolder (#291)
|
- Avatars did not show up when installed in a subfolder (#291)
|
||||||
- Installer crashed when views directory was not writable (#376)
|
- Installer crashed when views directory was not writable (#376)
|
||||||
@@ -32,6 +31,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Invalid custom CSS could crash the application (#400)
|
- Invalid custom CSS could crash the application (#400)
|
||||||
- First posts could not be restored or deleted
|
- First posts could not be restored or deleted
|
||||||
- Several design bugs
|
- Several design bugs
|
||||||
|
- Set cookies to be HTTP-only
|
||||||
|
- Tags: Sometimes, tags could not be dragged for reordering in the admin panel (#341)
|
||||||
|
- Suspend: Use correct column name in when migrating database
|
||||||
|
- Lock: Check for correct permission when displaying lock control
|
||||||
|
- Likes: Allow liking permissions to be configured
|
||||||
|
|
||||||
## 0.1.0-beta - 2015-08-27
|
## 0.1.0-beta - 2015-08-27
|
||||||
First Version
|
First Version
|
||||||
|
@@ -27,7 +27,7 @@ class Application extends Container implements ApplicationContract
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '0.1.0-beta';
|
const VERSION = '0.1.0-beta.2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base path for the Laravel installation.
|
* The base path for the Laravel installation.
|
||||||
|
Reference in New Issue
Block a user