Releases: kohana/kohana
Releases · kohana/kohana
v3.3.6
Maintenance release for Kohana v3.3.x
This release is a bug fix release and it is a drop-in replacement of Kohana v3.3.5.
Changes
- [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...
Enjoy!
v3.3.5
Maintenance release for Kohana v3.3.x
This release is a bug fix release and it is a drop-in replacement of Kohana v3.3.4.
Changes
- Core: Fix Arr::map to work with multidimensional array keys
- Core: Add Windows 10 and Edge to the list of user agents
- Core: Fix content-length header in Request after rendering
- Various other bug fixes
Enjoy!
v3.3.4
Warning
This release is not a drop-in replacement of v3.3.3.1. It contains a security fix discovered by HP Fortify. Please consult the Upgrading from v3.3.3.1 page in the manual.
Changelog
- Security fix discovered by HP Fortify
- Can be tested with versions of PHPUnit (tested with v4.7.2)
- Several bug fixes