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
417This library implements both the OpenID 1 and OpenID 2 protocols. The
518API 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
3547One of the additions to the OpenID protocol was a specified nonce
3648format 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
5264sidestep 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 `
0 commit comments