Skip to content

Commit ef5da20

Browse files
committed
Bump version to 1.0.9.2.
1 parent 1cb2038 commit ef5da20

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ node_modules/
2222
*.sql
2323
*.sqlite
2424
*.kate-swp
25+
*.zip
2526

26-
/dist
27+
/dist
28+
/cloudflare-stream
29+
/node_modules

cloudflare-stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Cloudflare Stream Video is an easy-to-use, affordable, on-demand video streaming platform. Stream seamlessly integrates video storage, encoding, and a customizable player with Cloudflare’s fast, secure, and reliable global network, so that you can spend less time managing video delivery and more time building and promoting your product.
66
* Author: Cloudflare, B-Interactive, davidpurdy
77
* Author URI: https://github.com/B-Interactive/cloudflare-stream-wordpress
8-
* Version: 1.0.9.1
8+
* Version: 1.0.9.2
99
* License: GPL2+
1010
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111
* Text Domain: cloudflare-stream-wordpress

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Plugin Name: Cloudflare Stream Video
33
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.9.1
5+
Version: 1.0.9.2
66
Author: Cloudflare
77
Author URI: https://www.cloudflare.com/products/stream-delivery/
88
Contributors: cloudflare, stevenkword, B-Interactive, davidpurdy
@@ -82,6 +82,26 @@ Stream lets you own and control the video viewing experience and is ideal for vi
8282

8383
== Changelog ==
8484

85+
= 1.0.9.2 =
86+
* Fix handling of video embed playback parameters.
87+
* Conforms to PHP WordPress Coding Standards.
88+
* Deprecated zones related methods.
89+
* Cleaned up admin CSS enqueuing.
90+
91+
= 1.0.9.1 =
92+
* Minor internationalization fixes.
93+
* get_account_id fixed to use zones API.
94+
* Success of get_account_subdomain is now tested.
95+
96+
= 1.0.9 =
97+
* Preferred media domain can now be selected.
98+
* Supports new account specific media domain.
99+
* Now uses accounts API (instead of zones).
100+
* Updates to API handling code.
101+
* Updates to media embed code. Also now references video poster.
102+
* Updates to internationalization.
103+
* Updates to admin settings page.
104+
85105
= 1.0.8 =
86106
* Added build process for blocks.
87107
* Error cleanup.

0 commit comments

Comments
 (0)