Releases: comocode/laravel-ab
Metadata capture available
This release introduces the ability to capture user defined metadata on session initiation.
It utilizes the convention of checking for a function called laravel_ab_meta() which expects an array as output.
This release also fixes a bug of undefined session when a user session expires by rechecking for session on any instance initiation.
Update path release
previous release did not update path, this release does actually update it
Minor release for path fix
This release simply moves app to App so php artistan clear-compile wont fail
Mintor updates to response handling
An error was being introduced when response type was redirect, adding failsafe to not cause exception
Travis and Tests addition
This releases adds basic test coverage and integration with travis, only component changed was migrations to allow for null inserts into sqlite database.
PSR 4 Directory Structure
had isssues with PSR-4 autoloading without moving to src directory.
Classmap Cleanup
removing un-required class maps which caused auto load generation failures
Initial Composer Release
Releasing first version for composer to include as package, still in dev as it requires tests and travis support