Release 0.6.11

This commit is contained in:
Giuseppe Criscione 2018-07-24 18:28:31 +02:00
parent 1906d9b2b7
commit cf892060f2
3 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,18 @@
# Changelog
## [0.6.11](https://github.com/giuscris/formwork/releases/tag/0.6.11) (2018-07-24)
**Enhancements**
* Make notifications disappear by clicking on them (closes [#3](https://github.com/giuscris/formwork/issues/3))
* Add Delete Page button to Pages editor
* Add Pages editor keyboard shortcuts for bold, italic and save commands
* Add Preview button to Pages editor
**Bug fixes**
* Fix unintended non-static methods which triggered a PHP warning
## [0.6.10](https://github.com/giuscris/formwork/releases/tag/0.6.10) (2018-07-18)
**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.6.10**](https://github.com/giuscris/formwork/releases/tag/0.6.10)
Latest version: [**0.6.11**](https://github.com/giuscris/formwork/releases/tag/0.6.11)
## Features
* ⚡️ Lightweight Core (~280 kB dependencies included)

View File

@ -14,7 +14,7 @@ use LogicException;
class Formwork
{
const VERSION = '0.6.10';
const VERSION = '0.6.11';
protected static $instance;