Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Oct 29, 2020
1 parent 6338110 commit f16a1f1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## [1.9.0](https://github.com/getformwork/formwork/releases/tag/1.9.0) (2020-10-29)

**Enhancements**

- Revert non-cacheable error page from [b8018e9](https://github.com/getformwork/formwork/commit/b8018e9)
- Defer Markdown processing in pages
- Clear cache when current page has been published or unpublished
- Add `Str::slug()`
- Add `slug` template helper
- Use `Str::slug()` to support tags with special characters

**Bug fixes**

- Fix `PageCollection::filter()` coercing `$value` parameter to bool

## [1.8.0](https://github.com/getformwork/formwork/releases/tag/1.8.0) (2020-10-27)

**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.8.0**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)
Latest version: [**1.9.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
Expand Up @@ -24,7 +24,7 @@ class Formwork
*
* @var string
*/
public const VERSION = '1.8.0';
public const VERSION = '1.9.0';

/**
* Formwork instance
Expand Down

0 comments on commit f16a1f1

Please sign in to comment.