Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History
69 lines (55 loc) · 4.09 KB

CHANGELOG.md

File metadata and controls

69 lines (55 loc) · 4.09 KB

Changelog

All notable changes to this project will be documented in this file, per the Keep a Changelog standard.

[1.2.1] - 2021-04-23

Added

  • Filter simple_podcasting_episodes_per_page

Changed

  • Default items on plugin's feeds to 250

Fixed

  • 'podcast' block core dependency

1.2.0 - 2020-07-10

Added

Changed

Fixed

  • Using the upload or drag and drop instead of media library populates duration and mimetype (props @Firestorm980, @helen via #82)
  • Issue where it is possible to add non-audio files to the Podcast block (props @mattheu via #77)
  • Issue where React would throw an error relating to keys for list items (props @Firestorm980, @helen via #85)
  • Ensure podcast-related meta is deleted after block is removed. (props @dinhtungdu via #96)

1.1.1 - 2019-08-02

Added

  • GitHub Actions for WordPress.org plugin deploy (props @helen via #75)

Fixed

1.1.0 - 2018-12-04

Added

  • Retrieve metadata for externally hosted audio files in the block editor.
  • Specify email address for a given podcast.
  • Set language for a given podcast.
  • Developers: Add linting for coding standards.

Changed

  • Clearer language on the add new podcast form.

Fixed

  • Delete all associated meta when block is removed from a post.
  • Restore all block editor functionality to align with Gutenberg/block changes.
  • Fully clear add new form after creating a new podcast.

1.0.1 - 2018-07-02

Fixed

  • Properly output podcast categories and subcategories in the feed.
  • Avoid a minified JS error when selecting a podcast image.
  • Display podcast summary on edit form.

1.0.0 - 2018-06-29

  • Initial plugin release