Skip to content

Commit

Permalink
Merge pull request #337 from 10up/release/2.8.3
Browse files Browse the repository at this point in the history
Release 2.8.3
  • Loading branch information
oscarssanchez authored Aug 3, 2023
2 parents 6f2e062 + 78dd101 commit ac29bc8
Show file tree
Hide file tree
Showing 7 changed files with 598 additions and 25 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased] - TBD

## [2.8.3] - 2022-08-03

### Fixed
- Playlist experience not rendering correctly in frontend
- Prevent API calls when Brightcove has not been configured yet
- Customization options hidden when switching embed type in in-page experiences

## [2.8.2] - 2022-03-16

### Fixed
Expand Down Expand Up @@ -411,6 +418,7 @@ All notable changes to this project will be documented in this file, per [the Ke
- First release

[Unreleased]: https://github.com/10up/brightcove-video-connect/compare/master...develop
[2.8.3]: https://github.com/10up/brightcove-video-connect/compare/2.8.2...2.8.3
[2.8.2]: https://github.com/10up/brightcove-video-connect/compare/2.8.1...2.8.2
[2.8.1]: https://github.com/10up/brightcove-video-connect/compare/2.8.0...2.8.1
[2.8.0]: https://github.com/10up/brightcove-video-connect/compare/2.7.0...2.8.0
Expand Down
1 change: 0 additions & 1 deletion assets/js/brightcove-admin.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion assets/js/brightcove-admin.min.js

Large diffs are not rendered by default.

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: 2.8.2
* Version: 2.8.3
* Author: 10up
* Author URI: http://10up.com
* License: GPLv2+
Expand Down Expand Up @@ -31,7 +31,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 021.0.2301 USA
*/

define( 'BRIGHTCOVE_VERSION', '2.8.2' );
define( 'BRIGHTCOVE_VERSION', '2.8.3' );
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 ac29bc8

Please sign in to comment.