Plugin Directory

Changeset 128505


Ignore:
Timestamp:
06/22/2009 05:19:38 PM (17 years ago)
Author:
dlo
Message:

v 0.9.0 bis

Location:
sabre
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sabre/tags/0.9.0/readme.txt

    r124147 r128505  
    242242To change the default logo, copy your own image file in the /images directory of Sabre plugin. The file must be a 290pixels x 66pixels GIF file named sabre-login.gif
    243243
    244 == History ==
    245 **v. 0.9.0**
     244== Changelog ==
     245
     246=0.9.0=
    246247
    247248* Compliant with WordPress 2.8
     
    253254* Action hooks added to allow third part plugins to run functions according to Sabre's events. See FAQ section for more details. 
    254255
    255 **v. 0.8.1**
     256=0.8.1=
    256257
    257258* Made compliant with WordPress 2.7.1
     
    259260* Corrected bug in strengh meter when choosing custom password
    260261
    261 **v. 0.8.0**
     262=0.8.0=
    262263
    263264* Added parameter to activate invitation codes
     
    267268* Message management reviewed to support plural form 
    268269
    269 **v. 0.7.4**
     270=0.7.4=
    270271
    271272* Corrected bug in automatic suppresion of the blocked registrations log. A value of zero or less days will now stop Sabre's automatic cleanup.
    272273 
    273 **v. 0.7.3**
     274=0.7.3=
    274275
    275276* Added parameter to choose between black or white background for the captcha image.
     
    277278* Sabre has been made compliant with the possibility offered by WordPress 2.6 to move the wp-content directory to a custom location.
    278279
    279 **v. 0.7.2**
     280=0.7.2=
    280281
    281282* Added parameter to let the blog admin validate the user registration.
     
    283284* Added tab "Registrations to confirm".
    284285
    285 **v. 0.7.1**
     286=0.7.1=
    286287
    287288* Added parameter to display Sabre statistics on the dashboard of the blog.
    288289* Added parameter to let the user choose his own password during registration.
    289290
    290 **v. 0.7.0**
     291=0.7.0=
    291292
    292293* This version requires WordPress 2.5 and can't be used with previous versions of WordPress.
     
    295296* Added parameter to receive a mail upon confirmation of registration by a user.
    296297
    297 **v. 0.6.3**
     298=0.6.3=
    298299
    299300* Small adjustments done to comply with WordPress 2.3.3
    300301
    301 **v. 0.6.2**
     302=0.6.2=
    302303
    303304* Added parameter to check if IP address is banned by DNSBL servers.
    304305 
    305 **v. 0.6.1**
     306=0.6.1=
    306307
    307308* Change the Sabre table definition as some MySql versions doesn't allow text columns to have default value. This was preventing the creation of the table during Sabre initialization in some occasion.
    308309
    309 **v. 0.6.0**
     310=0.6.0=
    310311
    311312* Added parameter to delete WordPress account automatically when registration is canceled, either manually or because of exceeded period of time.
     
    317318* Reinforced access security to the administration panels of Sabre using wp_nonce_field
    318319
    319 **v. 0.4.2**
     320=0.4.2=
    320321
    321322* Corrected bug in the storage of the number of days for registration's confirmation
    322323   
    323 **V. 0.4.1**
     324=0.4.1=
    324325
    325326* Added parameter to deny/authorize newly registered users to sign in before registration is confirmed.
     
    327328* Added several messages to give the status of operations done.
    328329
    329 **v. 0.4.0**
     330=0.4.0=
    330331
    331332* Added several new internal tests to make Sabre more efficient in spambot detection. Those tests run undetected for regular human registrars.
     
    339340* Changed the way to control who can bypass the registration confirmation : Sabre now tests the "edit_users" capability and no longer the user level. This will ensure that all accounts with a high level of rights will always be able to sign in.
    340341
    341 **V. 0.2.2**
     342=0.2.2=
    342343
    343344* Code optimized and splitted in various files to reduce server loading.
    344345* Automatic cleanup enhanced.
    345346
    346 **V. 0.2.1**
     347=0.2.1=
    347348
    348349* Added a possibility to include the test randomly in the registration form. Added manual suppression of logs.
    349350
    350 **V. 0.1.1**
     351=0.1.1=
    351352
    352353* First public version
  • sabre/trunk/readme.txt

    r124147 r128505  
    242242To change the default logo, copy your own image file in the /images directory of Sabre plugin. The file must be a 290pixels x 66pixels GIF file named sabre-login.gif
    243243
    244 == History ==
    245 **v. 0.9.0**
     244== Changelog ==
     245
     246=0.9.0=
    246247
    247248* Compliant with WordPress 2.8
     
    253254* Action hooks added to allow third part plugins to run functions according to Sabre's events. See FAQ section for more details. 
    254255
    255 **v. 0.8.1**
     256=0.8.1=
    256257
    257258* Made compliant with WordPress 2.7.1
     
    259260* Corrected bug in strengh meter when choosing custom password
    260261
    261 **v. 0.8.0**
     262=0.8.0=
    262263
    263264* Added parameter to activate invitation codes
     
    267268* Message management reviewed to support plural form 
    268269
    269 **v. 0.7.4**
     270=0.7.4=
    270271
    271272* Corrected bug in automatic suppresion of the blocked registrations log. A value of zero or less days will now stop Sabre's automatic cleanup.
    272273 
    273 **v. 0.7.3**
     274=0.7.3=
    274275
    275276* Added parameter to choose between black or white background for the captcha image.
     
    277278* Sabre has been made compliant with the possibility offered by WordPress 2.6 to move the wp-content directory to a custom location.
    278279
    279 **v. 0.7.2**
     280=0.7.2=
    280281
    281282* Added parameter to let the blog admin validate the user registration.
     
    283284* Added tab "Registrations to confirm".
    284285
    285 **v. 0.7.1**
     286=0.7.1=
    286287
    287288* Added parameter to display Sabre statistics on the dashboard of the blog.
    288289* Added parameter to let the user choose his own password during registration.
    289290
    290 **v. 0.7.0**
     291=0.7.0=
    291292
    292293* This version requires WordPress 2.5 and can't be used with previous versions of WordPress.
     
    295296* Added parameter to receive a mail upon confirmation of registration by a user.
    296297
    297 **v. 0.6.3**
     298=0.6.3=
    298299
    299300* Small adjustments done to comply with WordPress 2.3.3
    300301
    301 **v. 0.6.2**
     302=0.6.2=
    302303
    303304* Added parameter to check if IP address is banned by DNSBL servers.
    304305 
    305 **v. 0.6.1**
     306=0.6.1=
    306307
    307308* Change the Sabre table definition as some MySql versions doesn't allow text columns to have default value. This was preventing the creation of the table during Sabre initialization in some occasion.
    308309
    309 **v. 0.6.0**
     310=0.6.0=
    310311
    311312* Added parameter to delete WordPress account automatically when registration is canceled, either manually or because of exceeded period of time.
     
    317318* Reinforced access security to the administration panels of Sabre using wp_nonce_field
    318319
    319 **v. 0.4.2**
     320=0.4.2=
    320321
    321322* Corrected bug in the storage of the number of days for registration's confirmation
    322323   
    323 **V. 0.4.1**
     324=0.4.1=
    324325
    325326* Added parameter to deny/authorize newly registered users to sign in before registration is confirmed.
     
    327328* Added several messages to give the status of operations done.
    328329
    329 **v. 0.4.0**
     330=0.4.0=
    330331
    331332* Added several new internal tests to make Sabre more efficient in spambot detection. Those tests run undetected for regular human registrars.
     
    339340* Changed the way to control who can bypass the registration confirmation : Sabre now tests the "edit_users" capability and no longer the user level. This will ensure that all accounts with a high level of rights will always be able to sign in.
    340341
    341 **V. 0.2.2**
     342=0.2.2=
    342343
    343344* Code optimized and splitted in various files to reduce server loading.
    344345* Automatic cleanup enhanced.
    345346
    346 **V. 0.2.1**
     347=0.2.1=
    347348
    348349* Added a possibility to include the test randomly in the registration form. Added manual suppression of logs.
    349350
    350 **V. 0.1.1**
     351=0.1.1=
    351352
    352353* First public version
Note: See TracChangeset for help on using the changeset viewer.