Skip to content

Commit 9984a4d

Browse files
bshafferrobertdimarco
authored andcommitted
updates README changelog for v5.0.0 (#166)
1 parent f97b3e3 commit 9984a4d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,27 @@ echo "Decode:\n" . print_r($decoded_array, true) . "\n";
118118
Changelog
119119
---------
120120

121+
#### 5.0.0 / 2017-06-26
122+
- Support RS384 and RS512.
123+
See [#117](https://github.com/firebase/php-jwt/pull/117). Thanks [@joostfaassen](https://github.com/joostfaassen)!
124+
- Add an example for RS256 openssl.
125+
See [#125](https://github.com/firebase/php-jwt/pull/125). Thanks [@akeeman](https://github.com/akeeman)!
126+
- Detect invalid Base64 encoding in signature.
127+
See [#162](https://github.com/firebase/php-jwt/pull/162). Thanks [@psignoret](https://github.com/psignoret)!
128+
- Update `JWT::verify` to handle OpenSSL errors.
129+
See [#159](https://github.com/firebase/php-jwt/pull/159). Thanks [@bshaffer](https://github.com/bshaffer)!
130+
- Add `array` type hinting to `decode` method
131+
See [#101](https://github.com/firebase/php-jwt/pull/101). Thanks [@hywak](https://github.com/hywak)!
132+
- Add all JSON error types.
133+
See [#110](https://github.com/firebase/php-jwt/pull/110). Thanks [@gbalduzzi](https://github.com/gbalduzzi)!
134+
- Bugfix 'kid' not in given key list.
135+
See [#129](https://github.com/firebase/php-jwt/pull/129). Thanks [@stampycode](https://github.com/stampycode)!
136+
- Miscellaneous cleanup, documentation and test fixes.
137+
See [#107](https://github.com/firebase/php-jwt/pull/107), [#115](https://github.com/firebase/php-jwt/pull/115),
138+
[#160](https://github.com/firebase/php-jwt/pull/160), [#161](https://github.com/firebase/php-jwt/pull/161), and
139+
[#165](https://github.com/firebase/php-jwt/pull/165). Thanks [@akeeman](https://github.com/akeeman),
140+
[@chinedufn](https://github.com/chinedufn), and [@bshaffer](https://github.com/bshaffer)!
141+
121142
#### 4.0.0 / 2016-07-17
122143
- Add support for late static binding. See [#88](https://github.com/firebase/php-jwt/pull/88) for details. Thanks to [@chappy84](https://github.com/chappy84)!
123144
- Use static `$timestamp` instead of `time()` to improve unit testing. See [#93](https://github.com/firebase/php-jwt/pull/93) for details. Thanks to [@josephmcdermott](https://github.com/josephmcdermott)!

0 commit comments

Comments
 (0)