From 1bbb468a557d258a192a1500758c7531582aa0d5 Mon Sep 17 00:00:00 2001 From: Stefan Wanzenried Date: Sun, 4 Jul 2021 22:47:30 +0200 Subject: [PATCH] Bump version to 2.1.0 --- CHANGELOG.md | 8 ++++++-- TemplateEngineFactory.module.php | 2 +- TemplateEngineProcesswire.module.php | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 348f05c..80faf5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [Unreleased] +## [2.1.0] - 2021-07-04 + +### Added + +* Add support for installation via Composer 2 ([#9](https://github.com/wanze/TemplateEngineFactory/pull/19)) ## [2.0.1] - 2019-09-28 @@ -47,9 +51,9 @@ than the page throwing the 404 exception. * Lower hook priority for the hook executed after `Page::render`. This makes sure that the current active template engine returns the markup *before* other modules hooking after `Page::render`. +[2.1.0]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v2.1.0 [2.0.1]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v2.0.1 [2.0.0]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v2.0.0 [1.1.3]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v1.1.3 [1.1.2]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v1.1.2 [1.1.1]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v1.1.1 -[Unreleased]: https://github.com/wanze/TemplateEngineFactory/compare/v2.0.1...HEAD diff --git a/TemplateEngineFactory.module.php b/TemplateEngineFactory.module.php index 6a7b3b0..4d3567d 100755 --- a/TemplateEngineFactory.module.php +++ b/TemplateEngineFactory.module.php @@ -52,7 +52,7 @@ public static function getModuleInfo() { return [ 'title' => 'Template Engine Factory', - 'version' => 201, + 'version' => 210, 'author' => 'Stefan Wanzenried', 'summary' => 'Provides ProcessWire integration for various template engines such as Twig.', 'href' => 'https://processwire.com/talk/topic/6833-module-templateenginefactory/', diff --git a/TemplateEngineProcesswire.module.php b/TemplateEngineProcesswire.module.php index f41a0d1..8eb2ed8 100755 --- a/TemplateEngineProcesswire.module.php +++ b/TemplateEngineProcesswire.module.php @@ -16,7 +16,7 @@ public static function getModuleInfo() { return [ 'title' => 'Template Engine ProcessWire', - 'version' => 201, + 'version' => 210, 'author' => 'Stefan Wanzenried', 'summary' => 'ProcessWire templates for the TemplateEngineFactory.', 'singular' => true,