File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # [ 3.4.0] ( https://github.com/kilofox/kohana/compare/v3.3.6...v3.4.0 ) (2018-12-25)
2+
3+
4+ ### Bug Fixes
5+
6+ * fix incompatible exception handling with PHP 7 ([ 24cbefa] ( https://github.com/kilofox/kohana/commit/24cbefa ) )
7+ * ** Userguide:** change the data type of Kohana_Kodoc_Markdown::$_ toc to array ([ 58f7aef] ( https://github.com/kilofox/kohana/commit/58f7aef ) )
8+
9+
10+ ### Features
11+
12+ * isolate the visible part of an application inside a public directory ([ 9b794b9] ( https://github.com/kilofox/kohana/commit/9b794b9 ) )
13+ * ** Auth:** remove hash_password() method ([ 2c974aa] ( https://github.com/kilofox/kohana/commit/2c974aa ) )
14+ * ** Cache:** add Memcached driver ([ b7287ed] ( https://github.com/kilofox/kohana/commit/b7287ed ) )
15+ * ** Cache:** deprecate the APC and Memcache drivers ([ 55c0690] ( https://github.com/kilofox/kohana/commit/55c0690 ) )
16+ * ** Cache:** deprecate the MemcacheTag driver ([ 4cfb5f5] ( https://github.com/kilofox/kohana/commit/4cfb5f5 ) )
17+ * ** Core:** deprecate Kohana::CODENAME constant ([ 8e07900] ( https://github.com/kilofox/kohana/commit/8e07900 ) )
18+ * ** Database:** remove MySQL driver ([ 428ec22] ( https://github.com/kilofox/kohana/commit/428ec22 ) )
19+ * ** Encrypt:** deprecate the Mcrypt driver ([ a5f5456] ( https://github.com/kilofox/kohana/commit/a5f5456 ) )
20+ * ** Encrypt:** separate Mcrypt from Encrypt as a driver and implement OpenSSL driver ([ bee97eb] ( https://github.com/kilofox/kohana/commit/bee97eb ) )
21+ * ** Security:** remove strip_image_tags() method ([ 9846cde] ( https://github.com/kilofox/kohana/commit/9846cde ) )
22+ * ** Validation:** remove as_array() method ([ 92964d3] ( https://github.com/kilofox/kohana/commit/92964d3 ) )
23+
You can’t perform that action at this time.
0 commit comments