Donate Share

PHP Gift Registry

File Release Notes and Changelog

Release Name: phpgiftreg-1.5.0

Notes:
Welcome to the 1.5.0 release of the PHP Gift Registry.  It's been
awhile since the last release, and there are a lot of new features.
What's new, you ask?

x Item quantity support - you can request multiples of an item and
different people can reserve and buy them.
x All messages can be e-mailed to you; there's no need to check
the gift registry for messages anymore.  This is a per-user option.
x Item price has been expanded.
x Each person's list maintains a timestamp of when it was last
modified, so you can see if someone's updated their list recently.
x Password hashing, so passwords don't need to be stored in
plaintext.  Thanks Dan.

There might be more -- check config.php and see the new options.

IMPORTANT - If you're upgrading from 1.4.0, PLEASE back up
your database before running 1.4.x-to-1.5.0.sql.  There are a LOT of
changes in that script, including schema changes, and I'd hate for
anyone to lose anything.  (Of course, it's been rigorously tested.)  If
you don't know how to back up your database, check the man 
page for mysqldump(1).

As always, if you find any problems, e-mail me directly or post
something in SourceForge.  Thanks!

Changes: Too much to mention.