Changelog for 2.0.1 release:
- vBulletin changes the way to create MD5 values of files in vB 3.6 (old: md5_file. new: md5(str_replace("\r\n", "\n", file_get_contents(DIR . $directory . '/' . $file))). I didn't notice that. Now the system checks correctly all files.
- Added 2 errors messages:
- When you try to create a MD5 file without any files in the product informations,
- When the system can't create the file (permissions not enough to create the file).
A mod could move it in 3.8 if possible? This is entirely compatible 3.6-3.8.