Skip to content

Commit f7580bc

Browse files
authored
Merge pull request #210 from 10up/release/2.1.4
Bump version to 2.1.4
2 parents db4d23e + 9f8cf17 commit f7580bc

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file, per [the Ke
44

55
## [Unreleased] - TBD
66

7-
## [2.1.3] TBD
7+
## [2.1.4] - 2021-06-23
88
### Fixed
9-
- Fix: Playlist player is not available
9+
- Fix: Default Source field when is submitted unchecked.
10+
- Fix: Adjust the position of media details in the editing modal.
11+
- Fix: Clear filtered results when the input search is empty.
12+
- Fix: Add missing mute attribute in the block.
13+
14+
## [2.1.3] - 2021-06-03
15+
### Fixed
16+
- Fix: Playlist player is not available.
1017

1118
## [2.1.2] - 2021-02-17
1219
### Fixed
@@ -293,6 +300,12 @@ All notable changes to this project will be documented in this file, per [the Ke
293300
- First release
294301

295302
[Unreleased]: https://github.com/10up/brightcove-video-connect/compare/master...develop
303+
[2.1.4]: https://github.com/10up/brightcove-video-connect/compare/2.1.3...2.1.4
304+
[2.1.3]: https://github.com/10up/brightcove-video-connect/compare/2.1.2...2.1.3
305+
[2.1.2]: https://github.com/10up/brightcove-video-connect/compare/2.1.1...2.1.2
306+
[2.1.1]: https://github.com/10up/brightcove-video-connect/compare/2.1...2.1.1
307+
[2.1.0]: https://github.com/10up/brightcove-video-connect/compare/2.0...2.1
308+
[2.0.0]: https://github.com/10up/brightcove-video-connect/compare/1.9.2...2.0
296309
[1.9.2]: https://github.com/10up/brightcove-video-connect/compare/1.9.1...1.9.2
297310
[1.9.1]: https://github.com/10up/brightcove-video-connect/compare/1.9.0...1.9.1
298311
[1.9.0]: https://github.com/10up/brightcove-video-connect/compare/1.8.2...1.9.0

brightcove-video-connect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Brightcove Video Connect
44
* Plugin URI: https://wordpress.org/plugins/brightcove-video-connect/
55
* Description: A Brightcove™ Connector for WordPress that leverages enhanced APIs and Brightcove™ Capabilities
6-
* Version: 2.1.3
6+
* Version: 2.1.4
77
* Author: 10up
88
* Author URI: http://10up.com
99
* License: GPLv2+

languages/brightcove.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GPLv2+.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Brightcove Video Connect 2.1.3\n"
5+
"Project-Id-Version: Brightcove Video Connect 2.1.4\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/brightcove-video-connect\n"
88
"POT-Creation-Date: 2021-02-15 15:50:14+00:00\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"title": "brightcove-video-connect",
55
"description": "A Brightcove plugin for WordPress.",
6-
"version": "2.1.3",
6+
"version": "2.1.4",
77
"homepage": "https://wordpress.org/plugins/brightcove-video-connect/",
88
"author": {
99
"name": "10up",

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Contributors: 10up, oscarssanchez, collinsinternet, ivankk, technosailor, ChrisW
44
Donate link: https://supporters.eff.org/donate
55
Tags: brightcove, 10up, videos, video
66
Requires at least: 4.2
7-
Tested up to: 5.6
8-
Stable tag: 2.1.3
7+
Tested up to: 5.7
8+
Stable tag: 2.1.4
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -22,6 +22,13 @@ For installation, usage, and Frequently Asked Question please see the [Brightcov
2222

2323
== Changelog ==
2424

25+
= 2.1.4 =
26+
27+
* Fix: Default Source field when is submitted unchecked.
28+
* Fix: Adjust the position of media details in the editing modal.
29+
* Fix: Clear filtered results when the input search is empty.
30+
* Fix: Add missing mute attribute in the block.
31+
2532
= 2.1.3 =
2633

2734
* Fix: Playlist player is not available.

0 commit comments

Comments
 (0)