Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Oct 13, 2018
1 parent c8fc891 commit 4b8922a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.9.0](https://github.com/giuscris/formwork/releases/tag/0.9.0) (2018-10-13)

**Enhancements**

* **Add user roles and permissions** ([#9](https://github.com/giuscris/formwork/pull/9))
* **Limit access after a certain amount of failed login attempts** ([#10](https://github.com/giuscris/formwork/pull/10))
* Use HTTP status 400 instead of 403 when CSRF token is not valid
* Show a `no-drop` cursor and light red background when page reordering is not possible
* Improve users list appearance especially for small screen sizes
* Slightly reduce sidebar width to have more room for content
* Improve pages list columns sizing
* Use user language when provided instead of `admin.lang` option
* Display file size next to uploaded file names

**Bug fixes**

* **Fix notification spacing issues when page is scrolled**
* Fix missing error notification when editing users is forbidden
* Check uploaded avatar existence before user update
* Fix language strings
* Fix wrong exception type in `Uploader` class

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

**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.8.1**](https://github.com/giuscris/formwork/releases/tag/0.8.1)
Latest version: [**0.9.0**](https://github.com/giuscris/formwork/releases/tag/0.9.0)

## Features
* 鈿★笍 Lightweight Core (~300 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 @@ -15,7 +15,7 @@

class Formwork
{
const VERSION = '0.8.1';
const VERSION = '0.9.0';

protected static $instance;

Expand Down

0 comments on commit 4b8922a

Please sign in to comment.