Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1005 Bytes

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 1005 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
  • More fields converted by default by database conversion

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
  • Default database config example is using the shop connection now

1.0.1 - 2020-05-20

Changed

  • Ensure compatibility with PHP 7.3/7.4

[1.0.0] - 2019-11-21