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)
-
Benjamin Bellamy authored
-
semantic-release-bot authored
# [1.0.0-alpha.40](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2021-03-19) ### Features * **custom-rss:** add custom xml tag injection in rss feed for ❬channel❭ and ❬item❭ ([6ecdaad9](https://code.podlibre.org/podlibre/castopod/commit/6ecdaad911d06b7f7a2b7d24710968c7eb9118f6))
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Controllers/Admin/Episode.php 4 additions, 0 deletionsapp/Controllers/Admin/Episode.php
- app/Controllers/Admin/Podcast.php 4 additions, 0 deletionsapp/Controllers/Admin/Podcast.php
- app/Database/Migrations/2020-05-30-101500_add_podcasts.php 4 additions, 0 deletionsapp/Database/Migrations/2020-05-30-101500_add_podcasts.php
- app/Database/Migrations/2020-06-05-170000_add_episodes.php 4 additions, 0 deletionsapp/Database/Migrations/2020-06-05-170000_add_episodes.php
- app/Entities/Episode.php 60 additions, 0 deletionsapp/Entities/Episode.php
- app/Entities/Podcast.php 62 additions, 0 deletionsapp/Entities/Podcast.php
- app/Helpers/rss_helper.php 86 additions, 0 deletionsapp/Helpers/rss_helper.php
- app/Language/en/Episode.php 5 additions, 0 deletionsapp/Language/en/Episode.php
- app/Language/en/Podcast.php 5 additions, 0 deletionsapp/Language/en/Podcast.php
- app/Language/fr/Episode.php 5 additions, 0 deletionsapp/Language/fr/Episode.php
- app/Language/fr/Podcast.php 5 additions, 0 deletionsapp/Language/fr/Podcast.php
- app/Models/EpisodeModel.php 1 addition, 0 deletionsapp/Models/EpisodeModel.php
- app/Models/PodcastModel.php 1 addition, 0 deletionsapp/Models/PodcastModel.php
- app/Views/admin/episode/create.php 19 additions, 0 deletionsapp/Views/admin/episode/create.php
- app/Views/admin/episode/edit.php 19 additions, 0 deletionsapp/Views/admin/episode/edit.php
- app/Views/admin/podcast/create.php 24 additions, 12 deletionsapp/Views/admin/podcast/create.php
- app/Views/admin/podcast/edit.php 19 additions, 0 deletionsapp/Views/admin/podcast/edit.php
- composer.json 1 addition, 1 deletioncomposer.json
{ | ||
"name": "podlibre/castopod", | ||
"version": "1.0.0-alpha39", | ||
"version": "1.0.0-alpha40", | ||
"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", | ||
... | ... |