Skip to content

Releases: ableplayer/ableplayer-wordpress

Able Player for Wordpress v2.2.1

30 Sep 19:24

Choose a tag to compare

= 2.2.1 =

  • Bug fix: Speed parameter variable misnamed in JS, so icons always defaulted to arrows.
  • Bug fix: Minified JS out of date.

Able Player for WordPress v2.2.0

28 Sep 18:22

Choose a tag to compare

= 2.2.0 =

  • Update to Able Player v4.7.0.
  • Add support for sign language sources from YouTube, new in Able Player 4.7.
  • Remove data-href from allowed attributes in Able Player KSES.
  • Trim all shortcode attributes of whitespace.
  • Cast poster attribute to int if is numeric.
  • Update screenshots.

Able Player for WordPress v2.2.0-beta1

12 Aug 20:38

Choose a tag to compare

Pre-release
  • Bug fix: Don't inject transcript div if video has no tracks.
  • Bug fix: exclusion class only looked at figures, so it couldn't ignore cover blocks.
  • Bug fix: don't execute media settings code if ableplayer object not defined.
  • Bug fix: More predictable settings handling for speed settings
  • Add beta version of Able Player 4.7.0 for testing.

Full Changelog: v2.1.0...v2.2.0-beta1

Able Player for WordPress v2.1.0

21 Jul 22:22

Choose a tag to compare

= 2.1.0 =

  • Privacy: Only load Vimeo player.js if used in shortcode or enabled in settings.
  • Styling: Updates to shipped styling to better avoid layout conflicts.
  • Bug fix: Invalid comparison set all video types to video/mp4.
  • Bug fix: Switch to audio player if file loaded is audio only.
  • Bug fix: Address a couple cases where attributes could be unnecessarily added to content.
  • Change: Load Able Player and video scripts deferred.

Able Player for WordPress v2.0.2

28 Jun 20:33

Choose a tag to compare

= 2.0.2 =

  • Bug fix: Default nowplaying attribute to empty, rather than false.
  • Bug fix: Omit skin attribute if empty or 2020.
  • Bug fix: If video mimetype is video/quicktime, override and set as video/mp4, as some browsers require this.

Able Player for WordPress v2.0.1

24 Jun 15:54

Choose a tag to compare

= 2.0.1 =

  • Bug fix: Shortcode generator passed an ID, but required a URL.
  • Bug fix: Layout issue in description, subtitle, and chapter fields in shortcode generator.
  • Bug fix: Incorrectly marked up data sources in shortcode rendering.

Able Player for WordPress v2.0.0

23 Jun 20:41

Choose a tag to compare

= 2.0.0 =

  • Feature: Settings to enable Able Player to parse video and audio blocks.
  • Feature: Settings to enable Able Player to replace MediaElement.js playlists.
  • Feature: Setting to disable MediaElement.js.
  • Feature: Settings to configure default behaviors for Able Player.
  • Feature: Shortcode generation tool to build Able Player shortcodes.
  • Feature: Support for local video sources in shortcode.
  • Feature: Support for captions, subtitles, chapters, and audio description tracks in shortcode.
  • Feature: Automatically enable transcript div for Able Players with appropriate tracks.
  • Upgrade to Able Player v4.6.0

Able Player v2.0.0-beta1

23 May 22:32
b4eca1e

Choose a tag to compare

Pre-release

= 2.0.0 =

  • Feature: Settings to enable Able Player to parse video and audio blocks.
  • Feature: Settings to enable Able Player to replace MediaElement.js playlists.
  • Feature: Setting to disable MediaElement.js.
  • Feature: Settings to configure default behaviors for Able Player.
  • Feature: Shortcode generation tool to build Able Player shortcodes.
  • Feature: Support for local video sources in shortcode.
  • Feature: Support for captions, subtitles, chapters, and audio description tracks in shortcode.
  • Feature: Automatically enable transcript div for Able Players with appropriate tracks.

Able Player v1.2.2

25 Apr 15:15

Choose a tag to compare

= 1.2.2 =

  • Security: Stored Cross Site Scripting vulnerability in shortcode. Props Peter Thaleikis, reported via WordFence. Also reported by Johska via Patchstack.

Able Player v1.2.1

25 Mar 14:27

Choose a tag to compare

= 1.2.1 =

  • Change: Updates Able Player to version 4.5.1.
  • Security: Upstream security update to add DomPurify to AblePlayer.
  • API: Makes Able Player with DomPurify as an unincorporated dependency available, switchable using the able_player_js filter.