Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Releases: API-Skeletons/zf-oauth2-doctrine

3.1.5

02 Feb 23:17
7e2b831
Compare
Choose a tag to compare

Added

  • Tests for PHP 7.2, 7.3

Changed

  • phpunit 7 now used for unit tests
  • Updated pic of Skipper diagram

3.1.4

29 Jan 03:31
25533d8
Compare
Choose a tag to compare

Changed

  • Length of uniquely indexed fields changed to 191 to support utf8mb4 character set on MySQL.

3.1.3

06 Apr 19:45
Compare
Choose a tag to compare

Changes

Scope.scope changed from text to string

3.1.2

05 Apr 05:12
7e787e4
Compare
Choose a tag to compare

phpcs fixes

3.1.1

30 Mar 22:12
181df9a
Compare
Choose a tag to compare

Added support for doctrine-module and doctrine-orm-module ^2.1

3.1.0

13 Mar 02:34
05c69fa
Compare
Choose a tag to compare

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

10 Mar 04:15
28aa668
Compare
Choose a tag to compare

Changes

  • All integers are now bigint
  • Scope is a fixture
  • Default bcrypt cost is 10

2.0.4

28 Feb 23:17
Compare
Choose a tag to compare

Fixed

Adjusted composer.json to allow direct composer require into the current zf-apigility-skeleton.

2.0.3

03 Oct 22:07
Compare
Choose a tag to compare

Fixed

Correct ConfigProvider invoke

2.0.2

03 Oct 21:31
Compare
Choose a tag to compare

Added

Added support for ConfigProvider to composer.json