In this release:
- Show files can now be stored with whatever file name you wish, and even in a directory structure if you like (#26, #51).
- You can turn off the option to delete local files after the show has been published to Mixcloud (#36).
- Fixes to the frontend, including some accessibility fixes and layout tidying (#38, #41).
- Fix a bug which meant some parts of the frontend stopped working if this system wasn't installed on the root path (#30).
Follow the installation instructions if this is your first time, or read the upgrade instructions below.
Upgrading
To upgrade:
- Backup your installation, including show files and databases.
- Temporarily disable your cron job.
- In your installation directory, run
git pull && composer update
. - Open
processing/config.php
. Replace:on lines 74-76 with the new options on lines 74-103 of// How long a show should be kept in storage after being published to Mixcloud - // format at https://www.php.net/manual/en/datetime.formats.relative.php 'retentionPeriod' => '1 day',
processing/config.php.template
. It might be easier to just copyprocessing/config.php.template
toprocessing/config.php
and re-enter your configuration details. - Check the new configuration options are set to your liking.
- Re-enable your cron job.