1.10.2-alpha
eteubert
released this
14 Mar 06:30
·
4079 commits
to master
since this release
- Feature: add template filter
formatBytes
to format an integer as kilobytes, megabytes etc. Example:{{ file.size|formatBytes }}
- Feature: New accessor
{{ file.id }}
. This is required to generate download forms. - Fix:
[podlove-episode-contributor-list]
shortcode: Firstly, the "title" attribute works again. Secondly, output by group is optional now and defaults to "not grouped" (as it was before 1.10). If you are using contributor groups and would like grouped output, use[podlove-episode-contributor-list groupby="group"]
- Fix: division by zero bug in statistics dashboard
- Fix: parse time in statistics dashboard correctly as normalplaytime
- Fix: add missing template accessor
{{ episode.recordingDate }}
- Remove separate "publication date" field in episodes. Instead, use the episode post publication date maintained by WordPress. It can be accessed via
{{ episode.publicationDate }}
- Fix: missing contributor-edit-icon on last entries