3.2.0 (2022-09-13)
-
core Add new functions
abs
andround
for Math Extension. -
core Add new filter
expressions
. -
core Add new extensions
Fetch
.
3.1.0 (2022-09-13)
- core update code base for new Flextype 1.0.0-alpha.2 release.
3.0.0 (2022-07-11)
-
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 (2021-01-14)
- core update code base for new Flextype 0.9.16
2.0.0 (2021-01-07)
- 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()
- 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 (2021-01-03)
- core update code base for new Flextype 0.9.15
1.7.1 (2021-01-01)
- extension fix filter for Markdown
1.7.0 (2020-12-30)
- core update code base for new Flextype 0.9.14
- core Moving to PHP 7.4
- core use new TWIG Plugin 1.7.0
- 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_*
1.6.0 (2020-12-20)
- core update code base for new Flextype 0.9.13
1.5.1 (2020-12-10)
- media fix namespace for media
1.5.0 (2020-12-10)
-
core add Media support
media_files.fetchSingle() media_files.fetchCollection() media_files.has() media_files.getFileLocation() media_files_meta.getFileMetaLocation() media_folders.fetchSingle() media_folders.fetchCollection() media_folders.has() media_folders.getDirectoryLocation() media_files_meta.getDirectoryMetaLocation()
1.4.0 (2020-12-07)
- core update code base for new Flextype 0.9.12
1.3.0 (2020-08-25)
- core update code base for new Flextype 0.9.11
1.2.0 (2020-08-19)
- core update code base for new Flextype 0.9.10
1.1.1 (2020-08-05)
- core fixes for new Twig 3
1.1.0 (2020-08-05)
- core update code base for new Flextype 0.9.9
1.0.7 (2020-07-02)
- extension fix markdown and shortcodes extensions
1.0.6 (2020-07-01)
- extension fix markdown and shortcodes extensions
1.0.5 (2020-06-25)
- core: fix parser_parse() method
1.0.4 (2020-06-13)
- core: add FlashTwigExtension
1.0.3 (2020-06-09)
- core: add ArrTwigExtension
1.0.2 (2020-05-07)
- core: fix markdown filter
1.0.1 (2020-05-07)
-
core: add new Shortcode Twig filter
{{ entry.content|shortcode }}
1.0.0 (2020-04-28)
- Initial Release