Releases: breart/atlassian-connect-core
Releases · breart/atlassian-connect-core
v1.3.1
Fixed
- Fix query string hash with false parameters (pull request #11, @jvanraaij)
v1.3.0
Added
- Support for Laravel 6 (fixes #11)
v1.2.4
Fixed
- Completely refactored QSH generation logic (fixes #10)
v1.2.3
Fixed
- Fixed the "Unauthorized" bug on requests with spaced query parameter values (#9).
v1.2.2
Added
- Implemented Webhooks handling
- Implemented
webhook
and webhooks
methods in the Descriptor
facade
v1.2.1
Fixed
- Register the listeners in the subscriber instead of putting to the EventServiceProvider
- Fixed and improved README
v1.2.0
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
Added
- Tests for Descriptor facade methods fluent, withModules, withoutModules, setScopes, base
- Support of
oauthClientId
- CHANGELOG
- Environment variable
PLUGIN_AUTH_TYPE
v1.0.2
Added TODO section to the README
Added Descriptor facade methods fluent, withModules, withoutModules, setScopes, base
v1.0.1
Added "laravel" keyword to appear in Packalyst