Skip to content

Releases: kaliop/twig-express-bundle

3.1.0

12 Jun 12:38
Compare
Choose a tag to compare
  • Define a service to load the TwigExtension automatically
  • Fix <title> in directory listings
  • Documentation tweaks

3.0.0

31 May 15:15
Compare
Choose a tag to compare

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 of GradientzTwigExpressBundle in your config.

Features:

  • Add a TwigExtension with the lorem(), markdown() and param() 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

24 Nov 17:29
Compare
Choose a tag to compare

A few changes so that GitHub and Packagist identify this project as mostly PHP-based.

¯_(ツ)_/¯

Backwards compatibility fixes

24 Nov 14:27
Compare
Choose a tag to compare
  • 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

03 Oct 10:40
Compare
Choose a tag to compare

CSS updates

2.0.1

26 Sep 17:02
Compare
Choose a tag to compare
Tweak CSS, put all assets in Resources/public

Partial rewrite

23 Sep 19:08
Compare
Choose a tag to compare

No dependency on Assetic config, a few bug fixes, and most importantly the bundle was renamed, hence the major version bump.

First public release

19 Sep 12:46
Compare
Choose a tag to compare

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()