Skip to content

Releases: flextype-plugins/twig

3.2.0

13 Sep 17:13
Compare
Choose a tag to compare

Features

  • core Add new functions abs and round for Math Extension.

  • core Add new filter expressions.

  • core Add new extensions Fetch.

3.1.0

13 Sep 10:45
Compare
Choose a tag to compare

Features

  • core update code base for new Flextype 1.0.0-alpha.2 release.

3.0.0

11 Jul 15:29
Compare
Choose a tag to compare

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

14 Jan 17:34
Compare
Choose a tag to compare

Features

  • core update code base for new Flextype 0.9.16

2.0.0

07 Jan 14:33
Compare
Choose a tag to compare

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 of path_for()
  • use function fullUrlFor() instead of full_url_for()
  • use function baseUrl() instead of base_url()
  • use function isCurrentUrl() instead of is_current_path()
  • use function currentUrl() instead of current_path()

affected plugins: account, accounts-admin, admin, form, form-admin, icon, themes-admin

1.8.0

03 Jan 17:28
Compare
Choose a tag to compare

Features

  • core update code base for new Flextype 0.9.15

1.7.1

01 Jan 20:28
Compare
Choose a tag to compare

Bug Fixes

  • extension fix filter for Markdown

1.7.0

30 Dec 12:28
Compare
Choose a tag to compare

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 of registry
  • in the templates use flextype.entries instead of entries
  • in the templates use flextype.media instead of media_*

1.6.0

20 Dec 08:53
Compare
Choose a tag to compare

Features

  • core update code base for new Flextype 0.9.13

1.5.1

10 Dec 19:44
Compare
Choose a tag to compare

Bug fixes

  • media fix namespace for media