Skip to content

Releases: comocode/laravel-ab

Metadata capture available

18 Jul 21:48
Compare
Choose a tag to compare

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

08 Jan 16:27
Compare
Choose a tag to compare

previous release did not update path, this release does actually update it

Minor release for path fix

08 Jan 16:19
Compare
Choose a tag to compare

This release simply moves app to App so php artistan clear-compile wont fail

Mintor updates to response handling

07 Jan 16:03
Compare
Choose a tag to compare

An error was being introduced when response type was redirect, adding failsafe to not cause exception

Travis and Tests addition

14 Sep 18:23
Compare
Choose a tag to compare

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

17 Aug 01:47
Compare
Choose a tag to compare
Pre-release

had isssues with PSR-4 autoloading without moving to src directory.

Classmap Cleanup

17 Aug 01:32
Compare
Choose a tag to compare
Classmap Cleanup Pre-release
Pre-release

removing un-required class maps which caused auto load generation failures

Initial Composer Release

17 Aug 01:22
Compare
Choose a tag to compare
Pre-release

Releasing first version for composer to include as package, still in dev as it requires tests and travis support