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