This project is supported by the webdigity webmaster community

ChangeLog

Version 0.93

May 2, 2008

  • Fixed a bug with random password (thanks to Kyle Kipperman)
  • Removed some non php 4 friendly code (some people still write code in php 4)
  • Optimized code for more speed
  • Fixed a bug with user logout
  • Added an ajax login example with jquery (original code from Komang a.k.a chazzuka)

Version 0.91

November 9, 2007

  • Fixed a bug with logout and cookies.

Version 0.9

October 29, 2007

  • Settings can be loaded from other sources. So instead of editing the class properties, you can use a different file with your settings.
  • Fixed a bug in initialization which caused problems with database. Thanks to Kat Reeve for pointing this out.
  • Added a helper function, randomPass() which can be used to create random passwords.
  • Added a complete example that register users with email activation.