From 1e99f5998d5d6f98702d90e30bfd79053ddc011a Mon Sep 17 00:00:00 2001 From: Teppo Koivula Date: Sun, 27 Feb 2022 12:32:15 +0200 Subject: [PATCH] Update changelog and bump module version to 0.21.3 --- CHANGELOG.md | 5 +++++ Wireframe.info.json | 2 +- Wireframe.module.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfbc3c4..aef6319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.3] - 2022-02-27 + +### Fixed +- Fixes and improvements to make it easier to use components (and other Wireframe features) outside the context of Wireframe rendered templates. + ## [0.21.2] - 2021-09-05 ### Fixed diff --git a/Wireframe.info.json b/Wireframe.info.json index 156378c..3b78f0d 100644 --- a/Wireframe.info.json +++ b/Wireframe.info.json @@ -1,7 +1,7 @@ { "title": "Wireframe", "summary": "Wireframe is an output framework for ProcessWire CMS/CMF.", - "version": "0.21.2", + "version": "0.21.3", "author": "Teppo Koivula", "href": "https://wireframe-framework.com", "requires": [ diff --git a/Wireframe.module.php b/Wireframe.module.php index a9614fb..0e41ddd 100644 --- a/Wireframe.module.php +++ b/Wireframe.module.php @@ -14,7 +14,7 @@ * @method static string|Page|NullPage page($source, $args = []) Static getter (factory) method for Pages. * @method static string|null partial(string $partial_name, array $args = []) Static getter (factory) method for Partials. * - * @version 0.21.2 + * @version 0.21.3 * @author Teppo Koivula * @license Mozilla Public License v2.0 https://mozilla.org/MPL/2.0/ */