Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Mar 17, 2019
1 parent 4c02b73 commit a70a5ae
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.10.0](https://github.com/giuscris/formwork/releases/tag/0.10.0) (2019-03-17)

**Enhancements**

* **Add modal to Pages editor to change page slugs**
* **Keep only a maximum number of backup files**
* **Validate referer before redirecting**
* **Delete invalid cached resources when fetching with** `FilesCache::fetch()`
* Validate page slug, parent page and template in Pages controller
* Redirect to referer in Pages controller when possible
* Add keyboard shortcut for link command (<kbd>CTRL/Cmd + K</kbd>)

**Bug fixes**

* **Fix error in Register controller which prevented language setting**
* **Fix translated fields not switching to fallback language** (closes [#14](https://github.com/giuscris/formwork/issues/14))
* Fix `Pages@create` not correctly checking if page already exists
* Fix redirect in `Pages@delete`

## [0.9.6](https://github.com/giuscris/formwork/releases/tag/0.9.6) (2019-03-13)

**Enhancements**
Expand Down Expand Up @@ -163,7 +182,7 @@
* Add `admin.logout_redirect` option to decide where to redirect after logout (Login or Site Home Page)
* Display loaded php.ini filename in Options > Info tab
* Add `range` field type
* Add keyboard shortcut (`CTRL/Cmd + S`) to all views with Save command
* Add keyboard shortcut (<kbd>CTRL/Cmd + S</kbd>) to all views with Save command
* Add nginx.conf file with NGINX rewrite rules

**Bug fixes**
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 flat file-based Content Management System (CMS) to make and manage simple sites.

Latest version: [**0.9.6**](https://github.com/giuscris/formwork/releases/tag/0.9.6) | [**Changelog**](CHANGELOG.md)
Latest version: [**0.10.0**](https://github.com/giuscris/formwork/releases/tag/0.10.0) | [**Changelog**](CHANGELOG.md)

## Features
* 鈿★笍 Lightweight Core (~350 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 @@ -20,7 +20,7 @@ class Formwork
*
* @var string
*/
const VERSION = '0.9.6';
const VERSION = '0.10.0';

/**
* Formwork instance
Expand Down

0 comments on commit a70a5ae

Please sign in to comment.