Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

53 lines (33 loc) · 1.82 KB

Changelog

3.0.1 - 2023-08-03

Fixed

  • Deprecation warnings for PHP 8.2 - thanks @hiboudev (see #29)
  • Add support for Composer 2

3.0.0 - 2019-02-01

  • Update Twig to version 3.x - thanks @porl (see #23)

Twig 3 uses namespaced classes and requires PHP ^7.2.5. Make sure to test your installation after updating, especially if you use hooks to customize Twig.

2.0.0 - 2018-02-13

  • Initial release of the new major 2.x version 🐣

Added

  • Add a setting to enable debug mode, independently from ProcessWire's debug mode.
  • The \Twig_Extension_Debug is automatically added if debug mode is active.
  • Add unit tests 🎉

Changed

  • The Twig dependencies are no longer part of this repository. Installation is therefore only possible with Composer, no longer via ProcessWire modules directory.
  • Update Twig to version 2.6.2. Because of that, PHP > 7.x is required.

1.1.0 - 2018-03-19

Changed

  • Update twig to latest version 1.35.2.
  • Define this repository as ProcessWire module in composer.json so it can be installed via composer (more information).

Fixed

  • Fix autoloader deprecation message - by @lesaff.
  • Make sure that some configuration settings are correctly passed as booleans to twig - by @nextgensparx