Releases: timble/kodekit
v3.1.3
v3.1.2
v3.1.1
v3.1.0
added - PHP8 polyfills (#268)
added - Add support for SameSite cookie attribute
improved - Database layer refactor (#271)
improved - Refactor exception handling
improved - Refactor CSRF protection (#264)
improved - Explicitly pass driver to database queries
improved - Strip -br suffix from the etag
fixed - Substract negative offsets on datetime handling (#266)
fixed - Override ObjectAbstract::__clone to NOT clone the mixed methods as we want the behaviors to be shared between rows
fixed - Support both library and component based identifiers for sessions
fixed - Fix file streaming
v3.0.1
Changelog
- joomlatools/joomlatools-framework#451: ModelEmpty::create should return immutable entity
- joomlatools/joomlatools-framework#449: Support JSON columns and default to 'raw' filter for unknown column types
- joomlatools/joomlatools-framework#395: Use argument unpacking instead of call_user_func
- Fixed class name and typos
- Remove the use of set-env as it is deprecated
v3.0.0
v3.0.0-beta.1
- Initial release for the 3.0 branch
v2.1.5
fixed - Alias filter does not take length into account
fixed - Throw an exception if headers are sent
fixed - MySQLi check is too strict
fixed - File streaming broken
v2.1.4
- Added Romanian translations
- Added Assets filter in template layer
- Optimised row and rowset creation for memory use
- Removed schema information from database exceptions
- Fixed method call in cacheable behavior
- Fixed override paths for file locator
- Fixed count query errors
- Fixed offset calculation in calendar helper
- Fixed JWT token field names to adhere to specification
- Fixed PDF downloads on IE Edge
- Fixed dispatch requests for empty view values
v2.1.3
- Fixed empty select boxes were filled with values on save
- Fixed jQuery issues by renaming tree.jquery.js to jqtree.js