Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wanze committed Jul 4, 2021
1 parent 2e31d12 commit 1bbb468
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion TemplateEngineFactory.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down
2 changes: 1 addition & 1 deletion TemplateEngineProcesswire.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1bbb468

Please sign in to comment.