diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ad4f40..66bbd985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.11.2](https://github.com/giuscris/formwork/releases/tag/0.11.2) (2019-05-04) + +**Enhancements** + +- Revert visibility for non-routable pages from [94fd949](https://github.com/giuscris/formwork/commit/94fd949) +- Extract `Layout` class from `Template` +- Move `Page::absoluteUri()` to `AbstractPage::absoluteUri()` +- Load templates on each template rendering, not only for the current page + +**Bug fixes** + +- Fix `Page::absoluteUri()` always returning http scheme +- Fix `menu` partial template overwriting `$page` variable + ## [0.11.1](https://github.com/giuscris/formwork/releases/tag/0.11.1) (2019-04-26) **Bug fixes** diff --git a/README.md b/README.md index 10abbdad..20c449f4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Formwork is a flat file-based Content Management System (CMS) to make and manage simple sites. -Latest version: [**0.11.1**](https://github.com/giuscris/formwork/releases/latest) | [**Changelog**](CHANGELOG.md) +Latest version: [**0.11.2**](https://github.com/giuscris/formwork/releases/latest) | [**Changelog**](CHANGELOG.md) ## Features - ⚡️ Lightweight diff --git a/formwork/Core/Formwork.php b/formwork/Core/Formwork.php index 78d31ea3..fb8030a3 100755 --- a/formwork/Core/Formwork.php +++ b/formwork/Core/Formwork.php @@ -19,7 +19,7 @@ class Formwork * * @var string */ - const VERSION = '0.11.1'; + const VERSION = '0.11.2'; /** * Formwork instance