Skip to content

Releases: omniphx/forrest

Version 2.14.4

08 Nov 19:01
43b795b
Compare
Choose a tag to compare

What's Changed

  • Update Client.php for better support to send JSON data by @menegain-mathieu in #323

New Contributors

  • @menegain-mathieu made their first contribution in #323

Full Changelog: v2.14.3...v2.14.4

Version 2.14.3

08 Sep 15:52
214519c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.2...v2.14.3

Version 2.14.2

22 Aug 05:23
a2cd6b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.1...v2.14.2

Version 2.14.1

10 Apr 19:17
babd1a5
Compare
Choose a tag to compare

What's Changed

  • Fix breaking change with php-jwt 6.1.0 by @emaia in #311
  • Add PHPDocs to enable Facade autocomplete by @emaia in #314

New Contributors

Full Changelog: v2.14...v2.14.1

Version 2.14.0

10 Feb 23:17
Compare
Choose a tag to compare

#300 Laravel v9.0 support
php-jwt v6 support

Version 2.13.1

03 Jan 01:22
07a5f2f
Compare
Choose a tag to compare

Add missing import #299 by @shahvirag

Version 2.13.0

27 Nov 18:19
0163aae
Compare
Choose a tag to compare

Feature:

Bugfix:

Version 2.12.0

02 Oct 22:16
1c57b8d
Compare
Choose a tag to compare

Feature:

Bugfix:

Version 2.11.2

23 May 16:57
14783f2
Compare
Choose a tag to compare

Bugfixes:

  • #285 Fixed issue where original endpoint was not being requested after refresh token @tomingle
  • #286 Handle Bad_OAuth_Token response during Forrest::identity() @tomingle

Version 2.11.1

08 Feb 14:19
9d8bf24
Compare
Choose a tag to compare

#280 - Add public accessors for instance and base URLs by @AhmadWaleed