Skip to content

Commit

Permalink
Merge pull request #228 from 10up/develop
Browse files Browse the repository at this point in the history
2.2.1
  • Loading branch information
Rahmon authored Sep 8, 2021
2 parents 3f7faf5 + 19a5bbf commit 366ae39
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased] - TBD

## [2.2.1] - 2021-09-08

### Changed
- Updated the screenshots. Props [@Rahmon](https://github.com/Rahmon), and [@jeffpaul](https://github.com/jeffpaul) via [#224](https://github.com/10up/brightcove-video-connect/pull/224).


## [2.2.0] - 2021-08-09

### Breaking Changes
Expand Down Expand Up @@ -316,6 +322,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.2.1]: https://github.com/10up/brightcove-video-connect/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/10up/brightcove-video-connect/compare/2.1.4...2.2.0
[2.1.4]: https://github.com/10up/brightcove-video-connect/compare/2.1.3...2.1.4
[2.1.3]: https://github.com/10up/brightcove-video-connect/compare/2.1.2...2.1.3
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,46 +63,46 @@ http://httpd.apache.org/docs/current/mod/core.html#limitrequestbody (LimitReques
## Screenshots

1. Settings page to add an account and set up the player width.
![](/.wordpress-org/screenshot-1.jpg)
![](/.wordpress-org/screenshot-1.png)

2. Adding an account.
![](/.wordpress-org/screenshot-2.jpg)
![](/.wordpress-org/screenshot-2.png)

3. Successfully adding an account.
![](/.wordpress-org/screenshot-3.jpg)
![](/.wordpress-org/screenshot-3.png)

4. Listing the videos added to the selected account.
![](/.wordpress-org/screenshot-4.jpg)
![](/.wordpress-org/screenshot-4.png)

5. Selecting a video to show the details on the sidebar.
![](/.wordpress-org/screenshot-5.jpg)
![](/.wordpress-org/screenshot-5.png)

6. Videos' page to upload a new video.
![](/.wordpress-org/screenshot-6.jpg)
![](/.wordpress-org/screenshot-6.png)

7. Editing an account.
![](/.wordpress-org/screenshot-7.jpg)
![](/.wordpress-org/screenshot-7.png)

8. Video successfully uploaded to the Brightcove.
![](/.wordpress-org/screenshot-8.jpg)
![](/.wordpress-org/screenshot-8.png)

9. Listing the playlists added to the selected account.
![](/.wordpress-org/screenshot-9.jpg)
![](/.wordpress-org/screenshot-9.png)

10. Adding two Brightcove shortcodes to a post in the text mode.
![](/.wordpress-org/screenshot-10.jpg)
![](/.wordpress-org/screenshot-10.png)

11. Showing two videos added to a post in the visual mode.
![](/.wordpress-org/screenshot-11.jpg)
![](/.wordpress-org/screenshot-11.png)

12. Previewing a video.
![](/.wordpress-org/screenshot-12.jpg)
![](/.wordpress-org/screenshot-12.png)

13. Showing a sample post with a video added.
![](/.wordpress-org/screenshot-13.jpg)
![](/.wordpress-org/screenshot-13.png)

14. Selecting a playlist to show the details on the sidebar.
![](/.wordpress-org/screenshot-14.jpg)
![](/.wordpress-org/screenshot-14.png)

## Support Level

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.2.0
* Version: 2.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.2.0' );
define( 'BRIGHTCOVE_VERSION', '2.2.1' );
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.2.0\n"
"Project-Id-Version: Brightcove Video Connect 2.2.1\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/brightcove-video-connect\n"
"POT-Creation-Date: 2021-08-06 19:44:24+00:00\n"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0",
"version": "2.2.1",
"homepage": "https://wordpress.org/plugins/brightcove-video-connect/",
"author": {
"name": "10up",
Expand Down
7 changes: 6 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.8
Stable tag: 2.2.0
Stable tag: 2.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -39,6 +39,11 @@ For installation, usage, and Frequently Asked Question please see the [Brightcov

== Changelog ==

= 2.2.1 =

Changed
* Updated the screenshots.

= 2.2.0 =

Breaking Changes
Expand Down

0 comments on commit 366ae39

Please sign in to comment.