Skip to content

Commit

Permalink
Updates to readme files.
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Interactive committed Aug 23, 2022
1 parent 40ea918 commit a1f891e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ They can be used in this way:
`[cloudflare_stream uid="`_some video id_`" controls="true" autoplay="false" loop="false" preload="false" muted="false"]`


Acknowledgements
----------------
* Cloudflare and WP Engine for developing the original plugin this was forked from.


Developers
------------
Clone this repo, cd into the `cloudflare-stream-wordpress` directory and run
Expand All @@ -135,6 +130,10 @@ Build for production:
$ npm run build
```

Acknowledgements
----------------
* Cloudflare and WP Engine for developing the original plugin this was forked from.


License
-------
Expand Down
23 changes: 20 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Cloudflare Stream Video ===
Plugin Name: Cloudflare Stream Video
Plugin URI: https://wordpress.org/plugins/cloudflare-stream/
Plugin URI: https://github.com/B-Interactive/cloudflare-stream-wordpress
Description: Cloudflare Stream is an easy-to-use, affordable, on-demand video streaming platform. The Stream video plugin for WordPress lets you upload videos to Cloudflare where they are securely stored and encoded for native streaming directly from the WordPress editor.
Version: 1.0.6
Version: 1.0.8
Author: Cloudflare
Author URI: https://www.cloudflare.com/products/stream-delivery/
Contributors: cloudflare, stevenkword, B-Interactive
Contributors: cloudflare, stevenkword, B-Interactive, davidpurdy
Text Domain: cloudflare-stream
License: GPL2
Tags: video, videos, streaming, cloudflare, wpengine, stream, embed, movies, block-enabled, block
Expand Down Expand Up @@ -82,6 +82,23 @@ Stream lets you own and control the video viewing experience and is ideal for vi

== Changelog ==

= 1.0.8 =
* Added build process for blocks.
* Error cleanup.

= 1.0.7 =
* Added setting for signed URL/token duration.
* Removed analytics related features.

= 1.0.6 =
* API Requests now using much more secure API token + zone instead.
* Any existing API key / account email / account ID is deleted from the database when accessing the settings page.

= 1.0.5 =
* 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.

= 1.0.3 =
* TUS uploader fix to support large files.

Expand Down

0 comments on commit a1f891e

Please sign in to comment.