Releases: tattersoftware/codeigniter4-visits
Releases · tattersoftware/codeigniter4-visits
Version 2
What's Changed
- Refactor to Filter by @MGatner in #18
- Auth Handling by @MGatner in #19
- More Tests by @MGatner in #20
- Fix: Similar Rows not Detecting by @MGatner in #22
- Session ID Length by @MGatner in #24
- fix: 🐛 is_int -> is_numeric in Visit Entity by @jozefrebjak in #26
- Update DevKit by @MGatner in #27
- Bump actions/checkout from 3 to 4 by @dependabot in #31
- Update DevKit by @MGatner in #33
New Contributors
- @jozefrebjak made their first contribution in #26
- @dependabot made their first contribution in #31
Full Changelog: v1.3.0...v2.0.0
Version 2 Release Candidate
Fixes an issue where string database values were not casting properly.
What's Changed
- fix: 🐛 is_int -> is_numeric in Visit Entity by @jozefrebjak in #26
- Update DevKit by @MGatner in #27
New Contributors
- @jozefrebjak made their first contribution in #26
Full Changelog: v2.0.0-beta.2...v2.0.0-rc.1
Version 2 Beta 2
Fixes a couple of bugs related to tracking methods.
What's Changed
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2
Version 2 Beta
URI Filters
Migrations FIx
Fixes an issue where column defaults or null were not set during migration. This only affects some drivers (SQLite3) so requires no intervention for most users.
PHP 8
Bugfixes
Bugfix for CLI
v1.1.1 Bugfix exclude CLI
Event-based recording, AJAX option
This release includes a new config option ("ignoreAjax") to specify whether to include AJAX calls in recorded traffic. Visits are now recorded via an Event trigger so no longer need to be called manually (e.g. via BaseController).