Skip to content

Commit

Permalink
Release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed May 4, 2019
1 parent 67573ff commit a285ee6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
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: [**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
Expand Down
2 changes: 1 addition & 1 deletion formwork/Core/Formwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Formwork
*
* @var string
*/
const VERSION = '0.11.1';
const VERSION = '0.11.2';

/**
* Formwork instance
Expand Down

0 comments on commit a285ee6

Please sign in to comment.