Skip to content

Releases: wlabarron/submit-show

v1.1

14 Aug 09:46
82cddb4
Compare
Choose a tag to compare

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.

v1

18 May 16:17
ee1947d
Compare
Choose a tag to compare
v1

This is a substantial refactoring of the code to make the project clearer and easier to maintain going forward. There's improved documentation within the code, and now there's actual installation instructions so this project can be useful to more than just me! The frontend interface is now about half the size it was before and has a more semantic structure.

Follow the installation instructions to get started.

If you'd like to know when a new version is available, use the "Watch" button here on GitHub.