Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 1.25 KB

ChangeLog.md

File metadata and controls

73 lines (42 loc) · 1.25 KB

Change Log for CodeIgniter Simple and Secure Twig

v4.2.0 (2023-03-20)

Changed

  • Require:
    • PHP 7.4 or later.
    • Twig 3.4.3 or later.
    • CodeIgniter 4.2.11 or later.

Added

  • Add functionality to add your filters. See README.
  • Add functionality to override functions that are customized by CodeIgniter Simple and Secure Twig.

v4.1.0 (2022-09-20)

Changed

  • Require:
    • PHP 7.3 or later.
    • Twig 3.3.8 or later.
    • CodeIgniter 4.2 or later.

v4.0.0 (2021-02-05)

Changed

  • Require PHP 7.2 or later.
  • Require Twig 3.1.1 or later.
  • Compatible with CodeIgniter 4.0.4

v0.4.0 (2019/03/22)

Changed

  • Require Twig 1.38.0 or later.

Added

  • No direct script access allowed.

v0.3.0 (2018/08/14)

Added

  • Add functionality to override any Twig Environment options.

Changed

  • Require Twig 1.22.0 or later.

v0.2.1 (2016/06/17)

Fixed

  • Fix duplicated slashes in the cache path.

v0.2.0 (2016/03/08)

Fixed

  • Fix bug that CodeIgniter helper anchor does not work.

Added

  • Add functionality to add your functions. See README.

v0.1.0 (2015/11/17)

  • Initial version
  • Compatible with CodeIgniter 3.0