|
| 1 | +## [3.4.4](https://github.com/muffetlab/kohana/compare/v3.4.3...v3.4.4) (2025-12-31) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* **Core:** correct PHP version comparison for openssl_encrypt and openssl_decrypt ([5f8318d](https://github.com/muffetlab/kohana/commit/5f8318de54abef0ef7e8897897cd5a5562162303)) |
| 7 | +* **Core:** fix OpenSSL encryption and decryption to conditionally use AEAD parameters only when a tag is provided ([619b60c](https://github.com/muffetlab/kohana/commit/619b60c991301fdc6ab67e226c8fe6673c5a2996)) |
| 8 | +* **Minion:** fix include path for index.php ([8c57e92](https://github.com/muffetlab/kohana/commit/8c57e92170e1156ea44b5014116b7ff1a7fa0b1c)) |
| 9 | +* **ORM:** correct count for has_many through relationship ([7b20a66](https://github.com/muffetlab/kohana/commit/7b20a667b7a1d7cc29ea86bff9da3279a404c7e7)) |
| 10 | +* **ORM:** correct the update query builder to use only table name ([f1f7eb8](https://github.com/muffetlab/kohana/commit/f1f7eb8e588367ac0912c3244ea7a91d5ca20a6f)) |
| 11 | +* **ORM:** update user login count by simply incrementing it ([a1cd35b](https://github.com/muffetlab/kohana/commit/a1cd35b8311db4c747c40fe01dc1a74b631661a6)) |
| 12 | +* **system:** enhance logic to skip introspection for non-existent function in debug backtraces ([85a5b26](https://github.com/muffetlab/kohana/commit/85a5b264d0219cb4ab2f2f5a8110f4434340d3bf)) |
| 13 | +* **system:** ensure loaded files are treated as arrays in merge operations ([b41e5de](https://github.com/muffetlab/kohana/commit/b41e5de37b1e3f04c87ce5239660113bad8dba1f)) |
| 14 | +* **system:** return empty array for undefined types instead of false in File::exts_by_mime() ([6a62704](https://github.com/muffetlab/kohana/commit/6a627042bd863b812acf3bb400346b8deafec349)) |
| 15 | +* **system:** skip rule processing for empty fields earlier ([310f65a](https://github.com/muffetlab/kohana/commit/310f65a160db1e2b08f6d71c23c9c35fa4ca92e3)) |
| 16 | +* **UnitTest:** correct path constant definitions in bootstrap file ([90d96d3](https://github.com/muffetlab/kohana/commit/90d96d352cb8cc82ae777702f03618087aa33637)) |
| 17 | + |
| 18 | + |
| 19 | +### Features |
| 20 | + |
| 21 | +* add VENDOR_PATH constant for vendor directory ([b9c9048](https://github.com/muffetlab/kohana/commit/b9c90487ba5c30019bcc78b5527c6c607c534d6b)) |
| 22 | +* **Image:** enforce minimum imagick version 3.6.0 via version check ([08436f3](https://github.com/muffetlab/kohana/commit/08436f38e99da99b51ebec25efacb4adc9994c20)) |
| 23 | +* replace TestCase::assertTag() and TestCase::assertNotTag() with PHPUnit DOM Assertions ([403f6f5](https://github.com/muffetlab/kohana/commit/403f6f54ac53d99162f69aadad90e53368e89ebb)) |
| 24 | +* **system:** add VENDOR_PATH constant support to Debug::path() method ([eab0a68](https://github.com/muffetlab/kohana/commit/eab0a68eae49acdd207947e89d33ab8f36f3d916)) |
| 25 | +* **system:** deprecate legacy Kohana constants and properties ([33afbae](https://github.com/muffetlab/kohana/commit/33afbae4e8111030d5658b65cb64a96e7e68d25d)) |
| 26 | + |
| 27 | + |
| 28 | + |
1 | 29 | ## [3.4.3](https://github.com/kilofox/kohana/compare/v3.4.2...v3.4.3) (2025-06-16) |
2 | 30 |
|
3 | 31 |
|
|
0 commit comments