From 91fddd9e2fcb74ae605229eff9fd36241c5f8a66 Mon Sep 17 00:00:00 2001 From: Tinsh Date: Sun, 13 Aug 2023 08:09:18 -0700 Subject: [PATCH] docs: release notes for the v3.4.2 release --- CHANGELOG-3.4.md | 37 ------------------------------ CHANGELOG-3.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 37 deletions(-) delete mode 100644 CHANGELOG-3.4.md create mode 100644 CHANGELOG-3.md diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md deleted file mode 100644 index 89e2d4f..0000000 --- a/CHANGELOG-3.4.md +++ /dev/null @@ -1,37 +0,0 @@ -## [3.4.1](https://github.com/kilofox/kohana/compare/v3.4.0...v3.4.1) (2022-11-26) - - -### Bug Fixes - -* **public:** fix "No input file specified" error ([369bb8c](https://github.com/kilofox/kohana/commit/369bb8c353334594e30498b4ae26b8f4c20ae6cd)) - - -### Features - -* **public:** simplify the definition of directories ([1b0465e](https://github.com/kilofox/kohana/commit/1b0465e573bca4cebf1408b576b3884d8bec0ea4)) - - - -# [3.4.0](https://github.com/kilofox/kohana/compare/v3.3.6...v3.4.0) (2018-12-25) - - -### Bug Fixes - -* fix incompatible exception handling with PHP 7 ([24cbefa](https://github.com/kilofox/kohana/commit/24cbefa)) -* **Userguide:** change the data type of Kohana_Kodoc_Markdown::$_toc to array ([58f7aef](https://github.com/kilofox/kohana/commit/58f7aef)) - - -### Features - -* isolate the visible part of an application inside a public directory ([9b794b9](https://github.com/kilofox/kohana/commit/9b794b9)) -* **Auth:** remove hash_password() method ([2c974aa](https://github.com/kilofox/kohana/commit/2c974aa)) -* **Cache:** add Memcached driver ([b7287ed](https://github.com/kilofox/kohana/commit/b7287ed)) -* **Cache:** deprecate the APC and Memcache drivers ([55c0690](https://github.com/kilofox/kohana/commit/55c0690)) -* **Cache:** deprecate the MemcacheTag driver ([4cfb5f5](https://github.com/kilofox/kohana/commit/4cfb5f5)) -* **Core:** deprecate Kohana::CODENAME constant ([8e07900](https://github.com/kilofox/kohana/commit/8e07900)) -* **Database:** remove MySQL driver ([428ec22](https://github.com/kilofox/kohana/commit/428ec22)) -* **Encrypt:** deprecate the Mcrypt driver ([a5f5456](https://github.com/kilofox/kohana/commit/a5f5456)) -* **Encrypt:** separate Mcrypt from Encrypt as a driver and implement OpenSSL driver ([bee97eb](https://github.com/kilofox/kohana/commit/bee97eb)) -* **Security:** remove strip_image_tags() method ([9846cde](https://github.com/kilofox/kohana/commit/9846cde)) -* **Validation:** remove as_array() method ([92964d3](https://github.com/kilofox/kohana/commit/92964d3)) - diff --git a/CHANGELOG-3.md b/CHANGELOG-3.md new file mode 100644 index 0000000..42194bd --- /dev/null +++ b/CHANGELOG-3.md @@ -0,0 +1,59 @@ +## [3.4.2](https://github.com/kilofox/kohana/compare/v3.4.1...v3.4.2) (2023-08-13) + + +### Bug Fixes + +* **Database:** add order direction check ([7b3e91f](https://github.com/kilofox/kohana/commit/7b3e91f4f82a55fbe80628a62bc9d25d55df404e)) + + + +## [3.4.1](https://github.com/kilofox/kohana/compare/v3.4.0...v3.4.1) (2022-11-26) + + +### Bug Fixes + +* **public:** fix "No input file specified" error ([369bb8c](https://github.com/kilofox/kohana/commit/369bb8c353334594e30498b4ae26b8f4c20ae6cd)) + + +### Features + +* **public:** simplify the definition of directories ([1b0465e](https://github.com/kilofox/kohana/commit/1b0465e573bca4cebf1408b576b3884d8bec0ea4)) + + + +# [3.4.0](https://github.com/kilofox/kohana/compare/v3.3.6...v3.4.0) (2018-12-25) + + +### Bug Fixes + +* fix incompatible exception handling with PHP 7 ([24cbefa](https://github.com/kilofox/kohana/commit/24cbefac1e1c1526cc25f28105cdecf998f7b909)) +* **Userguide:** change the data type of Kohana_Kodoc_Markdown::$_toc to array ([58f7aef](https://github.com/kilofox/kohana/commit/58f7aefed9e624b409540d07f7a23e9ee8487f47)) + + +### Features + +* **Auth:** remove hash_password() method ([2c974aa](https://github.com/kilofox/kohana/commit/2c974aa00b4b1d00e2dc6d12611bbd7162f113c2)) +* **Cache:** add Memcached driver ([b7287ed](https://github.com/kilofox/kohana/commit/b7287ed5946a46efe6c357100b599a47e3cf5d33)) +* **Cache:** deprecate the APC and Memcache drivers ([55c0690](https://github.com/kilofox/kohana/commit/55c06901e97780aead55659a3df26496b94e8220)) +* **Cache:** deprecate the MemcacheTag driver ([4cfb5f5](https://github.com/kilofox/kohana/commit/4cfb5f5eda41c438e4b9c56d4e5327e6f1867035)) +* **Core:** deprecate Kohana::CODENAME constant ([8e07900](https://github.com/kilofox/kohana/commit/8e07900588c58f619d669f153c3a47f5df826a01)) +* **Database:** remove MySQL driver ([428ec22](https://github.com/kilofox/kohana/commit/428ec223bd913a32713d748312a5551213e3b560)) +* **Encrypt:** deprecate the Mcrypt driver ([a5f5456](https://github.com/kilofox/kohana/commit/a5f54566730823585f9604f3c6bc48acef0052dc)) +* **Encrypt:** separate Mcrypt from Encrypt as a driver and implement OpenSSL driver ([bee97eb](https://github.com/kilofox/kohana/commit/bee97ebb162f58c048c01895f1b17d2623ff057e)) +* isolate the visible part of an application inside a public directory ([9b794b9](https://github.com/kilofox/kohana/commit/9b794b9ecbaff4683cdb35264178ea6f6d9bbbb5)) +* **Security:** remove strip_image_tags() method ([9846cde](https://github.com/kilofox/kohana/commit/9846cde1322b94fb7d6addf7eb0afd7c45b682c0)) +* **Validation:** remove as_array() method ([92964d3](https://github.com/kilofox/kohana/commit/92964d38dc5a62f27dcb203b564cdba99fe5baa9)) + + + +## [3.3.6](https://github.com/kilofox/kohana/compare/b045d16354375d7b7472734439aefc9ae05e4eb7...v3.3.6) (2018-03-31) + + +### Reverts + +* Revert "Remove auth module" ([0d7cb4c](https://github.com/kilofox/kohana/commit/0d7cb4cdab10552d0c191e2374105e73c28f7ab9)) +* Revert "try php 5.4 again for travis" ([6659f64](https://github.com/kilofox/kohana/commit/6659f643dbee8a2eef9e3424803efec6d65e7d62)) +* Revert "Updated system tracking to latest kohana/core3.2/develop" ([b045d16](https://github.com/kilofox/kohana/commit/b045d16354375d7b7472734439aefc9ae05e4eb7)) + + +