Version 2.4, Revision 11
Pre-releaseNOTE: while there will be some 2.4 releases made, revisions often are done solely using incremental upgrade packages. These will NOT be documented until a new release is made! New releases will be documented in the format below going forward.
Changed in 2.4.8:
-Fixed bug where request comment wasn't defined in some instances in mark as played API call.
-Fixed bug where user was always being reported as banned on the post page.
Changed in 2.4.9:
-Renamed post.php to select.php and renamed post2.php to post.php.
-API ID is now referred to as System ID
-System ID is now generated using uniqid(). Note that it does not need to be cryptographically secure so this is acceptable.
-Added preliminary support for dark theme.
-Removed references to "stable" system setting.
Changed in 2.4.10:
-Rewrite of all existing API calls.
-Added API call for retrieving system version information.
-Fixed issue in upgrade prepare script that caused it to re-prepare previously installed updates.
-Moved get_version_information() from about page to function core, slight redesign of output.
Changed in 2.4.11:
-Fixed bug where home page referred to song selection page as post.php and not select.php.
-"Corrected" a spelling mistake on posting page.
A complete changelog is available at http://firealarms.mooo.com/mrs/#changelog
IMPORTANT: while this release will still run on setups with PHP versions < 5.5.0, doing so is unsupported and this functionality may be removed at any time!
Due to changes with the upgrade system (which also includes a move from MD5 to SHA1), upgrade packages and their associated MD5 hashes are no longer provided from here on out. To upgrade an existing MRS that is already running a prior 2.4 release, simply use the built-in upgrade tool. 2.3 installations will need to be upgraded to 2.4.7 before this update can be applied. For a new installation, download the source code package and extract it to a fresh directory. Other information is available on the main site: http://firealarms.mooo.com/mrs/#downloading