We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c851277 commit d89f594Copy full SHA for d89f594
ChangeLog.md
@@ -1,5 +1,15 @@
1
# Change Log for CodeIgniter Simple and Secure Twig
2
3
+## v0.4.0 (2019/03/22)
4
+
5
+### Changed
6
7
+* Require Twig 1.38.0 or later.
8
9
+### Added
10
11
+* No direct script access allowed.
12
13
## v0.3.0 (2018/08/14)
14
15
### Added
README.md
@@ -16,7 +16,7 @@ codeigniter/
16
## Requirements
17
18
* PHP 5.4.0 or later
19
-* Twig 1.22.0 or later (Also, simply checked with Twig v2.x)
+* Twig 1.38.0 or later (Also, simply checked with Twig v2.x)
20
21
## Installation
22
0 commit comments