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
[@chinedufn](https://github.com/chinedufn), and [@bshaffer](https://github.com/bshaffer)!
47
+
48
+
## 4.0.0 / 2016-07-17
49
+
- 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)!
50
+
- 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)!
51
+
- Fixes to exceptions classes. See [#81](https://github.com/firebase/php-jwt/pull/81) for details. Thanks to [@Maks3w](https://github.com/Maks3w)!
52
+
- Fixes to PHPDoc. See [#76](https://github.com/firebase/php-jwt/pull/76) for details. Thanks to [@akeeman](https://github.com/akeeman)!
53
+
54
+
## 3.0.0 / 2015-07-22
55
+
- Minimum PHP version updated from `5.2.0` to `5.3.0`.
56
+
- Add `\Firebase\JWT` namespace. See
57
+
[#59](https://github.com/firebase/php-jwt/pull/59) for details. Thanks to
58
+
[@Dashron](https://github.com/Dashron)!
59
+
- Require a non-empty key to decode and verify a JWT. See
60
+
[#60](https://github.com/firebase/php-jwt/pull/60) for details. Thanks to
61
+
[@sjones608](https://github.com/sjones608)!
62
+
- Cleaner documentation blocks in the code. See
63
+
[#62](https://github.com/firebase/php-jwt/pull/62) for details. Thanks to
[@chinedufn](https://github.com/chinedufn), and [@bshaffer](https://github.com/bshaffer)!
358
-
359
-
#### 4.0.0 / 2016-07-17
360
-
- 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)!
361
-
- 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)!
362
-
- Fixes to exceptions classes. See [#81](https://github.com/firebase/php-jwt/pull/81) for details. Thanks to [@Maks3w](https://github.com/Maks3w)!
363
-
- Fixes to PHPDoc. See [#76](https://github.com/firebase/php-jwt/pull/76) for details. Thanks to [@akeeman](https://github.com/akeeman)!
364
-
365
-
#### 3.0.0 / 2015-07-22
366
-
- Minimum PHP version updated from `5.2.0` to `5.3.0`.
367
-
- Add `\Firebase\JWT` namespace. See
368
-
[#59](https://github.com/firebase/php-jwt/pull/59) for details. Thanks to
369
-
[@Dashron](https://github.com/Dashron)!
370
-
- Require a non-empty key to decode and verify a JWT. See
371
-
[#60](https://github.com/firebase/php-jwt/pull/60) for details. Thanks to
372
-
[@sjones608](https://github.com/sjones608)!
373
-
- Cleaner documentation blocks in the code. See
374
-
[#62](https://github.com/firebase/php-jwt/pull/62) for details. Thanks to
0 commit comments