mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
Merge branch '1.x' into 2.x
* 1.x: bumped version to 1.34.1-DEV prepared the 1.34.0 release [Doc] Fixed documentation about 'Definition vs Runtime'
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
* 2.4.0 (2017-XX-XX)
|
||||
|
||||
* dropped HHVM support
|
||||
* added namespaced aliases for all (non-deprecated) classes and interfaces
|
||||
* marked Twig_Filter, Twig_Function, Twig_Test, Twig_Node_Module and Twig_Profiler_Profile as final via the @final annotation
|
||||
|
||||
@@ -52,7 +53,11 @@
|
||||
* improved the performance of the filesystem loader
|
||||
* removed features that were deprecated in 1.x
|
||||
|
||||
* 1.34.0 (2017-XX-XX)
|
||||
* 1.34.1 (2017-XX-XX)
|
||||
|
||||
* n/a
|
||||
|
||||
* 1.34.0 (2017-06-05)
|
||||
|
||||
* added namespaced aliases for all (non-deprecated) classes and interfaces
|
||||
* dropped HHVM support
|
||||
|
||||
+1
-1
@@ -793,7 +793,7 @@ classes must be autoload-able)::
|
||||
It is now possible to move the runtime logic to a new
|
||||
``Project_Twig_RuntimeExtension`` class and use it directly in the extension::
|
||||
|
||||
class Project_Twig_RuntimeExtension extends Twig_Extension
|
||||
class Project_Twig_RuntimeExtension
|
||||
{
|
||||
private $rot13Provider;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user