Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Sep 15, 2018
1 parent 62986b5 commit f776ad7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.7.2](https://github.com/giuscris/formwork/releases/tag/0.7.2) (2018-09-15)

**Enhancements**

* Change Updater check frequency from 1 hour to 15 minutes

**Bug fixes**

* Fix `Session::start()` not applying session options in PHP < 7.0
* Fix Options > Updates parse error triggered in PHP < 7.0
* Fix incorrect icons in Pages Editor files list

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

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

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

class Formwork
{
const VERSION = '0.7.1';
const VERSION = '0.7.2';

protected static $instance;

Expand Down

0 comments on commit f776ad7

Please sign in to comment.