Skip to content

Releases: Staffbase/plugins-sdk-php

2.1.2

19 Dec 13:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

24 Nov 15:40
ba9f9a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

01 Nov 13:00
8b28d2a
Compare
Choose a tag to compare

Main Changes

  • used traits to separate logic
  • add configuration of signing algorithm

What's Changed

  • Add catalog-info.yaml for Backstage by @axdotl in #23

New Contributors

Full Changelog: 2.0.0...2.1.0

Release 2.0.0

20 Apr 12:38
1125bda
Compare
Choose a tag to compare
  • upgrade php to 7.4
  • upgrade jwt dependency to 4.1
  • rework SDK decoding to JWT 4.1

Release 1.5.4

22 Jan 13:37
6e1f2d6
Compare
Choose a tag to compare
  • Switch to Github Actions
  • Added username and primary email address to SSO token data

Release 1.5.3

14 Jan 15:08
391ec35
Compare
Choose a tag to compare

Documentation and tests updated.

Release 1.5.1

08 May 11:13
458d543
Compare
Choose a tag to compare
  • Fixes Pid missing

Release 1.5.0

28 Apr 08:57
09def76
Compare
Choose a tag to compare
  • adds deletion of session method
  • refactors session initialisation flow

Release 1.4.0

07 Jan 13:00
c6a5adc
Compare
Choose a tag to compare
  • adds claims for branchId and branchSlug

Release 1.3.0

02 Sep 07:43
db42747
Compare
Choose a tag to compare
  • added library scoped Exceptions and a specific Exception type to identify invalid input.