Topic: Change install_mod's version check
Instead of the array, and having to update a mod whenever a new version comes out, how about something like this:
If the minor version is different from every element of the array, (ie: it says 1.2.5 but you have 1.2.7) you just get a warning that it may not work properly. This is good, especially since Rickard almost never changes database structure in between versions.
If the major version is different (ie: the array says 1.1.5 but you have 1.2) then you get the error that you currently get.
That way, people who make mods that need install_mod.php don't need to update the mod every time a new version of PunBB comes out unless they want to get rid of the warning, or if it somehow doesn't work.