Skip to content

Releases: B-Interactive/cloudflare-stream-wordpress

1.0.9.5

10 Apr 02:45
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

1.0.5

03 Aug 00:36
Compare
Choose a tag to compare
1.0.5 Pre-release
Pre-release

Changes

  • Analytics reporting opt-in/out clearer.
  • Shortcode method now always uses signed URL's / tokens.
  • Added additional shortcode options, controls, autoplay, loop, preload and muted.

Installation

  • Copy the contents of this repository (excluding the .git folder) to the following location within your WordPress installation:

/wp-content/plugins/cloudflare-stream/

  • In the WordPress admin panel, visit the Plugins section Activate the Cloudflare Stream plugin.

Known Issues

  • The Gutenberg Block method of adding videos is failing. This is failing in the original plugin too. Shortcode method is working though. Details on how to use it are below.

Shortcode

[cloudflare_stream uid="some video id"]

Replace some video id with an actual Cloudflare Stream video ID.

These are optional shortcode flags (with defaults shown here). These are all "true" or "false" options:

  • controls="true"
  • autoplay="false"
  • loop="false"
  • preload="false"
  • muted="false"

They can be used in this way:

[cloudflare_stream uid="some video id" controls="true" autoplay="false" loop="false" preload="false" muted="false"]