Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit c664ff5

Browse files
committed
version bump
1 parent 3d1e43d commit c664ff5

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
**Contributors:** willnorris, factoryjoe, pfefferle
33
**Tags:** openid, authentication, login, comments
44
**Requires at least:** 2.8
5-
**Tested up to:** 4.3
6-
**Stable tag:** 3.4.0
5+
**Tested up to:** 4.4.1
6+
**Stable tag:** 3.4.1
77
**License:** Apache 2.0
88
**License URI:** https://www.apache.org/licenses/LICENSE-2.0
99

@@ -115,8 +115,10 @@ report at <http://code.google.com/p/diso/issues/list>.
115115
Project maintined on github at
116116
[diso/wordpress-openid](https://github.com/diso/wordpress-openid).
117117

118-
### version 3.4.1 (XXX XX, 2015) ###
118+
### version 3.4.1 (Jan 31, 2016) ###
119119
- update to latest OpenID library. Full changelog [on github](https://github.com/openid/php-openid).
120+
- fix comment bug https://wordpress.org/support/topic/false-error-please-fill-the-required-fields-name-email-commenting?replies=5
121+
- fix XRDS-simple bug https://github.com/diso/wordpress-xrds-simple/issues/4
120122

121123
### version 3.4.0 (Jul 22, 2015) ###
122124
- update to latest OpenID library (includes lots of bug fixes, particularly with PHP 5.3). Full changelog [on github](https://github.com/openid/php-openid).

openid.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Allows the use of OpenID for account registration, authentication, and commenting. Also includes an OpenID provider which can turn WordPress author URLs into OpenIDs.
66
* Author: DiSo Development Team
77
* Author URI: http://diso-project.org/
8-
* Version: 3.4.1-dev
8+
* Version: 3.4.1
99
* License: Apache 2.0
1010
* License URI: https://www.apache.org/licenses/LICENSE-2.0
1111
* Text Domain: openid

readme.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: willnorris, factoryjoe, pfefferle
33
Tags: openid, authentication, login, comments
44
Requires at least: 2.8
5-
Tested up to: 4.3
6-
Stable tag: 3.4.0
5+
Tested up to: 4.4.1
6+
Stable tag: 3.4.1
77
License: Apache 2.0
88
License URI: https://www.apache.org/licenses/LICENSE-2.0
99

@@ -105,8 +105,10 @@ report at <http://code.google.com/p/diso/issues/list>.
105105
Project maintined on github at
106106
[diso/wordpress-openid](https://github.com/diso/wordpress-openid).
107107

108-
= version 3.4.1 (XXX XX, 2015) =
108+
= version 3.4.1 (Jan 31, 2016) =
109109
- update to latest OpenID library. Full changelog [on github](https://github.com/openid/php-openid).
110+
- fix comment bug https://wordpress.org/support/topic/false-error-please-fill-the-required-fields-name-email-commenting?replies=5
111+
- fix XRDS-simple bug https://github.com/diso/wordpress-xrds-simple/issues/4
110112

111113
= version 3.4.0 (Jul 22, 2015) =
112114
- update to latest OpenID library (includes lots of bug fixes, particularly with PHP 5.3). Full changelog [on github](https://github.com/openid/php-openid).

0 commit comments

Comments
 (0)