Skip to content

Latest commit

 

History

History
126 lines (60 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

126 lines (60 loc) · 1.56 KB

CHANGE LOG

V7.1 (22/07/2020)

  • Require bitbucket/client 3.1

V7.0 (16/07/2020)

  • Require bitbucket/client 3.0
  • Added JWT authentication support

V6.0.2 (14/07/2020)

  • Added missing cachefactory provides

V6.0.1 (14/04/2020)

  • Updated funding information

V6.0 (01/03/2020)

  • Dropped Laravel 5
  • Moved around internals
  • Reworked caching support

V5.5 (08/02/2020)

  • Made caching truly optional

V5.4 (25/01/2020)

  • Added Laravel 7 support

V5.3.1 (08/12/2019)

  • Added missing properties

V5.3 (03/11/2019)

  • Require bitbucket/client 2.1
  • Support both HTTPlug v1 and v2

V5.2 (26/08/2019)

  • Added Laravel 6 support

V5.1 (18/08/2019)

  • Work around Laravel caching bugs
  • Ensure cache TTLs aren't too large

V5.0 (30/06/2019)

  • Upgraded to bitbucket/client 2.0
  • Reworked caching
  • Avoid calling deprecated code

V4.3 (07/04/2019)

  • Added Laravel 5.8 support

V4.2 (23/08/2018)

  • Added Laravel 5.7 support

V4.1 (05/04/2018)

  • Upgraded to bitbucket/client 1.1
  • Support customizing the base URL

V4.0 (02/04/2018)

  • Switched to bitbucket/client 1.0
  • Support no authentication

V3.0 (01/03/2018)

  • Support PHP 7.1 or 7.2
  • Support Laravel 5.5 or 5.6
  • Require at least gentle/bitbucket-api 1.1

V2.1.1 (02/01/2018)

  • Fixed config when inside phar

V2.1 (15/10/2017)

  • Support oauth2

V2.0 (06/08/2017)

  • Support PHP 7.0, 7.1, 7.2
  • Support Laravel 5.1 - 5.5
  • More type hints
  • Support oauth

V1.1 (01/01/2017)

  • Added laravel 5.4 support

V1.0 (12/06/2016)

  • Initial release