You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,18 @@ All notable changes to this project will be documented in this file.
7
7
8
8
### Changed
9
9
10
+
* Twig version is raised to 1.17
11
+
10
12
### Deprecated
11
13
12
14
### Removed
13
15
14
16
* Removed [numerous methods](https://github.com/app-zap/PHPFramework/commit/77137cf25a12e8a7879bac24457874ba20639248) that were deprecated and marked for removal in 1.5.
15
17
16
-
## 1.4, 2015-01-15 21:13:59
18
+
## Version 1.4, 2015-01-15 21:13:59
17
19
18
20
### Added
21
+
19
22
*[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)
20
23
* A controller can implement the `getTemplateName()` method to modify the default twig template name.
21
24
*`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.
66
69
* Deprecated `TwigView->has_output_filter()` Use `TwigView->hasOutputFilter()` instead.
67
70
* Deprecated `TwigView->has_output_function()` Use `TwigView->hasOutputFunction()` instead.
68
71
* Deprecated lower_camel_cased setters and getters in model classes. Use lowerCamelCased method names instead.
0 commit comments