Skip to content

Releases: kilofox/kohana

v3.4.2

15 Aug 13:08
Compare
Choose a tag to compare

3.4.2 (2023-08-13)

Bug Fixes

  • Database: add order direction check (7b3e91f)

v3.4.1

27 Nov 11:13
Compare
Choose a tag to compare

3.4.1 (2022-11-26)

Bug Fixes

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

Features

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

v3.4.0

26 Dec 02:50
Compare
Choose a tag to compare

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)

v3.3.6

26 Sep 13:29
Compare
Choose a tag to compare

3.3.6 (2016-07-25)

  • [Security] Core: Deprecate Security::strip_image_tags for security reasons, see #107
  • [Bugfix] Core: Query params are parsed correctly in both initial and subrequests
  • [Test] Make tests independent from application and OS locale
  • Other minor maintenance fixes...