Changed:
* Composer post install script now copies settings.example.php to settings.php automatically, IF
it doesn't already exist.
* Defaults for logging, in settings.example.php, are now enabled.
Fixed:
* TMDb not found error. Closes issue 2526.
* Properly categorize sports related releases. Fixes issue 2527.
* Quick fix for bad status being returned, when Request limit is exceeded. This will probably
cause other issues as it sets the HTTP Response status to whatever code the API creates, most
if not all of which are incorrect. This code needs a complete rewrite, which we'll do later.
* Added the missing constant names in the checks for creating them
(app/config/bootstrap/connections.php).