Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wanze authored Aug 3, 2023
1 parent e6b564a commit 5fee49c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
## [Unreleased]


## [3.0.1] - 2023-08-03

### Fixed

* Deprecation warnings for PHP 8.2 - thanks @hiboudev (see [#29](https://github.com/wanze/TemplateEngineTwig/pull/23))
* Add support for Composer 2

## [3.0.0] - 2019-02-01

* Update Twig to version `3.x` - thanks @porl (see [#23](https://github.com/wanze/TemplateEngineTwig/pull/23))
Expand Down Expand Up @@ -39,6 +46,7 @@ possible with Composer, no longer via ProcessWire modules directory.
* Fix autoloader deprecation message - by @lesaff.
* Make sure that some configuration settings are correctly passed as booleans to twig - by @nextgensparx

[3.0.1]: https://github.com/wanze/TemplateEngineTwig/releases/tag/v3.0.1
[3.0.0]: https://github.com/wanze/TemplateEngineTwig/releases/tag/v3.0.0
[2.0.0]: https://github.com/wanze/TemplateEngineTwig/releases/tag/v2.0.0
[1.1.0]: https://github.com/wanze/TemplateEngineTwig/releases/tag/v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion TemplateEngineTwig.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static function getModuleInfo()
return [
'title' => 'Template Engine Twig',
'summary' => 'Twig templates for the TemplateEngineFactory',
'version' => 300,
'version' => 301,
'author' => 'Stefan Wanzenried',
'href' => 'https://processwire.com/talk/topic/6835-module-twig-for-the-templateenginefactory/',
'singular' => true,
Expand Down

0 comments on commit 5fee49c

Please sign in to comment.