Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 5c7d903

Browse files
committed
version 3.0.0
1 parent 453d94f commit 5c7d903

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

NEWS.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1-
What's New in PHP OpenID 2.0
2-
============================
1+
# News
2+
3+
## PHP OpenID 3.0
4+
5+
The PHP OpenID project is now going to be strictly enforcing
6+
[SEMVER](http://semver.org/). In short, this means versions
7+
will be `MAJOR`.`MINOR`.`PATCH`. `MAJOR` indicates either
8+
backwards incompatible changes or major platform shifts. `MINOR`
9+
releases will indicate backwards compatible changes that add new
10+
features. `PATCH` are bug fix releases. Going forward, it is
11+
recommeneded users subscribe to all releases in the 3.X series.
12+
13+
14+
15+
## PHP OpenID 2.0
316

417
This library implements both the OpenID 1 and OpenID 2 protocols. The
518
API changes in this version of the library are minimal and mostly
@@ -17,7 +30,7 @@ protocol. Highlights include:
1730
information.)
1831
* OpenID provider-driven identifier selection.
1932
* "Negotiators" allow you to define which association types to use.
20-
* Improved examples/detect.php script (bugs fixed)
33+
* Improved `examples/detect.php` script (bugs fixed)
2134
* Improved layout of example consumer (see examples/consumer)
2235
* An improved HTML parser implementation
2336
* Library is now immune to being included inside functions and
@@ -29,8 +42,7 @@ directly with it, you'll need to review the change notes for
2942
`Auth_OpenID_Interface` in `Auth/OpenID/Interface.php`.
3043

3144

32-
Upgrading from earlier versions of this library
33-
-----------------------------------------------
45+
### Upgrading from earlier versions of this library
3446

3547
One of the additions to the OpenID protocol was a specified nonce
3648
format for one-way nonces. As a result, the nonce table in the
@@ -52,8 +64,7 @@ never override $query, since the OpenID library uses its own logic to
5264
sidestep PHP's broken request-processing code.
5365

5466

55-
Summary of API Changes
56-
----------------------
67+
### Summary of API Changes
5768

5869
- `Auth_OpenID::fixArgs` is now no longer necessary, and
5970
`Auth_OpenID_Consumer::complete` and `Auth_OpenID_Server::decodeRequest`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openid/php-openid",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "OpenID library for PHP5",
55
"keywords": ["openid", "authentication", "yadis", "auth"],
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)