Skip to content

Commit

Permalink
Release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Feb 13, 2019
1 parent d9333e4 commit 3f81117
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

**Bug fixes**

* Fix Parsedown extension link processing (closes [#11](https://github.com/giuscris/formwork/issues/11))
* Fix numeric template names not being accepted
* Fix `Set-Cookie` header being sent when resuming session

## [0.9.3](https://github.com/giuscris/formwork/releases/tag/0.9.3) (2018-10-18)

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

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

## Features
* 鈿★笍 Lightweight Core (~300 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.3';
const VERSION = '0.9.4';

/**
* Formwork instance
Expand Down

0 comments on commit 3f81117

Please sign in to comment.