Login   Register  
PHP Classes
elePHPant
Icontem

File: docs/ChangeLog.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Peter Barkway  >  myAltCaptcha  >  docs/ChangeLog.txt  >  Download  
File: docs/ChangeLog.txt
Role: Auxiliary data
Content type: text/plain
Description: Change log
Class: myAltCaptcha
CAPTCHA validation using hidden form fields
Author: By
Last change: Update for new version
Date: 2009-01-20 05:18
Size: 951 bytes
 

Contents

Class file image Download
11-11-2008  Peter C Barkway (version 1.0.4)
  Addition of error message to validateAltCaptcha method

04-03-2008  Peter C Barkway (version 1.0.3)
  Modified validateTime() function
  To check for zero values for min and max time. If set to zero then do not check
  for time lag.

19-02-2008  Peter C Barkway (version 1.0.2)
  Addition: Ability to delete a spambot alert record from the database

14-02-2008  Peter C Barkway (version 1.0.1)
  Addition: Store or email spambot alert messages
            Possible options are 'none' - no alerts
                                 'mysql' - store alerts into a mysql table
                                 'email' - send email alerts to a specified mailbox
                                 'both' - send email alerts and save to mysql DB
                                 'debug' - send alert to the screen

30-01-2008  Peter C Barkway (version 1.0.0)
  * First release of myAltCaptcha.