Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix feed title output & allow feed title to be filtered. #279

Merged
merged 5 commits into from Feb 26, 2024

Conversation

psorensen
Copy link
Contributor

Description of the Change

The current logic of the feed title is broken in that it doesn't actually set the return value in one case. This PR fixes that, and additionally makes the end result filterable.

Closes #235

Alternate Designs

Possible Drawbacks

Verification Process

  • Manual testing
  • Added phpunit to test filter is properly applied

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.

Changelog Entry

Fixed: Correctly outputs feed title
Added: Filter to modify feed title

Credits

Props @psorensen, @martinburch

@psorensen psorensen requested a review from a team as a code owner February 22, 2024 17:15
@psorensen psorensen requested review from faisal-alvi and removed request for a team February 22, 2024 17:15
@github-actions github-actions bot added this to the 1.8.0 milestone Feb 22, 2024
@github-actions github-actions bot added the needs:code-review This requires code review. label Feb 22, 2024
README.md Outdated Show resolved Hide resolved
@dkotter dkotter merged commit b9cbb5d into develop Feb 26, 2024
13 checks passed
@dkotter dkotter deleted the fix/rss-title-filter branch February 26, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:code-review This requires code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Podcast $title variable never assigned to $output
2 participants