twig_tweak 3.1.3

Bug fixes

This is a patch (bugfix) release of Twig Tweak.

twig_tweak 3.1.1

Bug fixes

Downgraded symfony/polyfill-php80 requirement to make the module compatible with drupal/core-recommended 9.0+

#3211870: Composer installation failed

twig_tweak 8.x-2.6

Bug fixes
New features

twig_tweak 3.0.0-beta1

  • Updated requirements (PHP 7.3+, Drupal 9)
  • Improved test coverage
  • Documentation has been moved to README.md

twig_tweak 3.x-dev

Bug fixes

Development release package for the 3.0.x release.

twig_tweak 8.x-2.3

Bug fixes

Fixed regression drupal_block() function.

See release notes for 8.x-2.2.

twig_tweak 8.x-2.1

Bug fixes
New features

twig_tweak 8.x-2.0

New features

Important:
Twig tweak 2.x is not compatible with Twig tweak 1.x
Check out this migration guide for details.

Changes since version 8.x-2.0-rc4

  • Removed drupal_set_message() Twig function.
  • Added drupal_messages() Twig function.
  • Added drupal_breadcrumb() Twig function.
  • Added truncate() Twig filter.
  • Added with() Twig filter.

twig_tweak 8.x-1.9

New features
  • Added transliteration filter
  • Added check_markup filter
  • Added drupal_url function

twig_tweak 8.x-1.7

Bug fixes
New features

Added entity access check to improve security.

To revert the behavior add the following code to your settings.php file.

/**
 * Disable checking entity access in Twig tweak functions.
 */
$settings['twig_tweak_check_access'] = FALSE;

twig_tweak 8.x-1.6

Bug fixes
New features
Subscribe with RSS Subscribe to Releases for Twig Tweak