Skip to content

Releases: omniphx/forrest

Version 2.1.5

15 Jul 19:26
Compare
Choose a tag to compare
  • #107 Fixed bug where config path was wrong in BaseServiceProvider

Version 2.1.4

14 Jul 15:12
Compare
Choose a tag to compare

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

Version 2.1.3

13 Apr 15:29
Compare
Choose a tag to compare
  • Small potential bug, forgot to remove some var dumps

Version 2.1.2

11 Apr 02:27
Compare
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
Compare
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
Compare
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()

Version 2.0.5

28 Dec 20:08
Compare
Choose a tag to compare
  • Code clean up by @RobvH (#72, #71)
  • Replace bindshared() method with singleton() in service container to support Laravel 5.2 #73

Version 2.0.4

21 Nov 14:43
Compare
Choose a tag to compare

Made retrieving tokenData atomic by @RobvH

Version 2.0.3

16 Oct 12:45
Compare
Choose a tag to compare
  • Lumen support by @Olofguard
  • Cleaned up code styles with StyleCL

Version 2.0.2

24 Jul 18:20
Compare
Choose a tag to compare

Fixed namespacing issue with Laravel4 dependencies