Skip to content

Commit a1f891e

Browse files
committed
Updates to readme files.
1 parent 40ea918 commit a1f891e

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ They can be used in this way:
110110
`[cloudflare_stream uid="`_some video id_`" controls="true" autoplay="false" loop="false" preload="false" muted="false"]`
111111

112112

113-
Acknowledgements
114-
----------------
115-
* Cloudflare and WP Engine for developing the original plugin this was forked from.
116-
117-
118113
Developers
119114
------------
120115
Clone this repo, cd into the `cloudflare-stream-wordpress` directory and run
@@ -135,6 +130,10 @@ Build for production:
135130
$ npm run build
136131
```
137132

133+
Acknowledgements
134+
----------------
135+
* Cloudflare and WP Engine for developing the original plugin this was forked from.
136+
138137

139138
License
140139
-------

readme.txt

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=== Cloudflare Stream Video ===
22
Plugin Name: Cloudflare Stream Video
3-
Plugin URI: https://wordpress.org/plugins/cloudflare-stream/
3+
Plugin URI: https://github.com/B-Interactive/cloudflare-stream-wordpress
44
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.
5-
Version: 1.0.6
5+
Version: 1.0.8
66
Author: Cloudflare
77
Author URI: https://www.cloudflare.com/products/stream-delivery/
8-
Contributors: cloudflare, stevenkword, B-Interactive
8+
Contributors: cloudflare, stevenkword, B-Interactive, davidpurdy
99
Text Domain: cloudflare-stream
1010
License: GPL2
1111
Tags: video, videos, streaming, cloudflare, wpengine, stream, embed, movies, block-enabled, block
@@ -82,6 +82,23 @@ Stream lets you own and control the video viewing experience and is ideal for vi
8282

8383
== Changelog ==
8484

85+
= 1.0.8 =
86+
* Added build process for blocks.
87+
* Error cleanup.
88+
89+
= 1.0.7 =
90+
* Added setting for signed URL/token duration.
91+
* Removed analytics related features.
92+
93+
= 1.0.6 =
94+
* API Requests now using much more secure API token + zone instead.
95+
* Any existing API key / account email / account ID is deleted from the database when accessing the settings page.
96+
97+
= 1.0.5 =
98+
* Analytics reporting opt-in/out clearer.
99+
* Shortcode method now always uses signed URL's / tokens.
100+
* Added additional shortcode options, controls, autoplay, loop, preload and muted.
101+
85102
= 1.0.3 =
86103
* TUS uploader fix to support large files.
87104

0 commit comments

Comments
 (0)