• 3.1.0 fedf85b193

    3.1.0 Stable

    kerem released this 2020-05-16 13:00:48 +03:00 | 35 commits to master since this release

    📅 Originally published on GitHub: Sat, 16 May 2020 10:18:30 GMT
    🏷️ Git tag created: Sat, 16 May 2020 10:00:48 GMT

    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 
    
    Downloads