Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Oct 12, 2019
1 parent 52e5654 commit d167856
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.1](https://github.com/getformwork/formwork/releases/tag/1.1.1) (2019-10-12)

**Bug fixes**

- Fix page views being tracked from administration panel

## [1.1.0](https://github.com/getformwork/formwork/releases/tag/1.1.0) (2019-10-12)

**Enhancements**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.1.0**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)
Latest version: [**1.1.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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Formwork
*
* @var string
*/
public const VERSION = '1.1.0';
public const VERSION = '1.1.1';

/**
* Formwork instance
Expand Down

0 comments on commit d167856

Please sign in to comment.