PHP 7.x Support (inc. PHP 7.4)
We are delighted to announce the immediate release and availability of ViMbAdmin v3.1.0.
This release supports all versions of PHP up to and including 7.4 (latest at time of writing).
This is a long awaited and requested update and we apologise for the delay.
I'd like to give a special shoutout to @Shardj who's shardj/zf1-future fork of the long EOL'd Zend Framework v1 made this possible.
Upgrade Instructions
Generally, follow the official instructions.
There are no schema or other changes so it should be pretty easy.
If you're using Git, this worked without issue for me:
cd /path/to/vimbadmin
git fetch --all
git checkout 3.1.0
composer install --prefer-dist --no-dev