All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.0.1 - 2017-02-06
- Allow both Twig
^1.26
and the newer Twig^2.0
.
2.0.0 - 2016-12-03
- Bumped minimum requirement for Twig from
1.12
to1.26
Extension::NAME
andExtension::getName()
as they are no longer required by the minimum required Twig version.
1.0.1 - 2016-01-27
- Minimum Twig version bumped to 1.12
1.0.0 - 2016-01-14
- Add Travis integration for automated tests
- Move phpunit from require to require-dev.
- Use needs_environment option instead of deprecated
Twig_Extension->initRuntime()
to accessTwig_Environment
.
- Fix tag not using the extension and its configuration.
First public release.