Releases: spryker/twig
Releases · spryker/twig
2.2.1
2.2.0
Included commits: 2.1.1...2.2.0
Improvements
Previously it was not possible to easily create a extension Plugin which extends AbstractPlugin. A new AbstractTwigExtensionPlugin which uses Twig_ExtensionInterface instead of the Twig_Extension class is added. With this it's possible to create Extension Plugins for Zed which extends AbstractPlugin.
- Added AbstractTwigExtensionPlugin.
2.1.1
Included commits: 2.1.0...2.1.1
Adjustments
Previous versions used the tilde for required dependencies. We use the caret now to be more open for updates.
- Use caret instead of tilde.
2.1.0
Included commits: 2.0.0...2.1.0
Features
- Added wrapper classes for some often used Twig classes for better framework internal use.