Skip to content

Commit e21ebf8

Browse files
committed
Update Twig to 1.17
1 parent 77aecee commit e21ebf8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ All notable changes to this project will be documented in this file.
77

88
### Changed
99

10+
* Twig version is raised to 1.17
11+
1012
### Deprecated
1113

1214
### Removed
1315

1416
* Removed [numerous methods](https://github.com/app-zap/PHPFramework/commit/77137cf25a12e8a7879bac24457874ba20639248) that were deprecated and marked for removal in 1.5.
1517

16-
## 1.4, 2015-01-15 21:13:59
18+
## Version 1.4, 2015-01-15 21:13:59
1719

1820
### Added
21+
1922
* [MailService](https://github.com/app-zap/PHPFramework/blob/develop/classes/Mail/MailService.php) and [MailMessage](https://github.com/app-zap/PHPFramework/blob/develop/classes/Mail/MailMessage.php)
2023
* A controller can implement the `getTemplateName()` method to modify the default twig template name.
2124
* `Configuration::getSection()` now has an optional 3rd parameter (array) `$defaultValues`
@@ -66,5 +69,3 @@ All notable changes to this project will be documented in this file.
6669
* Deprecated `TwigView->has_output_filter()` Use `TwigView->hasOutputFilter()` instead.
6770
* Deprecated `TwigView->has_output_function()` Use `TwigView->hasOutputFunction()` instead.
6871
* Deprecated lower_camel_cased setters and getters in model classes. Use lowerCamelCased method names instead.
69-
70-
### Removed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nette/caching": "2.2.*",
77
"php": ">=5.4.0",
88
"swiftmailer/swiftmailer": "5.3.*",
9-
"twig/twig": "1.16.*"
9+
"twig/twig": "1.17.*"
1010
},
1111
"require-dev": {
1212
"phpunit/dbunit": "1.3.*"

0 commit comments

Comments
 (0)