Download Diem 5.1.0-BETA3 in TGZ
April 15, 2010
View what changed since Diem 5.1.0-BETA2 on github
One field has been added to the database since 5.1.0-BETA2: dm_user.forgot_password_code.
DmUser:
columns:
forgot_password_code:
type: string(12)
unique: true
You should use Doctrine migrations to update your database.
php symfony doctrine:generate-migrations-diff
php symfony doctrine:migrate
php symfony dm:setup
One submodule has been added since 5.1.0-BETA2: php-user-agent.
If you use Git to fetch Diem, run
git submodule init
git submodule update
to get the new php-user-agent submodule.
And many more... View more commits on github