Skip to content

Releases: everlutionsk/citadel-php

v0.4.2

02 Jul 09:38
7eb2d66
Compare
Choose a tag to compare

Turns off Guzzle's default behaviour of generating exceptions when it receives a 4xx or 5xx status code for the response. This allows the SDK to select and throw its own exceptions.

Full Changelog: 0.4.1...0.4.2

v0.4.1

20 Jun 13:54
31fd81b
Compare
Choose a tag to compare

Adds trait for cookie header parsing.
Adds throws tags

v0.4.0

17 Jun 10:30
51ff261
Compare
Choose a tag to compare

Implements the PSR-4 autoloading standard
Provides custom exceptions for various error states and the factory class to produce them
Bumps the required PHP version to ^8.3

Full Changelog: 0.3.6...0.4.0

0.3.5

20 Mar 10:36
Compare
Choose a tag to compare

Full Changelog: 0.3.4...0.3.5

0.3.4

19 Mar 16:52
0d69cdf
Compare
Choose a tag to compare

What's Changed

  • Adds PHP7 compatibility and fixes autoloading by @vanqard in #2

New Contributors

Full Changelog: 0.1.0...0.3.4

0.1.0

13 Mar 19:13
Compare
Choose a tag to compare
initial commit