Commits on Source (2)
-
Yassine Doghri authored
fixes #145
-
semantic-release-bot authored
# [1.0.0-alpha.80](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.79...v1.0.0-alpha.80) (2021-12-29) ### Bug Fixes * add application/octet-stream mimetype to mp3 and m4a extensions to prevent ext_in error ([339bef87](https://code.podlibre.org/podlibre/castopod-host/commit/339bef878e54983d86e91e6ff7a931a843d321b3)), closes [#145](https://code.podlibre.org/podlibre/castopod-host/issues/145)
Showing
- CHANGELOG.md 9 additions, 0 deletionsCHANGELOG.md
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Config/Mimes.php 2 additions, 2 deletionsapp/Config/Mimes.php
- composer.json 1 addition, 1 deletioncomposer.json
- package-lock.json 2 additions, 2 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
{ | { | ||
"name": "podlibre/castopod-host", | "name": "podlibre/castopod-host", | ||
"version": "1.0.0-alpha79", | "version": "1.0.0-alpha80", | ||
"type": "project", | "type": "project", | ||
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.", | "description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.", | ||
"homepage": "https://castopod.org", | "homepage": "https://castopod.org", | ||
... | ... |