Bump version number

This commit is contained in:
Toby Zerner 2015-09-14 16:32:31 +09:30
parent 27d020f86b
commit 440144a23e
2 changed files with 8 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# 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/).
## [Unreleased][unreleased]
*nothing yet*
## [0.1.0-beta.2] - 2015-09-13
## [0.1.0-beta.2] - 2015-09-14
### Added
- Check prerequisites (PHP version, extensions, etc.) before installation (#364)
- 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)
- Non-admins could not reset their password (#229)
- 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)
- Avatars did not show up when installed in a subfolder (#291)
- 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)
- First posts could not be restored or deleted
- 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
First Version

View File

@ -27,7 +27,7 @@ class Application extends Container implements ApplicationContract
*
* @var string
*/
const VERSION = '0.1.0-beta';
const VERSION = '0.1.0-beta.2';
/**
* The base path for the Laravel installation.