Project 'ad-aures/castopod' was moved to 'adaures/castopod'. Please update any links and bookmarks that may still have the old path.
Commits on Source (2)
-
Yassine Doghri authored
update getid3 to latest dev branch
-
semantic-release-bot authored
# [1.0.0-alpha.79](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.78...v1.0.0-alpha.79) (2021-12-20) ### Bug Fixes * **import:** set episode and season numbers to null when not present in item tag ([3211398c](https://code.podlibre.org/podlibre/castopod-host/commit/3211398c78b1b28b76a46427ee07874bbf84a85d))
Showing
- CHANGELOG.md 8 additions, 0 deletionsCHANGELOG.md
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Controllers/Admin/PodcastImportController.php 2 additions, 2 deletionsapp/Controllers/Admin/PodcastImportController.php
- composer.json 2 additions, 2 deletionscomposer.json
- composer.lock 7 additions, 7 deletionscomposer.lock
- package-lock.json 2 additions, 2 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
{ | ||
"name": "podlibre/castopod-host", | ||
"version": "1.0.0-alpha78", | ||
"version": "1.0.0-alpha79", | ||
"type": "project", | ||
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.", | ||
"homepage": "https://castopod.org", | ||
"license": "AGPL-3.0-or-later", | ||
"require": { | ||
"php": "^8.0", | ||
"james-heinrich/getid3": "~2.0.0-dev", | ||
"james-heinrich/getid3": "^2.0.x-dev", | ||
"whichbrowser/parser": "^v2.1.1", | ||
"geoip2/geoip2": "^v2.11.0", | ||
"myth/auth": "dev-develop", | ||
... | ... |