Smarty v3.1.37 Release Notes

Release Date: 2021-01-07 // over 3 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed error handlers and handling of undefined constants for php8-compatibility (set $errcontext argument optional) https://github.com/smarty-php/smarty/issues/605
    • ๐Ÿ”„ Changed expected error levels in unit tests for php8-compatibility
    • โœ… Travis unit tests now run for all php versions >= 5.3, including php8
    • Travis runs on Xenial where possible

    ๐Ÿ›  Fixed

    • ๐Ÿ›  PHP5.3 compatibility fixes
    • Brought lexer source functionally up-to-date with compiled version