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

Commit 5e27ea7

Browse files
committed
prepare 3.4.0
1 parent 8afbd37 commit 5e27ea7

File tree

2 files changed

+32
-12
lines changed

2 files changed

+32
-12
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@ report at <http://code.google.com/p/diso/issues/list>.
113113
Project maintined on github at
114114
[diso/wordpress-openid](https://github.com/diso/wordpress-openid).
115115

116+
### version 3.4.0 (Jul XX, 2015) ###
117+
- 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).
118+
- fixed various PHP warnings/errors.
119+
- various improvements and bugfixes (props @rodrigoprimo).
120+
- attempt to use email as username before url for open id new user (props @yincrash).
121+
- chinese and german (props Stephan Richter) translations.
122+
- added WebFinger support
123+
124+
Full changelog on [github](https://github.com/diso/wordpress-openid/compare/v3.3.4...v3.4.0).
125+
116126
### version 3.3.4 (Nov 16, 2012) ###
117127
- 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).
118128
- various bug fixes. Full changelog [on github](https://github.com/diso/wordpress-openid).
@@ -139,18 +149,18 @@ Project maintined on github at
139149
- drop support for installing the plugin in mu-plugins folder
140150
- always include 'index.php' on OpenID endpoint URLs. Without that, some deployments were having problems.
141151
- fix bug relating to trackbacks and pingbacks
142-
- fix bug (#121) relating to unregistered options (props: tom.tdw for the patch)
152+
- fix bug (#121) relating to unregistered options (props tom.tdw for the patch)
143153
- lots of minor bug fixes
144154

145155
### version 3.2.3 (Jul 20, 2009) ###
146-
** - fix XSS vulnerability. (props:** Stuart Metcalfe)
156+
- fix XSS vulnerability. (props Stuart Metcalfe)
147157

148158
### version 3.2.2 (Mar 19, 2009) ###
149159
- fix problems when using non-index.php permalinks with non-apache web servers
150160
- ensure that show\_on\_front option is not empty
151-
** - function name typo (props:** gunemalli)
152-
** - fix deprecated pass-by-reference call in php-openid library (props:** jschuur)
153-
** - fix UI bug on registration form with IE browsers (props:** oledole)
161+
- function name typo (props gunemalli)
162+
- fix deprecated pass-by-reference call in php-openid library (props jschuur)
163+
- fix UI bug on registration form with IE browsers (props oledole)
154164
- UI tweaks to better match WP 2.7
155165
- update a few strings for localization and POT file
156166

@@ -252,7 +262,7 @@ Project maintined on github at
252262
- improve jQuery code to reduce problems with other js libraries
253263

254264
### version 2.1.3 (Feb 06, 2008) ###
255-
- address security bug mentioned [here](http://www.gnucitizen.org/blog/hijacking-openid-enabled-accounts). Props: Sam Alexander
265+
- address security bug mentioned [here](http://www.gnucitizen.org/blog/hijacking-openid-enabled-accounts). Props Sam Alexander
256266

257267
### version 2.1.2 ###
258268
- minor typo in profile data code

readme.txt

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@ report at <http://code.google.com/p/diso/issues/list>.
103103
Project maintined on github at
104104
[diso/wordpress-openid](https://github.com/diso/wordpress-openid).
105105

106+
= version 3.4.0 (Jul XX, 2015) =
107+
- 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).
108+
- fixed various PHP warnings/errors.
109+
- various improvements and bugfixes (props @rodrigoprimo).
110+
- attempt to use email as username before url for open id new user (props @yincrash).
111+
- chinese and german (props Stephan Richter) translations.
112+
- added WebFinger support
113+
114+
Full changelog on [github](https://github.com/diso/wordpress-openid/compare/v3.3.4...v3.4.0).
115+
106116
= version 3.3.4 (Nov 16, 2012) =
107117
- 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).
108118
- various bug fixes. Full changelog [on github](https://github.com/diso/wordpress-openid).
@@ -129,18 +139,18 @@ Project maintined on github at
129139
- drop support for installing the plugin in mu-plugins folder
130140
- always include 'index.php' on OpenID endpoint URLs. Without that, some deployments were having problems.
131141
- fix bug relating to trackbacks and pingbacks
132-
- fix bug (#121) relating to unregistered options (props: tom.tdw for the patch)
142+
- fix bug (#121) relating to unregistered options (props tom.tdw for the patch)
133143
- lots of minor bug fixes
134144

135145
= version 3.2.3 (Jul 20, 2009) =
136-
- fix XSS vulnerability. (props: Stuart Metcalfe)
146+
- fix XSS vulnerability. (props Stuart Metcalfe)
137147

138148
= version 3.2.2 (Mar 19, 2009) =
139149
- fix problems when using non-index.php permalinks with non-apache web servers
140150
- ensure that show\_on\_front option is not empty
141-
- function name typo (props: gunemalli)
142-
- fix deprecated pass-by-reference call in php-openid library (props: jschuur)
143-
- fix UI bug on registration form with IE browsers (props: oledole)
151+
- function name typo (props gunemalli)
152+
- fix deprecated pass-by-reference call in php-openid library (props jschuur)
153+
- fix UI bug on registration form with IE browsers (props oledole)
144154
- UI tweaks to better match WP 2.7
145155
- update a few strings for localization and POT file
146156

@@ -242,7 +252,7 @@ Project maintined on github at
242252
- improve jQuery code to reduce problems with other js libraries
243253

244254
= version 2.1.3 (Feb 06, 2008) =
245-
- address security bug mentioned [here](http://www.gnucitizen.org/blog/hijacking-openid-enabled-accounts). Props: Sam Alexander
255+
- address security bug mentioned [here](http://www.gnucitizen.org/blog/hijacking-openid-enabled-accounts). Props Sam Alexander
246256

247257
= version 2.1.2 =
248258
- minor typo in profile data code

0 commit comments

Comments
 (0)