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

Latest commit

 

History

History
84 lines (59 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

84 lines (59 loc) · 2.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.3.1 - 2019-11-29

Fixed

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

1.3.0 - 2019-10-27

Added

  • Support for Laravel 6 (issue #11)

1.2.4 - 2018-09-05

Fixed

  • Completely refactored QSH generation logic (fixes #10)

1.2.3 - 2018-08-15

Fixed

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

1.2.2 - 2018-01-13

Added

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

1.2.1 - 2018-01-03

Fixed

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

1.2.0 - 2017-09-24

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

1.1.0 - 2017-09-08

Added

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

Fixed

  • Typos and code style issues

1.0.2 - 2017-09-06

Added

  • Descriptor facade methods fluent, withModules, withoutModules, setScopes, base
  • Example of customizing the Descriptor contents to the README
  • TODO section to the README

1.0.1 - 2017-09-04

Fixed

  • Package keywords at composer.json