Commits on Source (2)
-
Yassine Doghri authored
fixes #100
-
semantic-release-bot authored
# [1.0.0-alpha.46](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2021-04-09) ### Bug Fixes * **episodes-page:** handle defaultQuery being null when no podcast episodes ([15183b7e](https://code.podlibre.org/podlibre/castopod/commit/15183b7eab57dac007bcdfa8c3651239de1ae05a)), closes [#100](https://code.podlibre.org/podlibre/castopod/issues/100)
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Controllers/Podcast.php 7 additions, 5 deletionsapp/Controllers/Podcast.php
- app/Models/EpisodeModel.php 3 additions, 3 deletionsapp/Models/EpisodeModel.php
- app/Models/PageModel.php 4 additions, 4 deletionsapp/Models/PageModel.php
- app/Models/PlatformModel.php 18 additions, 18 deletionsapp/Models/PlatformModel.php
- app/Models/PodcastModel.php 4 additions, 2 deletionsapp/Models/PodcastModel.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-alpha45", | ||
"version": "1.0.0-alpha46", | ||
"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", | ||
... | ... |