Changeset 128505
- Timestamp:
- 06/22/2009 05:19:38 PM (17 years ago)
- Location:
- sabre
- Files:
-
- 2 edited
-
tags/0.9.0/readme.txt (modified) (10 diffs)
-
trunk/readme.txt (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sabre/tags/0.9.0/readme.txt
r124147 r128505 242 242 To 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 243 243 244 == History == 245 **v. 0.9.0** 244 == Changelog == 245 246 =0.9.0= 246 247 247 248 * Compliant with WordPress 2.8 … … 253 254 * Action hooks added to allow third part plugins to run functions according to Sabre's events. See FAQ section for more details. 254 255 255 **v. 0.8.1** 256 =0.8.1= 256 257 257 258 * Made compliant with WordPress 2.7.1 … … 259 260 * Corrected bug in strengh meter when choosing custom password 260 261 261 **v. 0.8.0** 262 =0.8.0= 262 263 263 264 * Added parameter to activate invitation codes … … 267 268 * Message management reviewed to support plural form 268 269 269 **v. 0.7.4** 270 =0.7.4= 270 271 271 272 * Corrected bug in automatic suppresion of the blocked registrations log. A value of zero or less days will now stop Sabre's automatic cleanup. 272 273 273 **v. 0.7.3** 274 =0.7.3= 274 275 275 276 * Added parameter to choose between black or white background for the captcha image. … … 277 278 * Sabre has been made compliant with the possibility offered by WordPress 2.6 to move the wp-content directory to a custom location. 278 279 279 **v. 0.7.2** 280 =0.7.2= 280 281 281 282 * Added parameter to let the blog admin validate the user registration. … … 283 284 * Added tab "Registrations to confirm". 284 285 285 **v. 0.7.1** 286 =0.7.1= 286 287 287 288 * Added parameter to display Sabre statistics on the dashboard of the blog. 288 289 * Added parameter to let the user choose his own password during registration. 289 290 290 **v. 0.7.0** 291 =0.7.0= 291 292 292 293 * This version requires WordPress 2.5 and can't be used with previous versions of WordPress. … … 295 296 * Added parameter to receive a mail upon confirmation of registration by a user. 296 297 297 **v. 0.6.3** 298 =0.6.3= 298 299 299 300 * Small adjustments done to comply with WordPress 2.3.3 300 301 301 **v. 0.6.2** 302 =0.6.2= 302 303 303 304 * Added parameter to check if IP address is banned by DNSBL servers. 304 305 305 **v. 0.6.1** 306 =0.6.1= 306 307 307 308 * 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. 308 309 309 **v. 0.6.0** 310 =0.6.0= 310 311 311 312 * Added parameter to delete WordPress account automatically when registration is canceled, either manually or because of exceeded period of time. … … 317 318 * Reinforced access security to the administration panels of Sabre using wp_nonce_field 318 319 319 **v. 0.4.2** 320 =0.4.2= 320 321 321 322 * Corrected bug in the storage of the number of days for registration's confirmation 322 323 323 **V. 0.4.1** 324 =0.4.1= 324 325 325 326 * Added parameter to deny/authorize newly registered users to sign in before registration is confirmed. … … 327 328 * Added several messages to give the status of operations done. 328 329 329 **v. 0.4.0** 330 =0.4.0= 330 331 331 332 * Added several new internal tests to make Sabre more efficient in spambot detection. Those tests run undetected for regular human registrars. … … 339 340 * 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. 340 341 341 **V. 0.2.2** 342 =0.2.2= 342 343 343 344 * Code optimized and splitted in various files to reduce server loading. 344 345 * Automatic cleanup enhanced. 345 346 346 **V. 0.2.1** 347 =0.2.1= 347 348 348 349 * Added a possibility to include the test randomly in the registration form. Added manual suppression of logs. 349 350 350 **V. 0.1.1** 351 =0.1.1= 351 352 352 353 * First public version -
sabre/trunk/readme.txt
r124147 r128505 242 242 To 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 243 243 244 == History == 245 **v. 0.9.0** 244 == Changelog == 245 246 =0.9.0= 246 247 247 248 * Compliant with WordPress 2.8 … … 253 254 * Action hooks added to allow third part plugins to run functions according to Sabre's events. See FAQ section for more details. 254 255 255 **v. 0.8.1** 256 =0.8.1= 256 257 257 258 * Made compliant with WordPress 2.7.1 … … 259 260 * Corrected bug in strengh meter when choosing custom password 260 261 261 **v. 0.8.0** 262 =0.8.0= 262 263 263 264 * Added parameter to activate invitation codes … … 267 268 * Message management reviewed to support plural form 268 269 269 **v. 0.7.4** 270 =0.7.4= 270 271 271 272 * Corrected bug in automatic suppresion of the blocked registrations log. A value of zero or less days will now stop Sabre's automatic cleanup. 272 273 273 **v. 0.7.3** 274 =0.7.3= 274 275 275 276 * Added parameter to choose between black or white background for the captcha image. … … 277 278 * Sabre has been made compliant with the possibility offered by WordPress 2.6 to move the wp-content directory to a custom location. 278 279 279 **v. 0.7.2** 280 =0.7.2= 280 281 281 282 * Added parameter to let the blog admin validate the user registration. … … 283 284 * Added tab "Registrations to confirm". 284 285 285 **v. 0.7.1** 286 =0.7.1= 286 287 287 288 * Added parameter to display Sabre statistics on the dashboard of the blog. 288 289 * Added parameter to let the user choose his own password during registration. 289 290 290 **v. 0.7.0** 291 =0.7.0= 291 292 292 293 * This version requires WordPress 2.5 and can't be used with previous versions of WordPress. … … 295 296 * Added parameter to receive a mail upon confirmation of registration by a user. 296 297 297 **v. 0.6.3** 298 =0.6.3= 298 299 299 300 * Small adjustments done to comply with WordPress 2.3.3 300 301 301 **v. 0.6.2** 302 =0.6.2= 302 303 303 304 * Added parameter to check if IP address is banned by DNSBL servers. 304 305 305 **v. 0.6.1** 306 =0.6.1= 306 307 307 308 * 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. 308 309 309 **v. 0.6.0** 310 =0.6.0= 310 311 311 312 * Added parameter to delete WordPress account automatically when registration is canceled, either manually or because of exceeded period of time. … … 317 318 * Reinforced access security to the administration panels of Sabre using wp_nonce_field 318 319 319 **v. 0.4.2** 320 =0.4.2= 320 321 321 322 * Corrected bug in the storage of the number of days for registration's confirmation 322 323 323 **V. 0.4.1** 324 =0.4.1= 324 325 325 326 * Added parameter to deny/authorize newly registered users to sign in before registration is confirmed. … … 327 328 * Added several messages to give the status of operations done. 328 329 329 **v. 0.4.0** 330 =0.4.0= 330 331 331 332 * Added several new internal tests to make Sabre more efficient in spambot detection. Those tests run undetected for regular human registrars. … … 339 340 * 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. 340 341 341 **V. 0.2.2** 342 =0.2.2= 342 343 343 344 * Code optimized and splitted in various files to reduce server loading. 344 345 * Automatic cleanup enhanced. 345 346 346 **V. 0.2.1** 347 =0.2.1= 347 348 348 349 * Added a possibility to include the test randomly in the registration form. Added manual suppression of logs. 349 350 350 **V. 0.1.1** 351 =0.1.1= 351 352 352 353 * First public version
Note: See TracChangeset
for help on using the changeset viewer.