Skip to content

Latest commit

 

History

History
247 lines (161 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

247 lines (161 loc) · 5.93 KB

3.2.0 (2022-09-13)

Features

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

  • core Add new filter expressions.

  • core Add new extensions Fetch.

3.1.0 (2022-09-13)

Features

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

3.0.0 (2022-07-11)

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 (2021-01-14)

Features

  • core update code base for new Flextype 0.9.16

2.0.0 (2021-01-07)

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 (2021-01-03)

Features

  • core update code base for new Flextype 0.9.15

1.7.1 (2021-01-01)

Bug Fixes

  • extension fix filter for Markdown

1.7.0 (2020-12-30)

Features

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

1.6.0 (2020-12-20)

Features

  • core update code base for new Flextype 0.9.13

1.5.1 (2020-12-10)

Bug fixes

  • media fix namespace for media

1.5.0 (2020-12-10)

Features

  • 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)

Features

  • core update code base for new Flextype 0.9.12

1.3.0 (2020-08-25)

Features

  • core update code base for new Flextype 0.9.11

1.2.0 (2020-08-19)

Features

  • core update code base for new Flextype 0.9.10

1.1.1 (2020-08-05)

Bug Fixes

  • core fixes for new Twig 3

1.1.0 (2020-08-05)

Features

  • core update code base for new Flextype 0.9.9

1.0.7 (2020-07-02)

Bug fixes

  • extension fix markdown and shortcodes extensions

1.0.6 (2020-07-01)

Bug fixes

  • extension fix markdown and shortcodes extensions

1.0.5 (2020-06-25)

Bug fixes

  • core: fix parser_parse() method

1.0.4 (2020-06-13)

Feature

  • core: add FlashTwigExtension

1.0.3 (2020-06-09)

Feature

  • core: add ArrTwigExtension

1.0.2 (2020-05-07)

Bug fixes

  • core: fix markdown filter

1.0.1 (2020-05-07)

Features

  • core: add new Shortcode Twig filter

    {{ entry.content|shortcode }}
    

1.0.0 (2020-04-28)

  • Initial Release