Skip to content

2.2.0

Compare
Choose a tag to compare
@dereuromark dereuromark released this 30 Dec 12:29
· 326 commits to master since this release

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.