Skip to content

Latest commit

 

History

History
291 lines (230 loc) · 33.6 KB

CHANGELOG.md

File metadata and controls

291 lines (230 loc) · 33.6 KB

Changelog

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

1.8.1 - 2024-08-22

Note that this release bumps the WordPress minimum version from 5.7 to 6.4.

Added

Changed

Security

  • Bump express from 4.18.2 to 4.19.2, follow-redirects from 1.15.4 to 1.15.6, and webpack-dev-middleware from 5.3.3 to 5.3.4 (props @dependabot, @iamdharmesh via #290).
  • Bump braces from 3.0.2 to 3.0.3, pac-resolver from 7.0.0 to 7.0.1, socks from 2.7.1 to 2.8.3, ws from 7.5.9 to 7.5.10 and removes ip (props @dependabot, @Sidsector9 via #297, #306).
  • Bump axios from 1.7.2 to 1.7.4 (props @dependabot, @Sidsector9 via #312).

Developer

1.8.0 - 2024-04-03

Added

Fixed

Changed

Security

1.7.0 - 2024-01-16

Added

  • Ability to add a transcript to a podcast episode by utilizing a new Podcast Transcript block. This block is added by clicking the Add Transcript button that will now show in the sidebar panel of the Podcast block (props @nateconley, @peterwilsoncc, @sksaju, @kirtangajjar via #221).
  • Support for the WordPress.org plugin preview (props @dkotter, @jeffpaul via #265).

Fixed

Security

1.6.1 - 2023-11-21

Added

Changed

  • Bump WordPress "tested up to" version to 6.4 (props @qasumitbagthariya, @jeffpaul via #259, #260).
  • Ensure end-to-end tests work on Cypress v13 and bump cypress from 11.2.0 to 13.2.0, @10up/cypress-wp-utils from 0.1.0 to 0.2.0, @wordpress/env from 5.4.0 to 8.7.0, cypress-localstorage-commands from 2.2.2 to 2.2.4 and cypress-mochawesome-reporter from 3.4.0 to 3.6.0 (props @iamdharmesh, @Sidsector9 via #254).

Security

1.6.0 - 2023-08-31

Added

Changed

Fixed

Security

1.5.0 - 2023-06-29

Added

Changed

Removed

Fixed

Security

1.4.0 - 2023-01-23

Added

Changed

Fixed

  • Spotify not accepting feeds with empty <description> field (props @supersmo, @cadic via #204).

Security

1.3.0 - 2022-10-18

Note that this version bumps the minimum PHP version from 7.0 to 7.4 and the minimum WordPress version from 4.6 to 5.7.

Added

Changed

Fixed

Security

1.2.4 - 2022-07-27

Added

  • Season number, episode number and episode type attributes can now be stored with a Podcast (props @zamanq, @dchucks, @cadic via #175).

Changed

  • Bump WordPress version "tested up to" 6.0 (props @cadic via #171).

Fixed

Security

1.2.3 - 2022-04-28

Added

Changed

Fixed

Security

1.2.2 - 2022-03-01

Added

Changed

Fixed

Security

1.2.1 - 2021-12-16

Added

Changed

Fixed

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.