Skip to content

Releases: podlove/podlove-publisher

3.8.0-beta1

28 Jan 14:09
Compare
Choose a tag to compare
3.8.0-beta1

3.7.0

22 Jan 19:43
Compare
Choose a tag to compare

Shownotes

The Shownotes module helps you manage link based show notes to display on your website and podcatchers.

The module UI has been rewritten and streamlined for efficient workflows.
A new UI element was added to allow for quickly sorting long lists of links into topics:
Whenever a link is dragged, a floating list of all topics appears next to the cursor.
The link can then be dropped under the desired topic there instead of scrolling through the whole list of shownotes.

Disclaimer: URL metadata detection uses a service hosted at plus.podlove.org. It is currently available for all users of Podlove Publisher. In the future, metadata detection may only be availabe to Publisher PLUS users as it requires infrastructure to run. The rest of the Shownotes functionality will stay available to all Podlove users as usual.

Documentation: https://docs.podlove.org/podlove-publisher/modules/shownotes

Contributors

  • Notifications: add "always send to..." section. Contributors selected there will always receive update notifications.
  • Avatars: default avatar is now a static svg instead of Gravatar (can be customized using the WordPress Filter podlove_default_contributor_avatar_url)

Enhancements for creating Auphonic productions (thanks lumaxis!):

  • when the episode title is set, send this instead of the post title (#1240)
  • send the episode number as track number (#1240)
  • when the post thumbnail is configured as cover image, use it as direct fallback (#1241)

Webhooks

Define a webhook that gets triggered every time an episode updates.

The webhook is a POST request with an event parameter and a payload.
event is the webhook name ("episode_updated"), payload is a serialized
JSON object of the current episode.

Configuration:

# wp-config.php
define('PODLOVE_WEBHOOKS', [
    'episode_updated' => 'https://example.com/webhook-endpoint'
]);

Other Changes

  • soundbites: add title field (#1257, #1237)
  • allow detection of episode duration on mp4 (#1249)
  • update OPAWG data (for download analytics / user agent detection)

Fixes

  • fix: parameters for shortcode [podlove-episode-contributor-list] (#1233)
  • fix: PHP 8 warnings (#1258)
  • fix: deleting an episode deletes its transcript from the database (#1252)
  • fix(contributors): notification test email (#1247)
  • fix(analytics): filtering of httprange requests with one or two bytes (#1243)
  • fix(image cache): redirect to source URL if image can't be downloaded into the cache

3.7.0-beta7

18 Jan 19:06
Compare
Choose a tag to compare
3.7.0-beta7

3.7.0-beta6

14 Jan 19:48
Compare
Choose a tag to compare
3.7.0-beta6

3.7.0-beta5

02 Nov 16:12
Compare
Choose a tag to compare
3.7.0-beta5

3.7.0-beta4

29 Oct 18:36
Compare
Choose a tag to compare
3.7.0-beta4

3.7.0-beta3

28 Oct 19:54
Compare
Choose a tag to compare
3.7.0-beta3

3.7.0-beta2

28 Oct 18:45
Compare
Choose a tag to compare
3.7.0-beta2

3.7.0-beta1

09 Oct 11:50
Compare
Choose a tag to compare
3.7.0-beta1

3.6.1-beta1

20 Sep 18:07
Compare
Choose a tag to compare
3.6.1-beta1