From d9cf20633ac70decf6afef180cf08f8310f596e3 Mon Sep 17 00:00:00 2001 From: Allan Collins Date: Mon, 9 Jul 2018 13:11:22 -0600 Subject: [PATCH] Readme and version updates for 1.5. --- README.md | 10 ++++++++++ brightcove-video-connect.php | 2 +- package.json | 2 +- readme.txt | 11 ++++++++++- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5eba84d0..08b591ce 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,16 @@ http://httpd.apache.org/docs/current/mod/core.html#limitrequestbody (LimitReques ## Changelog +##### 1.5.0 + +* Enhancement: Video Experience player. +* Enhancement: Video Experience playlists. +* Enhancement: Added filter to allow developer to specify an ingest profile. +* Fix: Resolves issue with WP dashboard being taken down when API is unresponsive. +* Fix: Adjustments to search behavior. + + + ##### 1.4.1 * Fix: Fixed a minor issue with the API request. diff --git a/brightcove-video-connect.php b/brightcove-video-connect.php index 28a920e2..463766dd 100644 --- a/brightcove-video-connect.php +++ b/brightcove-video-connect.php @@ -3,7 +3,7 @@ * Plugin Name: Brightcove Video Connect * Plugin URI: https://wordpress.org/plugins/brightcove-video-connect/ * Description: A Brightcoveâ„¢ Connector for WordPress that leverages enhanced APIs and Brightcoveâ„¢ Capabilities - * Version: 1.4.1 + * Version: 1.5.0 * Author: 10up * Author URI: http://10up.com * License: GPLv2+ diff --git a/package.json b/package.json index 1f65a9fa..b5f58df7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "title": "brightcove-video-connect", "description": "A Brightclove plugin for WordPress.", - "version": "1.4.1", + "version": "1.5", "homepage": "https://wordpress.org/plugins/brightcove-video-connect/", "author": { "name": "10up", diff --git a/readme.txt b/readme.txt index cfb12df3..4055b0a7 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://supporters.eff.org/donate Tags: brightcove, 10up, videos, video Requires at least: 4.2 Tested up to: 4.9 -Stable tag: 1.4.1 +Stable tag: 1.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -22,6 +22,15 @@ For installation, usage, and Frequently Asked Question please see the [Brightcov == Changelog == += 1.5.0 = + +* Enhancement: Video Experience player. +* Enhancement: Video Experience playlists. +* Enhancement: Added filter to allow developer to specify an ingest profile. +* Fix: Resolves issue with WP dashboard being taken down when API is unresponsive. +* Fix: Adjustments to search behavior. + + = 1.4.1 = * Fix: Fixed a minor issue with the API request.