Changeset 131970
- Timestamp:
- 07/04/2009 06:02:23 PM (17 years ago)
- Location:
- openid
- Files:
-
- 2 edited
-
tags/3.2.2/readme.txt (modified) (6 diffs)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openid/tags/3.2.2/readme.txt
r128669 r131970 83 83 turned on SSL in WordPress by [defining either of the following][wp-ssl] 84 84 globals as "true" in your `wp-config.php` file: 85 - FORCE_SSL_LOGIN 86 - FORCE_SSL_ADMIN 85 86 - FORCE\_SSL\_LOGIN 87 - FORCE\_SSL\_ADMIN 87 88 88 89 Then, also define the following global as "true" in your `wp-config.php` file: 89 - OPENID_SSL 90 91 - OPENID\_SSL 90 92 91 93 Be aware that you will almost certainly have trouble with this if you are not … … 118 120 119 121 = version 3.2.2 = 122 _March 19, 2009_ 120 123 - fix problems when using non-index.php permalinks with non-apache web servers 121 - ensure that show _on_front option is not empty124 - ensure that show\_on\_front option is not empty 122 125 - function name typo (props: gunemalli) 123 126 - fix deprecated pass-by-reference call in php-openid library (props: jschuur) … … 127 130 128 131 = version 3.2.1 = 132 _February 13, 2009_ 129 133 - patch php-openid library to fix XRDS handling (thanks Mike Jones for helping find this) 130 134 - add default values for some openid vars -- necessary for OP-initiated login 131 135 - fix bug with OpenID server where OpenID request was sometimes lost 132 - add filter for openid _trust_root136 - add filter for openid\_trust\_root 133 137 134 138 = version 3.2 = … … 137 141 - add settings link to plugins page 138 142 - silence XML parsing errors with PHP4 139 - ensure wp _scripts is set143 - ensure wp\_scripts is set 140 144 - ensure openid comment processing occurs after akismet 141 145 - add ellipses to truncated OpenIDs (fixes #94) … … 143 147 - don't return empty SREG values 144 148 - Add support for consuming Attribute Exchange 145 - use a single return _to URL for all OpenID actions149 - use a single return\_to URL for all OpenID actions 146 150 - cleaner OpenID service URLs when permalinks configured to do so (all path, no query string) 147 151 - fixed issue where OpenID Server would sometimes break depending on a users permalink structure (fixed #101) 148 - fixed issue where OpenID consumer would sometimes break if mod _encoding was enabled in Apache (used for WebDAV) (fixed #96)152 - fixed issue where OpenID consumer would sometimes break if mod\_encoding was enabled in Apache (used for WebDAV) (fixed #96) 149 153 - don't redirect when performing discovery on OpenID trust root 150 154 … … 158 162 = version 3.1.2 = 159 163 - ensure source of randomness is set properly 160 - prevent duplicate cleanup _openid cron jobs164 - prevent duplicate cleanup\_openid cron jobs 161 165 - prevent SQL errors on activation 162 166 - suppress verbose error logging with XML parsing -
openid/trunk/readme.txt
r128669 r131970 83 83 turned on SSL in WordPress by [defining either of the following][wp-ssl] 84 84 globals as "true" in your `wp-config.php` file: 85 - FORCE_SSL_LOGIN 86 - FORCE_SSL_ADMIN 85 86 - FORCE\_SSL\_LOGIN 87 - FORCE\_SSL\_ADMIN 87 88 88 89 Then, also define the following global as "true" in your `wp-config.php` file: 89 - OPENID_SSL 90 91 - OPENID\_SSL 90 92 91 93 Be aware that you will almost certainly have trouble with this if you are not … … 118 120 119 121 = version 3.2.2 = 122 _March 19, 2009_ 120 123 - fix problems when using non-index.php permalinks with non-apache web servers 121 - ensure that show _on_front option is not empty124 - ensure that show\_on\_front option is not empty 122 125 - function name typo (props: gunemalli) 123 126 - fix deprecated pass-by-reference call in php-openid library (props: jschuur) … … 127 130 128 131 = version 3.2.1 = 132 _February 13, 2009_ 129 133 - patch php-openid library to fix XRDS handling (thanks Mike Jones for helping find this) 130 134 - add default values for some openid vars -- necessary for OP-initiated login 131 135 - fix bug with OpenID server where OpenID request was sometimes lost 132 - add filter for openid _trust_root136 - add filter for openid\_trust\_root 133 137 134 138 = version 3.2 = … … 137 141 - add settings link to plugins page 138 142 - silence XML parsing errors with PHP4 139 - ensure wp _scripts is set143 - ensure wp\_scripts is set 140 144 - ensure openid comment processing occurs after akismet 141 145 - add ellipses to truncated OpenIDs (fixes #94) … … 143 147 - don't return empty SREG values 144 148 - Add support for consuming Attribute Exchange 145 - use a single return _to URL for all OpenID actions149 - use a single return\_to URL for all OpenID actions 146 150 - cleaner OpenID service URLs when permalinks configured to do so (all path, no query string) 147 151 - fixed issue where OpenID Server would sometimes break depending on a users permalink structure (fixed #101) 148 - fixed issue where OpenID consumer would sometimes break if mod _encoding was enabled in Apache (used for WebDAV) (fixed #96)152 - fixed issue where OpenID consumer would sometimes break if mod\_encoding was enabled in Apache (used for WebDAV) (fixed #96) 149 153 - don't redirect when performing discovery on OpenID trust root 150 154 … … 158 162 = version 3.1.2 = 159 163 - ensure source of randomness is set properly 160 - prevent duplicate cleanup _openid cron jobs164 - prevent duplicate cleanup\_openid cron jobs 161 165 - prevent SQL errors on activation 162 166 - suppress verbose error logging with XML parsing
Note: See TracChangeset
for help on using the changeset viewer.