Releases: flextype-plugins/twig
Releases · flextype-plugins/twig
3.2.0
3.1.0
3.0.0
Features
-
core Updates code base for new Flextype 1.0.0-alpha.1 release.
-
core Added new Twig expression.
-
core Added new Twig shortcode.
-
core Added new Twig directive.
-
core Added new Twig extensions:
- I18n
- Filesystem
- Csrf
- Constants
- Strings
- Collection
- Filters
- Functions
- Tests
- Emitter
- Actions
- Registry
- Entries
- Serializers
- Parsers
- Flash
- Slugify
- Cache
- Image
- Url
- Math
-
core Updated and removed unused code.
2.1.0
2.0.0
Features
- add native support for Twig.
- add new method
urlFor()
- add new method
fullUrlFor()
- add new method
baseUrl()
- add new method
isCurrentUrl()
- add new method
currentUrl()
BREAKING CHANGES
- use function
urlFor()
instead ofpath_for()
- use function
fullUrlFor()
instead offull_url_for()
- use function
baseUrl()
instead ofbase_url()
- use function
isCurrentUrl()
instead ofis_current_path()
- use function
currentUrl()
instead ofcurrent_path()
affected plugins: account, accounts-admin, admin, form, form-admin, icon, themes-admin
1.8.0
1.7.1
1.7.0
Features
- core update code base for new Flextype 0.9.14
- core Moving to PHP 7.4
- extension new Constants Extension
- extension new Filesystem Extension
- extension new Flextype Extension
- extension new Filters Extension
New docs on the way here https://github.com/flextype-plugins/twig/
BREAKING CHANGES
- in the templates use
flextype.registry
instead ofregistry
- in the templates use
flextype.entries
instead ofentries
- in the templates use
flextype.media
instead ofmedia_*