Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed May 7, 2020
1 parent d7cbc3f commit 204ac47
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.6.0](https://github.com/getformwork/formwork/releases/tag/1.6.0) (2020-05-07)

**Enhancements**

- Add `aria-hidden` attributes
- Make field views more readable with new `attr` helper
- Avoid non user-scalable `<meta name="viewport">` values
- Rewrite panel app as JavaScript modules
- Remove Gulp and use npm scripts instead
- Make error handling consistent in `FileSystem` class

## [1.5.2](https://github.com/getformwork/formwork/releases/tag/1.5.2) (2020-03-02)

**Bug fixes**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Formwork is a flat file-based Content Management System (CMS) to make and manage simple sites.

Latest version: [**1.5.2**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)
Latest version: [**1.6.0**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)

## Features
- ⚡️ Lightweight
Expand Down
2 changes: 1 addition & 1 deletion formwork/Core/Formwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Formwork
*
* @var string
*/
public const VERSION = '1.5.2';
public const VERSION = '1.6.0';

/**
* Formwork instance
Expand Down

0 comments on commit 204ac47

Please sign in to comment.