Skip to content

Commit 5fee49c

Browse files
authored
Release 3.0.1
1 parent e6b564a commit 5fee49c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## [Unreleased]
44

55

6+
## [3.0.1] - 2023-08-03
7+
8+
### Fixed
9+
10+
* Deprecation warnings for PHP 8.2 - thanks @hiboudev (see [#29](https://github.com/wanze/TemplateEngineTwig/pull/23))
11+
* Add support for Composer 2
12+
613
## [3.0.0] - 2019-02-01
714

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

49+
[3.0.1]: https://github.com/wanze/TemplateEngineTwig/releases/tag/v3.0.1
4250
[3.0.0]: https://github.com/wanze/TemplateEngineTwig/releases/tag/v3.0.0
4351
[2.0.0]: https://github.com/wanze/TemplateEngineTwig/releases/tag/v2.0.0
4452
[1.1.0]: https://github.com/wanze/TemplateEngineTwig/releases/tag/v1.1.0

TemplateEngineTwig.module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static function getModuleInfo()
3737
return [
3838
'title' => 'Template Engine Twig',
3939
'summary' => 'Twig templates for the TemplateEngineFactory',
40-
'version' => 300,
40+
'version' => 301,
4141
'author' => 'Stefan Wanzenried',
4242
'href' => 'https://processwire.com/talk/topic/6835-module-twig-for-the-templateenginefactory/',
4343
'singular' => true,

0 commit comments

Comments
 (0)