This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
Releases: API-Skeletons/zf-oauth2-doctrine
Releases · API-Skeletons/zf-oauth2-doctrine
3.1.5
3.1.4
Changed
- Length of uniquely indexed fields changed to 191 to support utf8mb4 character set on MySQL.
3.1.3
Changes
Scope.scope changed from text to string
3.1.2
phpcs fixes
3.1.1
Added support for doctrine-module and doctrine-orm-module ^2.1
3.1.0
A dynamic unique index is created on the Scope.scope field. This caused a small change to the config so minor version updated.
The index names for dynamically created unique indexes for clientId and scope are created in the same way Doctrine creates indexes, now.
The ERD has been updated with more comments and a legend.
3.0.0
Changes
- All integers are now bigint
- Scope is a fixture
- Default bcrypt cost is 10
2.0.4
Fixed
Adjusted composer.json to allow direct composer require into the current zf-apigility-skeleton.
2.0.3
Fixed
Correct ConfigProvider invoke
2.0.2
Added
Added support for ConfigProvider to composer.json