Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@wlabarron wlabarron released this 14 Aug 09:46
· 2 commits to main since this release
82cddb4

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:

  1. Backup your installation, including show files and databases.
  2. Temporarily disable your cron job.
  3. In your installation directory, run git pull && composer update.
  4. Open processing/config.php. Replace:
    // 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',
    on lines 74-76 with the new options on lines 74-103 of processing/config.php.template. It might be easier to just copy processing/config.php.template to processing/config.php and re-enter your configuration details.
  5. Check the new configuration options are set to your liking.
  6. Re-enable your cron job.