Skip to content

Releases: omniphx/forrest

Version 2.3.2

06 Feb 20:22

Choose a tag to compare

Fixed bug where PHP doesn't use dot notation #128 by @pravindahal

Version 2.3.1

06 Feb 04:58

Choose a tag to compare

  • Make session compatible with latest Laravel release
  • Refactoring codebase

Version 2.3.0

27 Jan 20:15

Choose a tag to compare

Allow value pairs to be passed through authentication flow instead of a simple string - #125 by @camiloherbert

Version 2.2.0

25 Jul 04:02

Choose a tag to compare

Added ability to cache a token forever - #110 by @rkeppner

Version 2.1.5

15 Jul 19:26

Choose a tag to compare

  • #107 Fixed bug where config path was wrong in BaseServiceProvider

Version 2.1.4

14 Jul 15:12

Choose a tag to compare

#105, #106 - Cleaning up ServiceProvider namespacing by @tabirkeland

Version 2.1.3

13 Apr 15:29

Choose a tag to compare

  • Small potential bug, forgot to remove some var dumps

Version 2.1.2

11 Apr 02:27

Choose a tag to compare

  • Fix bug with Lumen and Laravel 4 constructor #90
  • Add exception for using invalid log in credentials

Version 2.1.1

20 Feb 17:41

Choose a tag to compare

  • Bugfix #81 - refresh token was trying to be stored when it wasn't available from the json response

Version 2.1.0

17 Feb 03:28

Choose a tag to compare

  • Remove routes #75. Routes will now need to be explicity defined in routes files.
  • Improve exception handling #74. Can now call through exceptions ($e->getResponse()->getStatusCode() or $e->getRequest()->getMethod()