Skip to content

Latest commit

 

History

History
59 lines (29 loc) · 3.16 KB

CHANGELOG-3.md

File metadata and controls

59 lines (29 loc) · 3.16 KB

3.4.2 (2023-08-13)

Bug Fixes

  • Database: add order direction check (7b3e91f)

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

  • 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)
  • isolate the visible part of an application inside a public directory (9b794b9)
  • Security: remove strip_image_tags() method (9846cde)
  • Validation: remove as_array() method (92964d3)

3.3.6 (2018-03-31)

Reverts

  • Revert "Remove auth module" (0d7cb4c)
  • Revert "try php 5.4 again for travis" (6659f64)
  • Revert "Updated system tracking to latest kohana/core3.2/develop" (b045d16)