Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.96 KB

CHANGELOG-3.4.md

File metadata and controls

37 lines (21 loc) · 1.96 KB

3.4.1 (2022-11-26)

Bug Fixes

  • public: fix "No input file specified" error (369bb8c)

Features

  • public: simplify the definition of directories (1b0465e)

3.4.0 (2018-12-25)

Bug Fixes

  • fix incompatible exception handling with PHP 7 (24cbefa)
  • Userguide: change the data type of Kohana_Kodoc_Markdown::$_toc to array (58f7aef)

Features

  • isolate the visible part of an application inside a public directory (9b794b9)
  • Auth: remove hash_password() method (2c974aa)
  • Cache: add Memcached driver (b7287ed)
  • Cache: deprecate the APC and Memcache drivers (55c0690)
  • Cache: deprecate the MemcacheTag driver (4cfb5f5)
  • Core: deprecate Kohana::CODENAME constant (8e07900)
  • Database: remove MySQL driver (428ec22)
  • Encrypt: deprecate the Mcrypt driver (a5f5456)
  • Encrypt: separate Mcrypt from Encrypt as a driver and implement OpenSSL driver (bee97eb)
  • Security: remove strip_image_tags() method (9846cde)
  • Validation: remove as_array() method (92964d3)