You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
- 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
+
116
126
### version 3.3.4 (Nov 16, 2012) ###
117
127
- 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
128
- various bug fixes. Full changelog [on github](https://github.com/diso/wordpress-openid).
@@ -139,18 +149,18 @@ Project maintined on github at
139
149
- drop support for installing the plugin in mu-plugins folder
140
150
- always include 'index.php' on OpenID endpoint URLs. Without that, some deployments were having problems.
141
151
- 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)
143
153
- lots of minor bug fixes
144
154
145
155
### version 3.2.3 (Jul 20, 2009) ###
146
-
** - fix XSS vulnerability. (props:** Stuart Metcalfe)
156
+
- fix XSS vulnerability. (props Stuart Metcalfe)
147
157
148
158
### version 3.2.2 (Mar 19, 2009) ###
149
159
- fix problems when using non-index.php permalinks with non-apache web servers
- 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
+
106
116
= version 3.3.4 (Nov 16, 2012) =
107
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).
108
118
- various bug fixes. Full changelog [on github](https://github.com/diso/wordpress-openid).
@@ -129,18 +139,18 @@ Project maintined on github at
129
139
- drop support for installing the plugin in mu-plugins folder
130
140
- always include 'index.php' on OpenID endpoint URLs. Without that, some deployments were having problems.
131
141
- 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)
133
143
- lots of minor bug fixes
134
144
135
145
= version 3.2.3 (Jul 20, 2009) =
136
-
- fix XSS vulnerability. (props: Stuart Metcalfe)
146
+
- fix XSS vulnerability. (props Stuart Metcalfe)
137
147
138
148
= version 3.2.2 (Mar 19, 2009) =
139
149
- fix problems when using non-index.php permalinks with non-apache web servers
140
150
- 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)
144
154
- UI tweaks to better match WP 2.7
145
155
- update a few strings for localization and POT file
146
156
@@ -242,7 +252,7 @@ Project maintined on github at
242
252
- improve jQuery code to reduce problems with other js libraries
243
253
244
254
= 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
0 commit comments