mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
Release 0.6.11
This commit is contained in:
parent
1906d9b2b7
commit
cf892060f2
13
CHANGELOG.md
13
CHANGELOG.md
@ -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**
|
||||
|
@ -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)
|
||||
|
@ -14,7 +14,7 @@ use LogicException;
|
||||
|
||||
class Formwork
|
||||
{
|
||||
const VERSION = '0.6.10';
|
||||
const VERSION = '0.6.11';
|
||||
|
||||
protected static $instance;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user