mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-29 19:37:44 +01:00
Release 0.9.2
This commit is contained in:
parent
bdbcb38cc4
commit
78c865b059
14
CHANGELOG.md
14
CHANGELOG.md
@ -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**
|
||||
|
@ -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)
|
||||
|
@ -20,7 +20,7 @@ class Formwork
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '0.9.1';
|
||||
const VERSION = '0.9.2';
|
||||
|
||||
/**
|
||||
* Formwork instance
|
||||
|
Loading…
x
Reference in New Issue
Block a user