Skip to content

Commit fa8a06e

Browse files
committed
Update package.xml and README.md for 3.0.0 release
1 parent 37a6b73 commit fa8a06e

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ $decoded = JWT::decode($jwt, $key, array('HS256'));
6565
Changelog
6666
---------
6767

68+
#### 3.0.0 / 2015-07-22
69+
- Minimum PHP version updated from `5.2.0` to `5.3.0`.
70+
- Add `\Firebase\JWT` namespace. See
71+
[#59](https://github.com/firebase/php-jwt/pull/59) for details. Thanks to
72+
[@Dashron](https://github.com/Dashron)!
73+
- Require a non-empty key to decode and verify a JWT. See
74+
[#60](https://github.com/firebase/php-jwt/pull/60) for details. Thanks to
75+
[@sjones608](https://github.com/sjones608)!
76+
- Cleaner documentation blocks in the code. See
77+
[#62](https://github.com/firebase/php-jwt/pull/62) for details. Thanks to
78+
[@johanderuijter](https://github.com/johanderuijter)!
79+
6880
#### 2.2.0 / 2015-06-22
6981
- Add support for adding custom, optional JWT headers to `JWT::encode()`. See
7082
[#53](https://github.com/firebase/php-jwt/pull/53/files) for details. Thanks to

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<email>operations@firebase.com</email>
2020
<active>yes</active>
2121
</lead>
22-
<date>2015-06-22</date>
22+
<date>2015-07-22</date>
2323
<version>
24-
<release>2.2.0</release>
25-
<api>2.2.0</api>
24+
<release>3.0.0</release>
25+
<api>3.0.0</api>
2626
</version>
2727
<stability>
2828
<release>beta</release>

0 commit comments

Comments
 (0)