Releases: laminas-api-tools/api-tools-oauth2
Releases · laminas-api-tools/api-tools-oauth2
1.9.0
Release Notes for 1.9.0
Added
This release adds support for PHP 8.2.
Removed
This release removes support for PHP 7 releases.
1.9.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
- 42: Drop PHP 7, add PHP 8.2 support thanks to @weierophinney
- 41: Apply PHP 7.4 syntax thanks to @samsonasik
1.8.0
Release Notes for 1.8.0
Feature release (minor)
1.8.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
- 40: Allow PHP 8.1 thanks to @snapshotpl
Awaiting Author Updates,Enhancement
- 39: adds php 8.1 support thanks to @jprangenbergde
1.7.2
1.7.2 - 2021-06-14
Release Notes for 1.7.2
1.7.x bugfix release (patch)
1.7.2
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
BC Break,Bug
- 37: Fix BC break in BcryptTrait thanks to @weierophinney and @cvigorsICBF
1.7.1
1.7.1 - 2021-06-11
Release Notes for 1.7.1
Fixed
- Adds a missing package requirement, webmozar/assert.
1.7.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Bug
1.7.0
1.7.0 - 2021-06-09
Release Notes for 1.7.0
Added
- This release adds support for PHP 8.0.
Removed
- This release removes support for PHP versions prior to 7.3.
1.7.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Enhancement
- 32: Switch to GHA CI Workflow thanks to @weierophinney
- 29: PHP 8.0 support thanks to @eimkua1
Enhancement,hacktoberfest-accepted
- 26: Qa/psalm thanks to @superrosko
1.6.0
1.6.0 - 2020-09-10
Removed
- #21 removes the
IbmDb2Adapter
and related factory. The functionality was dependent on an unmerged patch against the upstream bshaffer/oauth2-server-php library, and has never worked as a result.
Release Notes for 1.6.0
1.6.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 21: Remove IbmDb2 Adapter thanks to @alexdenvir
api-tools-oauth2 1.5.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzfcampus/zf-oauth2:^1.5.0
.
api-tools-oauth2 1.5.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#19 adds a missing
<p>
opening tag to the receive-code template. -
Renames the
view/zf/
directory toview/laminas/
, which is where the code was expecting it following migration.