Release 0.9.2

This commit is contained in:
Giuseppe Criscione 2018-10-18 17:49:06 +02:00
parent bdbcb38cc4
commit 78c865b059
3 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## [0.9.2](https://github.com/giuscris/formwork/releases/tag/0.9.2) (2018-10-18)
**Enhancements**
* **Add PHPDoc**
* Cleanup code
**Bug fixes**
* Fix typos in `Image` class
* Fix Authentication controller
* Add missing properties to `Page` class
* Remove duplicate keys in `MimeType` class
## [0.9.1](https://github.com/giuscris/formwork/releases/tag/0.9.1) (2018-10-16)
**Enhancements**

View File

@ -1,7 +1,7 @@
# Formwork
Formwork is a file-based Content Management System (CMS) to make and manage simple sites.
Latest version: [**0.9.1**](https://github.com/giuscris/formwork/releases/tag/0.9.1)
Latest version: [**0.9.2**](https://github.com/giuscris/formwork/releases/tag/0.9.2)
## Features
* ⚡️ Lightweight Core (~300 kB dependencies included)

View File

@ -20,7 +20,7 @@ class Formwork
*
* @var string
*/
const VERSION = '0.9.1';
const VERSION = '0.9.2';
/**
* Formwork instance