Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Releases: breart/atlassian-connect-core

v1.3.1

29 Nov 17:49
Compare
Choose a tag to compare

Fixed

  • Fix query string hash with false parameters (pull request #11, @jvanraaij)

v1.3.0

27 Oct 18:54
Compare
Choose a tag to compare

Added

  • Support for Laravel 6 (fixes #11)

v1.2.4

05 Sep 15:05
Compare
Choose a tag to compare

Fixed

  • Completely refactored QSH generation logic (fixes #10)

v1.2.3

14 Aug 21:34
Compare
Choose a tag to compare

Fixed

  • Fixed the "Unauthorized" bug on requests with spaced query parameter values (#9).

v1.2.2

13 Jan 13:38
Compare
Choose a tag to compare

Added

  • Implemented Webhooks handling
  • Implemented webhook and webhooks methods in the Descriptor facade

v1.2.1

03 Jan 20:58
Compare
Choose a tag to compare

Fixed

  • Register the listeners in the subscriber instead of putting to the EventServiceProvider
  • Fixed and improved README

v1.2.0

24 Sep 20:52
Compare
Choose a tag to compare

Added

  • JWTClient to create requests to the JIRA/Confluence (closes #3)
  • Pagination (used by JWTClient)
  • Note about using route helper in the AppServiceProvider to the README

Fixed

  • Typos and code style issues
  • TODO section in the README

v1.1.0

08 Sep 12:42
Compare
Choose a tag to compare

Added

  • Tests for Descriptor facade methods fluent, withModules, withoutModules, setScopes, base
  • Support of oauthClientId
  • CHANGELOG
  • Environment variable PLUGIN_AUTH_TYPE

v1.0.2

06 Sep 08:50
Compare
Choose a tag to compare

Added TODO section to the README
Added Descriptor facade methods fluent, withModules, withoutModules, setScopes, base

v1.0.1

04 Sep 18:37
Compare
Choose a tag to compare

Added "laravel" keyword to appear in Packalyst