Skip to content

Commit

Permalink
Update package.xml and README.md for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdimarco committed Jul 22, 2015
1 parent 37a6b73 commit fa8a06e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@ $decoded = JWT::decode($jwt, $key, array('HS256'));
Changelog
---------

#### 3.0.0 / 2015-07-22
- Minimum PHP version updated from `5.2.0` to `5.3.0`.
- Add `\Firebase\JWT` namespace. See
[#59](https://github.com/firebase/php-jwt/pull/59) for details. Thanks to
[@Dashron](https://github.com/Dashron)!
- Require a non-empty key to decode and verify a JWT. See
[#60](https://github.com/firebase/php-jwt/pull/60) for details. Thanks to
[@sjones608](https://github.com/sjones608)!
- Cleaner documentation blocks in the code. See
[#62](https://github.com/firebase/php-jwt/pull/62) for details. Thanks to
[@johanderuijter](https://github.com/johanderuijter)!

#### 2.2.0 / 2015-06-22
- Add support for adding custom, optional JWT headers to `JWT::encode()`. See
[#53](https://github.com/firebase/php-jwt/pull/53/files) for details. Thanks to
Expand Down
6 changes: 3 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2015-06-22</date>
<date>2015-07-22</date>
<version>
<release>2.2.0</release>
<api>2.2.0</api>
<release>3.0.0</release>
<api>3.0.0</api>
</version>
<stability>
<release>beta</release>
Expand Down

0 comments on commit fa8a06e

Please sign in to comment.