You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ All notable changes to this project will be documented in this file, in reverse
6
6
7
7
### Added
8
8
9
-
-[#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) adds support for zend-permissions-rbac 3.0.
9
+
-[zfcampus/zf-mvc-auth#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) adds support for laminas-permissions-rbac 3.0.
10
10
11
-
-[#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) adds support for PHP 7.1 and 7.2.
11
+
-[zfcampus/zf-mvc-auth#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) adds support for PHP 7.1 and 7.2.
12
12
13
13
### Changed
14
14
@@ -20,11 +20,11 @@ All notable changes to this project will be documented in this file, in reverse
20
20
21
21
### Removed
22
22
23
-
-[#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) removes support for HHVM.
23
+
-[zfcampus/zf-mvc-auth#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) removes support for HHVM.
24
24
25
25
### Fixed
26
26
27
-
-[#136](https://github.com/zfcampus/zf-mvc-auth/pull/136) provides changes to the `OAuth2Adapter` that prevent hitting
27
+
-[zfcampus/zf-mvc-auth#136](https://github.com/zfcampus/zf-mvc-auth/pull/136) provides changes to the `OAuth2Adapter` that prevent hitting
28
28
the database twice when the token is valid.
29
29
30
30
## 1.4.3 - 2016-09-30
@@ -43,7 +43,7 @@ All notable changes to this project will be documented in this file, in reverse
43
43
44
44
### Fixed
45
45
46
-
-[#128](https://github.com/zfcampus/zf-mvc-auth/pull/128) fixes an issue
46
+
-[zfcampus/zf-mvc-auth#128](https://github.com/zfcampus/zf-mvc-auth/pull/128) fixes an issue
47
47
stemming from changes in the Admin API; controller service names are often
48
48
written in configuration using dash, versus namespace, separators, which
49
49
causes authorization lookups to fail. This version now converts dashes to
@@ -65,10 +65,10 @@ All notable changes to this project will be documented in this file, in reverse
65
65
66
66
### Fixed
67
67
68
-
-[#125](https://github.com/zfcampus/zf-mvc-auth/pull/125) updates the
68
+
-[zfcampus/zf-mvc-auth#125](https://github.com/zfcampus/zf-mvc-auth/pull/125) updates the
69
69
`MvcRouteListener` to trigger events using `triggerEventUntil()` instead
70
70
of using argument overloading on `trigger()`; this change ensures that the
71
-
code will work with zend-eventmanager v3 properly.
71
+
code will work with laminas-eventmanager v3 properly.
72
72
73
73
## 1.4.1 - 2016-07-25
74
74
@@ -86,10 +86,10 @@ All notable changes to this project will be documented in this file, in reverse
86
86
87
87
### Fixed
88
88
89
-
-[#120](https://github.com/zfcampus/zf-mvc-auth/pull/120) fixes the
89
+
-[zfcampus/zf-mvc-auth#120](https://github.com/zfcampus/zf-mvc-auth/pull/120) fixes the
90
90
`Module::onBootstrap()` method to re-introduce attachment of the
91
91
`MvcRouteListener`.
92
-
-[#119](https://github.com/zfcampus/zf-mvc-auth/pull/119) fixes a comparisoin
92
+
-[zfcampus/zf-mvc-auth#119](https://github.com/zfcampus/zf-mvc-auth/pull/119) fixes a comparisoin
93
93
in `DefaultResourceResolverListener::getIdentifier()` whereby an identifier of
94
94
`0` was incorrectly resulting in matching to a collection request. As
95
95
collections and entities often have different permissions, this could lead to
@@ -99,9 +99,9 @@ All notable changes to this project will be documented in this file, in reverse
99
99
100
100
### Added
101
101
102
-
-[#114](https://github.com/zfcampus/zf-mvc-auth/pull/114) and
103
-
[#116](https://github.com/zfcampus/zf-mvc-auth/pull/116) add support for both
104
-
PHP 7 and version 3 components from Zend Framework (while retaining
102
+
-[zfcampus/zf-mvc-auth#114](https://github.com/zfcampus/zf-mvc-auth/pull/114) and
103
+
[zfcampus/zf-mvc-auth#116](https://github.com/zfcampus/zf-mvc-auth/pull/116) add support for both
104
+
PHP 7 and version 3 components from Laminas (while retaining
105
105
compatibility for version 2 components).
106
106
107
107
### Deprecated
@@ -110,7 +110,7 @@ All notable changes to this project will be documented in this file, in reverse
110
110
111
111
### Removed
112
112
113
-
-[#116](https://github.com/zfcampus/zf-mvc-auth/pull/116) removes support for
113
+
-[zfcampus/zf-mvc-auth#116](https://github.com/zfcampus/zf-mvc-auth/pull/116) removes support for
114
114
PHP 5.5.
115
115
116
116
### Fixed
@@ -133,6 +133,6 @@ All notable changes to this project will be documented in this file, in reverse
133
133
134
134
### Fixed
135
135
136
-
-[#111](https://github.com/zfcampus/zf-mvc-auth/pull/111) adds a check for the
136
+
-[zfcampus/zf-mvc-auth#111](https://github.com/zfcampus/zf-mvc-auth/pull/111) adds a check for the
137
137
`unset_refresh_token_after_use` configuration flag when creating an
138
138
`OAuth2\Server` instance, passing it to the instance when discovered.
0 commit comments