queXF 1.18.2 released

queXF 1.18.2 has been released today

This release of queXF provides PHP 7 and MySQL 5.7 (or equivalent MariaDB) support. A minor bugfix for form reviewing has also been made.

Read on for details of how to upgrade (small database change required if MySQL 5.7 or equivalent is used).

To upgrade (from queXF 1.18.1)

1. Backup config.inc.php (copy to config.inc.php.bak)
2. Backup your database
3. Run the following SQL on the database:
ALTER TABLE boxgroupstype MODIFY COLUMN sortorder INT(11) NOT NULL DEFAULT '1';
4. Extract the new package over your existing installation
5. Copy your config.inc.php.bak file over the extracted config file