Changeset 131992
- Timestamp:
- 07/04/2009 10:00:53 PM (17 years ago)
- Location:
- openid
- Files:
-
- 2 edited
-
tags/3.2.2/readme.txt (modified) (9 diffs)
-
trunk/readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openid/tags/3.2.2/readme.txt
r131990 r131992 119 119 == Changelog == 120 120 121 = version 3.2.2 ( _Mar 19, 2009_) =121 = version 3.2.2 (Mar 19, 2009) = 122 122 - fix problems when using non-index.php permalinks with non-apache web servers 123 123 - ensure that show\_on\_front option is not empty … … 128 128 - update a few strings for localization and POT file 129 129 130 = v 3.2.1 (Feb 13, 2009) =130 = version 3.2.1 (Feb 13, 2009) = 131 131 - patch php-openid library to fix XRDS handling (thanks Mike Jones for helping find this) 132 132 - add default values for some openid vars -- necessary for OP-initiated login … … 134 134 - add filter for openid\_trust\_root 135 135 136 = version 3.2 (Jan uary20, 2009) =136 = version 3.2 (Jan 20, 2009) = 137 137 - add uninstall hook for WordPress 2.7 -- this will remove all traces of the plugin from the database 138 138 - UI fixes for WordPress 2.7 … … 151 151 - don't redirect when performing discovery on OpenID trust root 152 152 153 = version 3.1.4 (Nov ember04, 2008) =153 = version 3.1.4 (Nov 04, 2008) = 154 154 - allow OP extensions to include XRDS Types in login service 155 155 - run OpenID comment processor after Akismet, and skip if Akismet marks comment as spam 156 156 157 = version 3.1.3 = 158 October 27, 2008 157 = version 3.1.3 (Oct 27, 2008) = 159 158 - fix error message if /dev/urandom is not readable 160 159 161 = version 3.1.2 =160 = version 3.1.2 (Oct 26, 2008) = 162 161 - ensure source of randomness is set properly 163 162 - prevent duplicate cleanup\_openid cron jobs … … 165 164 - suppress verbose error logging with XML parsing 166 165 167 = version 3.1.1 =166 = version 3.1.1 (Oct 20, 2008) = 168 167 - fix bug with OpenID Provider XRDS code that prevents ability to login to some sites (like plaxo.com) 169 168 170 = version 3.1 =169 = version 3.1 (Oct 19, 2008) = 171 170 - added hidden constant to set custom comments post page (OPENID\_COMMENTS\_POST\_PAGE) 172 171 - additional option to skip name and email check for OpenID comments … … 175 174 - numerous bug fixes, including bug with registration form 176 175 177 = version 3.0 =176 = version 3.0 (Oct 02, 2008) = 178 177 - includes OpenID Provider 179 178 - supports OpenID delegation … … 182 181 - major code refactoring 183 182 184 = version 2.2.2 =183 = version 2.2.2 (Aug 06, 2008) = 185 184 - fix bug with "unauthorized return\_to URL" (only known problem with [openid.pl][]) 186 185 - fix bug with comments containing non-latin characters … … 188 187 - add experimental support for Identity in the Browser 189 188 190 = version 2.2.1 =189 = version 2.2.1 (Jul 25, 2008) = 191 190 - fixed EAUT handling code 192 191 - fixed bug that broke comments containing double quotes (") 193 192 194 = version 2.2.0 =193 = version 2.2.0 (Jul 23, 2008) = 195 194 - use POST replay for comments (fixes compatibility with other comment plugins) 196 195 - only build openid object when needed (much better memory usage) … … 201 200 - lots code refactoring and UI cleanup 202 201 203 = version 2.1.9 =202 = version 2.1.9 (May 20, 2008) = 204 203 - fix javascript loading issues 205 204 - fix various bugs when creating new account with OpenID 206 205 - fix error message, and add new warning prompt when removing last OpenID for account 207 206 208 = version 2.1.8 =207 = version 2.1.8 (Apr 02, 2008) = 209 208 - fix UI issue with wp-login.php page in WP2.5 210 209 - fix bug printing supported curl protocols (http://wordpress.org/support/topic/159062) 211 210 - fix jquery bug while adding category in WP2.5 (http://wordpress.org/support/topic/164305) 212 211 213 = version 2.1.7 =212 = version 2.1.7 (Mar 21, 2008) = 214 213 - remove php5 dependency bug... AGAIN! 215 214 - also remove some other custom changes to php-openid I forgot were in there. This may actually re-introduce some edge-case 216 215 bugs, but I'd rather expose them so that we can get the appropriate patches pushed upstream if they really are necessary. 217 216 218 = version 2.1.6 =217 = version 2.1.6 (Mar 20, 2008) = 219 218 - update php-openid library to latest. Now properly supports Yahoo's OpenID provider. 220 219 221 = version 2.1.5 =220 = version 2.1.5 (Mar 20, 2008) = 222 221 - add support for wordpress v2.5 223 222 224 = version 2.1.4 =223 = version 2.1.4 (Feb 13, 2008) = 225 224 - fix php5 dependency bug 226 225 - improve jQuery code to reduce problems with other js libraries 227 226 228 = version 2.1.3 =227 = version 2.1.3 (Feb 06, 2008) = 229 228 - address security bug mentioned [here](http://www.gnucitizen.org/blog/hijacking-openid-enabled-accounts). Props: Sam Alexander 230 229 -
openid/trunk/readme.txt
r131990 r131992 119 119 == Changelog == 120 120 121 = version 3.2.2 ( _Mar 19, 2009_) =121 = version 3.2.2 (Mar 19, 2009) = 122 122 - fix problems when using non-index.php permalinks with non-apache web servers 123 123 - ensure that show\_on\_front option is not empty … … 128 128 - update a few strings for localization and POT file 129 129 130 = v 3.2.1 (Feb 13, 2009) =130 = version 3.2.1 (Feb 13, 2009) = 131 131 - patch php-openid library to fix XRDS handling (thanks Mike Jones for helping find this) 132 132 - add default values for some openid vars -- necessary for OP-initiated login … … 134 134 - add filter for openid\_trust\_root 135 135 136 = version 3.2 (Jan uary20, 2009) =136 = version 3.2 (Jan 20, 2009) = 137 137 - add uninstall hook for WordPress 2.7 -- this will remove all traces of the plugin from the database 138 138 - UI fixes for WordPress 2.7 … … 151 151 - don't redirect when performing discovery on OpenID trust root 152 152 153 = version 3.1.4 (Nov ember04, 2008) =153 = version 3.1.4 (Nov 04, 2008) = 154 154 - allow OP extensions to include XRDS Types in login service 155 155 - run OpenID comment processor after Akismet, and skip if Akismet marks comment as spam 156 156 157 = version 3.1.3 = 158 October 27, 2008 157 = version 3.1.3 (Oct 27, 2008) = 159 158 - fix error message if /dev/urandom is not readable 160 159 161 = version 3.1.2 =160 = version 3.1.2 (Oct 26, 2008) = 162 161 - ensure source of randomness is set properly 163 162 - prevent duplicate cleanup\_openid cron jobs … … 165 164 - suppress verbose error logging with XML parsing 166 165 167 = version 3.1.1 =166 = version 3.1.1 (Oct 20, 2008) = 168 167 - fix bug with OpenID Provider XRDS code that prevents ability to login to some sites (like plaxo.com) 169 168 170 = version 3.1 =169 = version 3.1 (Oct 19, 2008) = 171 170 - added hidden constant to set custom comments post page (OPENID\_COMMENTS\_POST\_PAGE) 172 171 - additional option to skip name and email check for OpenID comments … … 175 174 - numerous bug fixes, including bug with registration form 176 175 177 = version 3.0 =176 = version 3.0 (Oct 02, 2008) = 178 177 - includes OpenID Provider 179 178 - supports OpenID delegation … … 182 181 - major code refactoring 183 182 184 = version 2.2.2 =183 = version 2.2.2 (Aug 06, 2008) = 185 184 - fix bug with "unauthorized return\_to URL" (only known problem with [openid.pl][]) 186 185 - fix bug with comments containing non-latin characters … … 188 187 - add experimental support for Identity in the Browser 189 188 190 = version 2.2.1 =189 = version 2.2.1 (Jul 25, 2008) = 191 190 - fixed EAUT handling code 192 191 - fixed bug that broke comments containing double quotes (") 193 192 194 = version 2.2.0 =193 = version 2.2.0 (Jul 23, 2008) = 195 194 - use POST replay for comments (fixes compatibility with other comment plugins) 196 195 - only build openid object when needed (much better memory usage) … … 201 200 - lots code refactoring and UI cleanup 202 201 203 = version 2.1.9 =202 = version 2.1.9 (May 20, 2008) = 204 203 - fix javascript loading issues 205 204 - fix various bugs when creating new account with OpenID 206 205 - fix error message, and add new warning prompt when removing last OpenID for account 207 206 208 = version 2.1.8 =207 = version 2.1.8 (Apr 02, 2008) = 209 208 - fix UI issue with wp-login.php page in WP2.5 210 209 - fix bug printing supported curl protocols (http://wordpress.org/support/topic/159062) 211 210 - fix jquery bug while adding category in WP2.5 (http://wordpress.org/support/topic/164305) 212 211 213 = version 2.1.7 =212 = version 2.1.7 (Mar 21, 2008) = 214 213 - remove php5 dependency bug... AGAIN! 215 214 - also remove some other custom changes to php-openid I forgot were in there. This may actually re-introduce some edge-case 216 215 bugs, but I'd rather expose them so that we can get the appropriate patches pushed upstream if they really are necessary. 217 216 218 = version 2.1.6 =217 = version 2.1.6 (Mar 20, 2008) = 219 218 - update php-openid library to latest. Now properly supports Yahoo's OpenID provider. 220 219 221 = version 2.1.5 =220 = version 2.1.5 (Mar 20, 2008) = 222 221 - add support for wordpress v2.5 223 222 224 = version 2.1.4 =223 = version 2.1.4 (Feb 13, 2008) = 225 224 - fix php5 dependency bug 226 225 - improve jQuery code to reduce problems with other js libraries 227 226 228 = version 2.1.3 =227 = version 2.1.3 (Feb 06, 2008) = 229 228 - address security bug mentioned [here](http://www.gnucitizen.org/blog/hijacking-openid-enabled-accounts). Props: Sam Alexander 230 229
Note: See TracChangeset
for help on using the changeset viewer.