Matthew,
> I've come across 2 bugs in the 1.5 process.
>
> 1) The upgrade script for database changes doesn't alter the
> table to add
> the "maq_type varchar(30) NULL". This breaks the
> process_mail_queue script.
Yes, looks like we forgot to add that change to database_changes.php.
Just for the record, you can fix that by running the following SQL
statements:
ALTER TABLE eventum_mail_queue ADD COLUMN maq_type varchar(30) DEFAULT
'';
ALTER TABLE eventum_mail_queue ADD COLUMN maq_type varchar(30) DEFAULT
'';
We will fix that automatically in the upcoming 1.5.1 release.
> 2) The UPGRADE document in the 1.4 > 1.5 section references
> "v1.3.1_to_v1.4"
> instead of 1.4>1.5
>
This has been fixed.
Thanks for the report!
--Joao