Skip to content

Commit

Permalink
Preparing for test release 1.1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bink committed Dec 3, 2024
1 parent 819adde commit 4a6dc0f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ For now, using the shortcode method is still the most appropriate way to insert
- Can set poster/thumbnail location globally, and per-video.
- Can specify a poster/thumbnail URL per-video.

## To-Do

- Block: Fix browsing and adding content from the Cloudflare Stream Library.

## Issues

- When using the Block, browsing and selecting content from your Cloudflare Stream Library is not yet resolved.

## Installation

- Download the full plugin ZIP file from the [latest release of this plugin](https://github.com/B-Interactive/cloudflare-stream-wordpress/releases/latest)
Expand Down
2 changes: 1 addition & 1 deletion cloudflare-stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 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.
* Author: Cloudflare, B-Interactive, davidpurdy
* Author URI: https://github.com/B-Interactive/cloudflare-stream-wordpress
* Version: 1.0.9.5
* Version: 1.1.0.0
* License: GPL2+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: cloudflare-stream-wordpress
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Plugin Name: Cloudflare Stream Video
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.9.5
Version: 1.1.0.0
Author: Cloudflare
Author URI: https://www.cloudflare.com/products/stream-delivery/
Contributors: cloudflare, stevenkword, B-Interactive, davidpurdy
Expand All @@ -11,7 +11,7 @@ License: GPL2
Tags: video, videos, streaming, cloudflare, wpengine, stream, embed, movies, block-enabled, block
Requires PHP: 5.6
Requires at least: 5.0
Tested up to: 6.5.2
Tested up to: 6.7.1
Stable tag: trunk

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.
Expand Down
8 changes: 8 additions & 0 deletions version-update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

read -p "Version to update to: " -r
sed -i "/Version:*/c Version: $REPLY" ./readme.txt
sed -i "/Version:*/c \ * Version: $REPLY" ./cloudflare-stream.php

read -p "Tested up to WordPress: " -r
sed -i "/Tested up to:*/c Tested up to: $REPLY" ./readme.txt

0 comments on commit 4a6dc0f

Please sign in to comment.