Visiolist 1.7 patch

Mark

Administrator
Staff member
When I upgraded the resource manager here in the forums, it broke our old plugin version lookup. To fix the plugin version check:

open sources/admin/plugins.php

find:
PHP:
$version_html = $xpath->query("//div[@class='resourceInfo']/h1/span");
Replace with:
PHP:
$version_html = $xpath->query("//h1/span[@class='u-muted']");
This has been corrected and will be included in version 1.8 which is expected June 1 2020
 
Last edited:
Top