Skip to content

Releases: diablomedia/oauth2-server-zendhttp-bridge

3.0.3 - Supporting PHP 8.0 - 8.4

09 May 18:11
1d57d68

Choose a tag to compare

No code changes here, just allowing PHP 8.2, 8.3 and 8.4 and removing PHP 7.4 from composer requirements.

Headers TypeError Fix

14 Mar 18:05
d77410a

Choose a tag to compare

This fixes a TypeError thrown in the getHeaders method of the Request object.

Also bumps some dependencies to support and test against PHP 8.1.

Response signature fix

11 Mar 01:24
6791204

Choose a tag to compare

The setRedirect method of the Response class had an optional parameter defined before a required parameter, which throws notices in later versions of PHP.

This has been corrected, and the previous behavior implemented as a conditional in the function body.

3.0.0 - Migrated to Laminas

16 Sep 17:29
cda581a

Choose a tag to compare

This release migrates all classes and dependencies to Laminas from Zend.

2.0.0 - PHP 5.6+ only

25 Jan 20:27
efc3c65

Choose a tag to compare

Bumped the minimum required PHP version in composer.json to 5.6.

1.0.0

09 Jun 16:55

Choose a tag to compare

v1.0.0

Adding build badge to README