All Versions
217
Latest Version
Avg Release Cycle
44 days
Latest Release
566 days ago

Changelog History
Page 1

  • v3.4.3 Changes

    September 28, 2022
    • Fix a security issue on filesystem loader (possibility to load a template outside a configured directory)
  • v3.4.2 Changes

    August 12, 2022
    • Allow inherited magic method to still run with calling class
    • Fix CallExpression::reflectCallable() throwing TypeError
    • Fix typo in naming (currency_code)
  • v3.4.1 Changes

    May 17, 2022
    • ๐Ÿ›  Fix optimizing non-public named closures
  • v3.4.0 Changes

    May 22, 2022
    • Add support for named closures
  • v3.3.10 Changes

    April 06, 2022
    • Enable bytecode invalidation when auto_reload is enabled
  • v3.3.9 Changes

    March 25, 2022
    • Fix custom escapers when using multiple Twig environments
    • Add support for "constant('class', object)"
    • Do not reuse internally generated variable names during parsing
  • v3.3.8 Changes

    February 04, 2022
    • Fix a security issue when in a sandbox: the sort filter must require a Closure for the arrow parameter
    • Fix deprecation notice on round
    • Fix call to deprecated convertToHtml method
  • v3.3.7 Changes

    January 03, 2022
    • ๐Ÿ‘ Allow more null support when Twig expects a string (for better 8.1 support)
    • Only use Commonmark extensions if markdown enabled
  • v3.3.6 Changes

    January 03, 2022
    • Only use Commonmark extensions if markdown enabled
  • v3.3.5 Changes

    January 03, 2022
    • ๐Ÿ‘ Allow CommonMark extensions to easily be added
    • ๐Ÿ‘ Allow null when Twig expects a string (for better 8.1 support)
    • ๐ŸŽ Make some performance optimizations
    • ๐Ÿ‘ Allow Symfony translation contract v3+