Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 880 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 880 Bytes

Change Log for Converter of the Smarty templates to Twig

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.0] - Unreleased

Added

  • Support for PHP 8
  • Missing property type declarations
  • Missing method return type declarations

Removed

  • Support for assign_adv plugin
  • Redundant parameters and return types annotations

Changed

  • oxcontent is now converted to include_content tag

Fixed

  • Use correct addslashes filter PR-1

1.0.1 - 2020-05-20

Changed

  • Ensure compatibility with PHP 7.3/7.4

[1.0.0] - 2019-11-21