Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 666 Bytes

ChangeLog.md

File metadata and controls

42 lines (22 loc) · 666 Bytes

Change Log for CodeIgniter Simple and Secure Twig

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