Skip to content

Commit

Permalink
Release 0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Aug 27, 2018
1 parent 3e80fe1 commit 2668ae6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.12](https://github.com/giuscris/formwork/releases/tag/0.6.12) (2018-08-27)

**Enhancements**

* Add logout notification
* Add box shadow to pages list items when sorting pages
* Make buttons in Pages list look the same as in Page editor

**Bug fixes**

* Fix method names which broke PHP ^5.5.0 compatibility

## [0.6.11](https://github.com/giuscris/formwork/releases/tag/0.6.11) (2018-07-24)

**Enhancements**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Formwork
Formwork is a file-based Content Management System (CMS) to make and manage simple sites.

Latest version: [**0.6.11**](https://github.com/giuscris/formwork/releases/tag/0.6.11)
Latest version: [**0.6.12**](https://github.com/giuscris/formwork/releases/tag/0.6.12)

## Features
* ⚡️ Lightweight Core (~280 kB dependencies included)
Expand Down
2 changes: 1 addition & 1 deletion formwork/Core/Formwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Formwork
{
const VERSION = '0.6.11';
const VERSION = '0.6.12';

protected static $instance;

Expand Down

0 comments on commit 2668ae6

Please sign in to comment.