Commits on Source (2)
-
Benjamin Bellamy authored
fix(rss-import): add Castopod user-agent, handle redirects for downloaded files, add Content namespace
-
semantic-release-bot authored
# [1.0.0-alpha.34](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2021-02-11) ### Bug Fixes * **rss-import:** add Castopod user-agent, handle redirects for downloaded files, add Content namespace ([214243b3](https://code.podlibre.org/podlibre/castopod/commit/214243b3fec4937e45ef1ceaba1149004cdf3b44))
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Controllers/Admin/PodcastImport.php 22 additions, 7 deletionsapp/Controllers/Admin/PodcastImport.php
- app/Helpers/media_helper.php 40 additions, 2 deletionsapp/Helpers/media_helper.php
- app/Language/en/PodcastImport.php 2 additions, 7 deletionsapp/Language/en/PodcastImport.php
- app/Language/fr/PodcastImport.php 1 addition, 7 deletionsapp/Language/fr/PodcastImport.php
- app/Views/admin/podcast/import.php 18 additions, 10 deletionsapp/Views/admin/podcast/import.php
- composer.json 1 addition, 1 deletioncomposer.json
- package-lock.json 1 addition, 1 deletionpackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
{ | ||
"name": "podlibre/castopod", | ||
"version": "1.0.0-alpha33", | ||
"version": "1.0.0-alpha34", | ||
"type": "project", | ||
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.", | ||
"homepage": "https://castopod.org", | ||
... | ... |