-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
42 lines (28 loc) · 1.04 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Changelog for TwigExpressBundle
## 3.0.0
- Rebrand GradientzTwigExpressBundle as KaliopTwigExpressBundle
(same as our sister project: https://github.com/kaliop/twig-express)
- 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.
## 2.0.4
- Cleanup front-end assets. (A few changes so that GitHub and Packagist
identify this project as mostly PHP-based. ¯\_(ツ)_/¯)
## 2.0.3
- 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
- CSS updates
## 2.0.1
- CSS tweaks
- Put all assets in Resources/public
## 2.0.0
- Partial rewrite.
- Removes dependency on Assetic config.
- Bug fixes.
## 1.0.0
- First public release, based on the standalone twigexpress.phar.