Skip to content

Commit

Permalink
Merge pull request #201 from 10up/release/2.1.3
Browse files Browse the repository at this point in the history
2.1.3 release
  • Loading branch information
Rahmon authored Jun 3, 2021
2 parents 7312968 + a4a44ea commit 1361303
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased] - TBD

## [2.1.2] TBD
## [2.1.3] TBD
### Fixed
- Fix: Playlist player is not available

## [2.1.2] - 2021-02-17
### Fixed
- Fix: Default state filter: display filtered default on dropdown.
- Fix: jQuery context deprecation.
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: 2.1.2
* Version: 2.1.3
* 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', '2.1.2' );
define( 'BRIGHTCOVE_VERSION', '2.1.3' );
define( 'BRIGHTCOVE_URL', plugin_dir_url( __FILE__ ) );
define( 'BRIGHTCOVE_PATH', dirname( __FILE__ ) . '/' );
define( 'BRIGHTCOVE_BASENAME', plugin_basename( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion languages/brightcove.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GPLv2+.
msgid ""
msgstr ""
"Project-Id-Version: Brightcove Video Connect 2.1.2\n"
"Project-Id-Version: Brightcove Video Connect 2.1.3\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/brightcove-video-connect\n"
"POT-Creation-Date: 2021-02-15 15:50:14+00:00\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"title": "brightcove-video-connect",
"description": "A Brightcove plugin for WordPress.",
"version": "2.1.2",
"version": "2.1.3",
"homepage": "https://wordpress.org/plugins/brightcove-video-connect/",
"author": {
"name": "10up",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://supporters.eff.org/donate
Tags: brightcove, 10up, videos, video
Requires at least: 4.2
Tested up to: 5.6
Stable tag: 2.1.2
Stable tag: 2.1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -22,6 +22,10 @@ For installation, usage, and Frequently Asked Question please see the [Brightcov

== Changelog ==

= 2.1.3 =

* Fix: Playlist player is not available.

= 2.1.2 =

* Fix: Default state filter: display filtered default on dropdown.
Expand Down

0 comments on commit 1361303

Please sign in to comment.