Skip to content

Releases: B-Interactive/cloudflare-stream-wordpress

1.1.2

26 Sep 08:20

Choose a tag to compare

An update to address a flagged potential security risk in supporting node modules.

Installation

  • Download the full plugin ZIP file from the latest release of this plugin
  • In the WordPress admin panel, go to Plugins > Add New > Upload Plugin and upload the ZIP file
  • Click the "Activate" button
  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

1.1.2

  • Bumped modules to resolve potential security risks.

Full Changelog: 1.1.1...1.1.2

1.1.1

25 Jul 02:43

Choose a tag to compare

A minor update, mostly focused on source code linting and supporting build packages.

Installation

  • Download the full plugin ZIP file from the latest release of this plugin
  • In the WordPress admin panel, go to Plugins > Add New > Upload Plugin and upload the ZIP file
  • Click the "Activate" button
  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

1.1.1

  • Bumped @wordpress/scripts version and all supporting packages (6c7cf67 and 9effcc4).
  • Code cleanup and linting (fb31c92).
  • Removed lint:js and lint:js-fix npm commands as these were proving counter productive to effective code linting (6023c85). Now relying only on PHP CodeSniffer using WordPress standard for JavaScript and PHP.

Full Changelog: 1.1.0.0...1.1.1

1.1.0.0

10 Jan 03:19

Choose a tag to compare

This update was largely focused on bringing the plugin in line with WordPress plugin standards, updating build dependencies to ensure an up-to-date successful build, and code cleanup. No new features were added.

Installation

  • Download the full plugin ZIP file from the latest release of this plugin
  • In the WordPress admin panel, go to Plugins > Add New > Upload Plugin and upload the ZIP file
  • Click the "Activate" button
  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

1.1.0.0

  • Updated package.json to include a consistent package command (37c666d).
  • Removed the use of deprecated tus-js-client resume (9674073).
  • jq-query-ui.css now locally loaded (6a0ee68).
  • Corrected inconsistent text domain (369bfe7).
  • Retain custom preferred media domain through API configuration errors (f4dece1).
  • Updated PHP version requirement to PHP 7.1 (f268cf4).
  • Code cleanup.
  • Revisions to bring code in-line with WordPress plugin standards.

Full Changelog: 1.0.9.5...1.1.0.0

1.0.9.5

10 Apr 02:45

Choose a tag to compare

Installation

  • Download the full plugin ZIP file from the latest release of this plugin
  • In the WordPress admin panel, go to Plugins > Add New > Upload Plugin and upload the ZIP file
  • Click the "Activate" button
  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

1.0.9.5

  • Added video duration to media modal view (13fbbdf).
  • Support poster_time and poster_url null value (d53a8e9).

New Contributors

  • @fului made their first contribution in #29

Full Changelog: 1.0.9.4...1.0.9.5

1.0.9.4_1

15 Jun 13:01

Choose a tag to compare

Corrected release ZIP so update process works correctly.

Installation

  • Download the full plugin ZIP file from the latest release of this plugin
  • In the WordPress admin panel, go to Plugins > Add New > Upload Plugin and upload the ZIP file
  • Click the "Activate" button
  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

Changes

1.0.9.4

  • Added poster time adjustment capability to shortcode.
  • Added poster URL option to shortcode.
  • Added global thumbnail time to admin settings which acts as default.
  • Merged separate method for embed template.
  • Bumped package.json dependency versions.
  • Added Player Settings section in admin configuration.
  • Added class to div wrapping player for easier styling.

1.0.9.2

14 Sep 03:30

Choose a tag to compare

Installation

  • Download the full plugin ZIP file from the latest release of this plugin
  • In the WordPress admin panel, go to Plugins > Add New > Upload Plugin and upload the ZIP file
  • Click the "Activate" button
  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

Changes

1.0.9.2

  • Fix handling of video embed playback parameters.
  • Conforms to PHP WordPress Coding Standards.
  • Deprecated zones related methods.
  • Cleaned up admin CSS enqueuing.

1.0.9.3-alpha

14 Sep 13:57

Choose a tag to compare

1.0.9.3-alpha Pre-release
Pre-release

As with all the pre-release builds, this release is not yet production ready and will likely contain some bugs.

This release however, does represent a very big step towards a production build, with the first big update to the Block that has for a long time now, been broken.

Installation

  • Download the full plugin ZIP file from the latest release of this plugin
  • In the WordPress admin panel, go to Plugins > Add New > Upload Plugin and upload the ZIP file
  • Click the "Activate" button
  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

Changes

1.0.9.3

  • Big update to the Block, making it once again possible to upload and use new content.
  • Revise handling of video embed playback parameters.
  • Initial steps in conforming to WordPress Coding Standards for JavaScript.
  • Updated the README.md.

1.0.9.1

06 Sep 07:45

Choose a tag to compare

1.0.9.1 Pre-release
Pre-release

What's Changed

  • Minor internationalization fixes.
  • get_account_id fixed to use zones API.
  • Success of get_account_subdomain is now tested.

To Do Still

  • Rebuild blocks so they support signed tokens and other features added since 1.0.5.
  • Review handling of legacy blocks.

Installation

  • Download the full plugin ZIP file from the latest release of this plugin
  • In the WordPress admin panel, go to Plugins > Add New > Upload Plugin and upload the ZIP file
  • Click the "Activate" button
  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

Changelog

1.0.9.1

  • Minor internationalization fixes.
  • get_account_id fixed to use zones API.
  • Success of get_account_subdomain is now tested.

1.0.9

06 Sep 04:45

Choose a tag to compare

1.0.9 Pre-release
Pre-release

What's Changed

  • Preferred media domain can now be selected.
  • Supports new account specific media domain.
  • Now uses accounts API (instead of zones). Will try to gracefully transition existing installations using Zone IDs.
  • Updates to API handling code.
  • Updates to media embed code. Also now references video poster.
  • Updates to internationalization.
  • Updates to admin settings page.

To Do Still

  • Rebuild blocks so they support signed tokens and other features added since 1.0.5.
  • Review handling of legacy blocks.

Installation

  • Download the full plugin ZIP file from the latest release of this plugin
  • In the WordPress admin panel, go to Plugins > Add New > Upload Plugin and upload the ZIP file
  • Click the "Activate" button
  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

Changelog

1.0.9

  • Preferred media domain can now be selected.
  • Supports new account specific media domain.
  • Now uses accounts API (instead of zones).
  • Updates to API handling code.
  • Updates to media embed code. Also now references video poster.
  • Updates to internationalization.
  • Updates to admin settings page.

1.0.8

23 Aug 14:37

Choose a tag to compare

1.0.8 Pre-release
Pre-release

What's Changed

To Do Still

  • Rebuild blocks so they support signed tokens and other features added since 1.0.5.
  • Review handling of legacy blocks.

New Contributors

Installation

  • Download the full plugin ZIP file from the latest release of this plugin
  • In the WordPress admin panel, go to Plugins > Add New > Upload Plugin and upload the ZIP file
  • Click the "Activate" button
  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

Changelog

1.0.8

  • Added build process for blocks.
  • Error cleanup.