Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1 Release #184

Merged
merged 2 commits into from
Dec 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased] - TBD

## [2.0] - TBD
## [2.1] - TBD
### Added
* Feature: Labels.
* Feature: VIP error logging to NewRelic.
* Changed to most recent logos.
* Feature: Status filter.

## [2.0] - 2020-09-15
### Added
* Feature: Multi language caption processing.
* Feature: Active/Inactive videos filtering.
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.0
* Version: 2.1
* 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.0' );
define( 'BRIGHTCOVE_VERSION', '2.1' );
define( 'BRIGHTCOVE_URL', plugin_dir_url( __FILE__ ) );
define( 'BRIGHTCOVE_PATH', dirname( __FILE__ ) . '/' );
define( 'BRIGHTCOVE_BASENAME', plugin_basename( __FILE__ ) );
Expand Down
10 changes: 5 additions & 5 deletions languages/brightcove.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the GPLv2+.
msgid ""
msgstr ""
"Project-Id-Version: Brightcove Video Connect 2.0\n"
"Project-Id-Version: Brightcove Video Connect 2.1\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/brightcove-video-connect\n"
"POT-Creation-Date: 2020-12-21 15:25:13+00:00\n"
"POT-Creation-Date: 2020-12-21 20:59:20+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -996,19 +996,19 @@ msgstr ""
msgid "Binary content is not supported by the Logging mechanism."
msgstr ""

#: includes/class-bc-logging.php:37
#: includes/class-bc-logging.php:33
msgid ""
"You must provide a file path and name to use <pre>file</pre> mode. Writing "
"to the syslog instead."
msgstr ""

#: includes/class-bc-logging.php:44
#: includes/class-bc-logging.php:38
msgid ""
"The file specified, <pre>%s</pre> does not exist. Writing to the syslog "
"instead."
msgstr ""

#: includes/class-bc-logging.php:52
#: includes/class-bc-logging.php:44
msgid ""
"The file specified, <pre>%s</pre> is not writable byt the web server. "
"Writing to the syslog instead."
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Contributors: 10up, oscarssanchez, collinsinternet, ivankk, technosailor, ChrisW
Donate link: https://supporters.eff.org/donate
Tags: brightcove, 10up, videos, video
Requires at least: 4.2
Tested up to: 5.5
Stable tag: 2.0
Tested up to: 5.6
Stable tag: 2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.1 =

* Feature: Labels.
* Feature: VIP error logging to NewRelic.
* Changed to most recent logos.
* Feature: Status filter.

= 2.0 =

* Feature: Multi language caption processing.
Expand Down