Releases: B-Interactive/cloudflare-stream-wordpress
1.1.2
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
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:jsandlint:js-fixnpm 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
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
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
Full Changelog: 1.0.9.4...1.0.9.5
1.0.9.4_1
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
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
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
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
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
What's Changed
- Add build process and clean up some errors by @davidmpurdy in #2
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
- @davidmpurdy made their first contribution in #2
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.