Plugin Directory

Changeset 131992


Ignore:
Timestamp:
07/04/2009 10:00:53 PM (17 years ago)
Author:
wnorris
Message:

add release dates to changelog page

Location:
openid
Files:
2 edited

Legend:

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

    r131990 r131992  
    119119== Changelog ==
    120120
    121 = version 3.2.2 (_Mar 19, 2009_) =
     121= version 3.2.2 (Mar 19, 2009) =
    122122 - fix problems when using non-index.php permalinks with non-apache web servers
    123123 - ensure that show\_on\_front option is not empty
     
    128128 - update a few strings for localization and POT file
    129129
    130 = v3.2.1 (Feb 13, 2009) =
     130= version 3.2.1 (Feb 13, 2009) =
    131131 - patch php-openid library to fix XRDS handling (thanks Mike Jones for helping find this)
    132132 - add default values for some openid vars -- necessary for OP-initiated login
     
    134134 - add filter for openid\_trust\_root
    135135
    136 = version 3.2 (January 20, 2009) =
     136= version 3.2 (Jan 20, 2009) =
    137137 - add uninstall hook for WordPress 2.7 -- this will remove all traces of the plugin from the database
    138138 - UI fixes for WordPress 2.7
     
    151151 - don't redirect when performing discovery on OpenID trust root
    152152
    153 = version 3.1.4 (November 04, 2008) =
     153= version 3.1.4 (Nov 04, 2008) =
    154154 - allow OP extensions to include XRDS Types in login service
    155155 - run OpenID comment processor after Akismet, and skip if Akismet marks comment as spam
    156156
    157 = version 3.1.3 =
    158 October 27, 2008
     157= version 3.1.3 (Oct 27, 2008) =
    159158 - fix error message if /dev/urandom is not readable
    160159
    161 = version 3.1.2 =
     160= version 3.1.2 (Oct 26, 2008) =
    162161 - ensure source of randomness is set properly
    163162 - prevent duplicate cleanup\_openid cron jobs
     
    165164 - suppress verbose error logging with XML parsing
    166165
    167 = version 3.1.1 =
     166= version 3.1.1 (Oct 20, 2008) =
    168167 - fix bug with OpenID Provider XRDS code that prevents ability to login to some sites (like plaxo.com)
    169168
    170 = version 3.1 =
     169= version 3.1 (Oct 19, 2008) =
    171170 - added hidden constant to set custom comments post page (OPENID\_COMMENTS\_POST\_PAGE)
    172171 - additional option to skip name and email check for OpenID comments
     
    175174 - numerous bug fixes, including bug with registration form
    176175
    177 = version 3.0 =
     176= version 3.0 (Oct 02, 2008) =
    178177 - includes OpenID Provider
    179178 - supports OpenID delegation
     
    182181 - major code refactoring
    183182
    184 = version 2.2.2 =
     183= version 2.2.2 (Aug 06, 2008) =
    185184 - fix bug with "unauthorized return\_to URL" (only known problem with [openid.pl][])
    186185 - fix bug with comments containing non-latin characters
     
    188187 - add experimental support for Identity in the Browser
    189188
    190 = version 2.2.1 =
     189= version 2.2.1 (Jul 25, 2008) =
    191190 - fixed EAUT handling code
    192191 - fixed bug that broke comments containing double quotes (")
    193192
    194 = version 2.2.0 =
     193= version 2.2.0 (Jul 23, 2008) =
    195194 - use POST replay for comments (fixes compatibility with other comment plugins)
    196195 - only build openid object when needed (much better memory usage)
     
    201200 - lots code refactoring and UI cleanup
    202201
    203 = version 2.1.9 =
     202= version 2.1.9 (May 20, 2008) =
    204203 - fix javascript loading issues
    205204 - fix various bugs when creating new account with OpenID
    206205 - fix error message, and add new warning prompt when removing last OpenID for account
    207206
    208 = version 2.1.8 =
     207= version 2.1.8 (Apr 02, 2008) =
    209208 - fix UI issue with wp-login.php page in WP2.5
    210209 - fix bug printing supported curl protocols (http://wordpress.org/support/topic/159062)
    211210 - fix jquery bug while adding category in  WP2.5  (http://wordpress.org/support/topic/164305)
    212211
    213 = version 2.1.7 =
     212= version 2.1.7 (Mar 21, 2008) =
    214213 - remove php5 dependency bug... AGAIN!
    215214 - also remove some other custom changes to php-openid I forgot were in there.  This may actually re-introduce some edge-case
    216215   bugs, but I'd rather expose them so that we can get the appropriate patches pushed upstream if they really are necessary.
    217216
    218 = version 2.1.6 =
     217= version 2.1.6 (Mar 20, 2008) =
    219218 - update php-openid library to latest.  Now properly supports Yahoo's OpenID provider.
    220219
    221 = version 2.1.5 =
     220= version 2.1.5 (Mar 20, 2008) =
    222221 - add support for wordpress v2.5
    223222
    224 = version 2.1.4 =
     223= version 2.1.4 (Feb 13, 2008) =
    225224 - fix php5 dependency bug
    226225 - improve jQuery code to reduce problems with other js libraries
    227226
    228 = version 2.1.3 =
     227= version 2.1.3 (Feb 06, 2008) =
    229228 - address security bug mentioned [here](http://www.gnucitizen.org/blog/hijacking-openid-enabled-accounts).  Props: Sam Alexander
    230229
  • openid/trunk/readme.txt

    r131990 r131992  
    119119== Changelog ==
    120120
    121 = version 3.2.2 (_Mar 19, 2009_) =
     121= version 3.2.2 (Mar 19, 2009) =
    122122 - fix problems when using non-index.php permalinks with non-apache web servers
    123123 - ensure that show\_on\_front option is not empty
     
    128128 - update a few strings for localization and POT file
    129129
    130 = v3.2.1 (Feb 13, 2009) =
     130= version 3.2.1 (Feb 13, 2009) =
    131131 - patch php-openid library to fix XRDS handling (thanks Mike Jones for helping find this)
    132132 - add default values for some openid vars -- necessary for OP-initiated login
     
    134134 - add filter for openid\_trust\_root
    135135
    136 = version 3.2 (January 20, 2009) =
     136= version 3.2 (Jan 20, 2009) =
    137137 - add uninstall hook for WordPress 2.7 -- this will remove all traces of the plugin from the database
    138138 - UI fixes for WordPress 2.7
     
    151151 - don't redirect when performing discovery on OpenID trust root
    152152
    153 = version 3.1.4 (November 04, 2008) =
     153= version 3.1.4 (Nov 04, 2008) =
    154154 - allow OP extensions to include XRDS Types in login service
    155155 - run OpenID comment processor after Akismet, and skip if Akismet marks comment as spam
    156156
    157 = version 3.1.3 =
    158 October 27, 2008
     157= version 3.1.3 (Oct 27, 2008) =
    159158 - fix error message if /dev/urandom is not readable
    160159
    161 = version 3.1.2 =
     160= version 3.1.2 (Oct 26, 2008) =
    162161 - ensure source of randomness is set properly
    163162 - prevent duplicate cleanup\_openid cron jobs
     
    165164 - suppress verbose error logging with XML parsing
    166165
    167 = version 3.1.1 =
     166= version 3.1.1 (Oct 20, 2008) =
    168167 - fix bug with OpenID Provider XRDS code that prevents ability to login to some sites (like plaxo.com)
    169168
    170 = version 3.1 =
     169= version 3.1 (Oct 19, 2008) =
    171170 - added hidden constant to set custom comments post page (OPENID\_COMMENTS\_POST\_PAGE)
    172171 - additional option to skip name and email check for OpenID comments
     
    175174 - numerous bug fixes, including bug with registration form
    176175
    177 = version 3.0 =
     176= version 3.0 (Oct 02, 2008) =
    178177 - includes OpenID Provider
    179178 - supports OpenID delegation
     
    182181 - major code refactoring
    183182
    184 = version 2.2.2 =
     183= version 2.2.2 (Aug 06, 2008) =
    185184 - fix bug with "unauthorized return\_to URL" (only known problem with [openid.pl][])
    186185 - fix bug with comments containing non-latin characters
     
    188187 - add experimental support for Identity in the Browser
    189188
    190 = version 2.2.1 =
     189= version 2.2.1 (Jul 25, 2008) =
    191190 - fixed EAUT handling code
    192191 - fixed bug that broke comments containing double quotes (")
    193192
    194 = version 2.2.0 =
     193= version 2.2.0 (Jul 23, 2008) =
    195194 - use POST replay for comments (fixes compatibility with other comment plugins)
    196195 - only build openid object when needed (much better memory usage)
     
    201200 - lots code refactoring and UI cleanup
    202201
    203 = version 2.1.9 =
     202= version 2.1.9 (May 20, 2008) =
    204203 - fix javascript loading issues
    205204 - fix various bugs when creating new account with OpenID
    206205 - fix error message, and add new warning prompt when removing last OpenID for account
    207206
    208 = version 2.1.8 =
     207= version 2.1.8 (Apr 02, 2008) =
    209208 - fix UI issue with wp-login.php page in WP2.5
    210209 - fix bug printing supported curl protocols (http://wordpress.org/support/topic/159062)
    211210 - fix jquery bug while adding category in  WP2.5  (http://wordpress.org/support/topic/164305)
    212211
    213 = version 2.1.7 =
     212= version 2.1.7 (Mar 21, 2008) =
    214213 - remove php5 dependency bug... AGAIN!
    215214 - also remove some other custom changes to php-openid I forgot were in there.  This may actually re-introduce some edge-case
    216215   bugs, but I'd rather expose them so that we can get the appropriate patches pushed upstream if they really are necessary.
    217216
    218 = version 2.1.6 =
     217= version 2.1.6 (Mar 20, 2008) =
    219218 - update php-openid library to latest.  Now properly supports Yahoo's OpenID provider.
    220219
    221 = version 2.1.5 =
     220= version 2.1.5 (Mar 20, 2008) =
    222221 - add support for wordpress v2.5
    223222
    224 = version 2.1.4 =
     223= version 2.1.4 (Feb 13, 2008) =
    225224 - fix php5 dependency bug
    226225 - improve jQuery code to reduce problems with other js libraries
    227226
    228 = version 2.1.3 =
     227= version 2.1.3 (Feb 06, 2008) =
    229228 - address security bug mentioned [here](http://www.gnucitizen.org/blog/hijacking-openid-enabled-accounts).  Props: Sam Alexander
    230229
Note: See TracChangeset for help on using the changeset viewer.