We are very pleased to announce the release of the Twig extension version 2.0.5 which provides three enhancements:
- Extended simple functions and simple filters support.
- Added
@app/views
,@app/modules
,@app/widgets
asTwig_Loader_Filesystem
loader paths, same for themepathMap
paths. - Ability for
register_asset_bundle()
to returnAssetBundle
instance when second argument is true.
See the CHANGELOG for a complete list of changes.
Note that it's likely that it is the last 2.0.x release and the next one will be 2.1.x which may break backwards compatibility. Make sure you have ~2.0.0
in your composer.json
if you want to stay on 2.0.x releases.