Skip to content

Commit

Permalink
Release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Jul 6, 2021
1 parent 8c1e506 commit bcb2b81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [1.11.1](https://github.com/getformwork/formwork/releases/tag/1.10.3) (2021-07-06)

**Bug fixes**

- Fix `PHP::encodeData()` failing to check if `__set_state()` method exists when `__call()` is implemented


## [1.11.0](https://github.com/getformwork/formwork/releases/tag/1.11.0) (2020-12-16)

**Enhancements**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@

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

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

## Features
- 鈿★笍 Lightweight
Expand Down
2 changes: 1 addition & 1 deletion formwork/Core/Formwork.php
Expand Up @@ -27,7 +27,7 @@ final class Formwork
*
* @var string
*/
public const VERSION = '1.11.0';
public const VERSION = '1.11.1';

/**
* Array containing options
Expand Down

0 comments on commit bcb2b81

Please sign in to comment.