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
fixes #149, #150
-
semantic-release-bot authored
# [1.0.0-alpha.76](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.75...v1.0.0-alpha.76) (2021-10-26) ### Bug Fixes * replace hardcoded style links with vite service + set default value for remote transcript url ([3f2e0560](https://code.podlibre.org/podlibre/castopod-host/commit/3f2e05608e43d47bbb518a9acfaf56ec3eefafb4)), closes [#149](https://code.podlibre.org/podlibre/castopod-host/issues/149) [#150](https://code.podlibre.org/podlibre/castopod-host/issues/150)
Showing
- CHANGELOG.md 10 additions, 0 deletionsCHANGELOG.md
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Helpers/rss_helper.php 3 additions, 1 deletionapp/Helpers/rss_helper.php
- app/Views/embeddable_player.php 1 addition, 1 deletionapp/Views/embeddable_player.php
- app/Views/podcast/activity.php 0 additions, 1 deletionapp/Views/podcast/activity.php
- app/Views/podcast/activity_authenticated.php 0 additions, 1 deletionapp/Views/podcast/activity_authenticated.php
- app/Views/podcast/episodes.php 0 additions, 1 deletionapp/Views/podcast/episodes.php
- app/Views/podcast/episodes_authenticated.php 0 additions, 1 deletionapp/Views/podcast/episodes_authenticated.php
- app/Views/podcast/follow.php 1 addition, 1 deletionapp/Views/podcast/follow.php
- composer.json 1 addition, 1 deletioncomposer.json
- package-lock.json 71 additions, 68 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
{ | { | ||
"name": "podlibre/castopod-host", | "name": "podlibre/castopod-host", | ||
"version": "1.0.0-alpha75", | "version": "1.0.0-alpha76", | ||
"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", | ||
... | ... |