Skip to content

Commit

Permalink
1.9.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarssanchez committed Feb 13, 2020
1 parent 65e1600 commit c1f1f56
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 309 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased] - TBD

## [1.8.2] - TBD
## [1.9.0] - TBD
### Fixed
- Picture in picture support.
- Support to use reference id in videos.

## [1.8.2] - 2020-01-24
### Fixed
- Upload new videos bug.

Expand Down
4 changes: 2 additions & 2 deletions brightcove-video-connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.2
* Version: 1.9.0
* Author: 10up
* Author URI: http://10up.com
* License: GPLv2+
Expand All @@ -29,7 +29,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 021.0.2301 USA
*/

define( 'BRIGHTCOVE_VERSION', '1.8.2' );
define( 'BRIGHTCOVE_VERSION', '1.9.0' );
define( 'BRIGHTCOVE_URL', plugin_dir_url( __FILE__ ) );
define( 'BRIGHTCOVE_PATH', dirname( __FILE__ ) . '/' );
define( 'BRIGHTCOVE_BASENAME', plugin_basename( __FILE__ ) );
Expand Down
Loading

0 comments on commit c1f1f56

Please sign in to comment.