Releases: kaliop/twig-express-bundle
Releases · kaliop/twig-express-bundle
3.1.0
3.0.0
As well as rebranding this project, we're bringing it closer to parity with the standalone TwigExpress tool.
BREAKING CHANGE:
- You will have to use
KaliopTwigExpressBundle
instead ofGradientzTwigExpressBundle
in your config.
Features:
- Add a TwigExtension with the
lorem()
,markdown()
andparam()
functions
(similar to https://github.com/kaliop/twig-express/blob/master/doc/extras.md) - New demo pages (using some of the test pages from the TwigExpress repo).
- Add support for using the TwigExpress page layout with
{% extends twigexpress_layout() %}
- Styling update.
Front-end assets cleanup
A few changes so that GitHub and Packagist identify this project as mostly PHP-based.
¯_(ツ)_/¯
Backwards compatibility fixes
- Fix compatibility with Symfony 2.5 and 2.6.
- Bump minimum requirement to symfony 2.5 (from 2.4 in composer.json, which was wrong).
2.0.2
2.0.1
Partial rewrite
No dependency on Assetic config, a few bug fixes, and most importantly the bundle was renamed, hence the major version bump.
First public release
Note that, though this TwigExpressBundle is a port to Symfony of our TwigExpress tool, unlike TwigExpress 1.0 it doesn’t yet include the following templating helpers:
lorem()
markdown()
files()
folders()