Plugin Directory

Changeset 131970


Ignore:
Timestamp:
07/04/2009 06:02:23 PM (17 years ago)
Author:
wnorris
Message:

fix a few things in readme.txt, and try adding dates to changelog

Location:
openid
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • openid/tags/3.2.2/readme.txt

    r128669 r131970  
    8383turned on SSL in WordPress by [defining either of the following][wp-ssl]
    8484globals 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
    8788
    8889Then, also define the following global as "true" in your `wp-config.php` file:
    89  - OPENID_SSL
     90
     91 - OPENID\_SSL
    9092
    9193Be aware that you will almost certainly have trouble with this if you are not
     
    118120
    119121= version 3.2.2 =
     122_March 19, 2009_
    120123 - fix problems when using non-index.php permalinks with non-apache web servers
    121  - ensure that show_on_front option is not empty
     124 - ensure that show\_on\_front option is not empty
    122125 - function name typo (props: gunemalli)
    123126 - fix deprecated pass-by-reference call in php-openid library (props: jschuur)
     
    127130
    128131= version 3.2.1 =
     132_February 13, 2009_
    129133 - patch php-openid library to fix XRDS handling (thanks Mike Jones for helping find this)
    130134 - add default values for some openid vars -- necessary for OP-initiated login
    131135 - fix bug with OpenID server where OpenID request was sometimes lost
    132  - add filter for openid_trust_root
     136 - add filter for openid\_trust\_root
    133137
    134138= version 3.2 =
     
    137141 - add settings link to plugins page
    138142 - silence XML parsing errors with PHP4
    139  - ensure wp_scripts is set
     143 - ensure wp\_scripts is set
    140144 - ensure openid comment processing occurs after akismet
    141145 - add ellipses to truncated OpenIDs (fixes #94)
     
    143147 - don't return empty SREG values
    144148 - Add support for consuming Attribute Exchange
    145  - use a single return_to URL for all OpenID actions
     149 - use a single return\_to URL for all OpenID actions
    146150 - cleaner OpenID service URLs when permalinks configured to do so (all path, no query string)
    147151 - 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)
    149153 - don't redirect when performing discovery on OpenID trust root
    150154
     
    158162= version 3.1.2 =
    159163 - ensure source of randomness is set properly
    160  - prevent duplicate cleanup_openid cron jobs
     164 - prevent duplicate cleanup\_openid cron jobs
    161165 - prevent SQL errors on activation
    162166 - suppress verbose error logging with XML parsing
  • openid/trunk/readme.txt

    r128669 r131970  
    8383turned on SSL in WordPress by [defining either of the following][wp-ssl]
    8484globals 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
    8788
    8889Then, also define the following global as "true" in your `wp-config.php` file:
    89  - OPENID_SSL
     90
     91 - OPENID\_SSL
    9092
    9193Be aware that you will almost certainly have trouble with this if you are not
     
    118120
    119121= version 3.2.2 =
     122_March 19, 2009_
    120123 - fix problems when using non-index.php permalinks with non-apache web servers
    121  - ensure that show_on_front option is not empty
     124 - ensure that show\_on\_front option is not empty
    122125 - function name typo (props: gunemalli)
    123126 - fix deprecated pass-by-reference call in php-openid library (props: jschuur)
     
    127130
    128131= version 3.2.1 =
     132_February 13, 2009_
    129133 - patch php-openid library to fix XRDS handling (thanks Mike Jones for helping find this)
    130134 - add default values for some openid vars -- necessary for OP-initiated login
    131135 - fix bug with OpenID server where OpenID request was sometimes lost
    132  - add filter for openid_trust_root
     136 - add filter for openid\_trust\_root
    133137
    134138= version 3.2 =
     
    137141 - add settings link to plugins page
    138142 - silence XML parsing errors with PHP4
    139  - ensure wp_scripts is set
     143 - ensure wp\_scripts is set
    140144 - ensure openid comment processing occurs after akismet
    141145 - add ellipses to truncated OpenIDs (fixes #94)
     
    143147 - don't return empty SREG values
    144148 - Add support for consuming Attribute Exchange
    145  - use a single return_to URL for all OpenID actions
     149 - use a single return\_to URL for all OpenID actions
    146150 - cleaner OpenID service URLs when permalinks configured to do so (all path, no query string)
    147151 - 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)
    149153 - don't redirect when performing discovery on OpenID trust root
    150154
     
    158162= version 3.1.2 =
    159163 - ensure source of randomness is set properly
    160  - prevent duplicate cleanup_openid cron jobs
     164 - prevent duplicate cleanup\_openid cron jobs
    161165 - prevent SQL errors on activation
    162166 - suppress verbose error logging with XML parsing
Note: See TracChangeset for help on using the changeset viewer.