Skip to content

Commit

Permalink
Update/docs assets (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpaul authored Mar 20, 2024
1 parent edcab2c commit 879084c
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 26 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
node_modules
release
.sass-cache
vendor
vendor
.DS_Store
Binary file modified .wordpress-org/banner-1544x500.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/banner-772x250.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Are you looking to handle your [Brightcove](https://www.brightcove.com/en/online-video-platform) Video and Playlist library natively from within WordPress?

With this plugin, developed by [10up](http://10up.com), you have the power to handle multiple accounts and video libraries, upload videos and add them to playlists, render shortcodes with your videos and all from within the WordPress admin interface.
With this plugin, you have the power to handle multiple accounts and video libraries, upload videos and add them to playlists, render shortcodes with your videos and all from within the WordPress admin interface.

## Support Notice

Expand Down Expand Up @@ -115,7 +115,7 @@ However, in order for it to work you need to make sure you have multiple audio t

## Support Level

**Active:** 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.
**Active:** Brightcove is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.

## Changelog

Expand Down
28 changes: 18 additions & 10 deletions brightcove-video-connect.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
<?php
/**
* 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.4
* Author: 10up
* Author URI: http://10up.com
* License: GPLv2+
* Text Domain: brightcove
* Domain Path: /languages
* Brightcove Video Connect
*
* @package Brightcove_Video_Connect
* @package Brightcove_Video_Connect
* @author Brightcove
* @license GPL-2.0-or-later
*
* @wordpress-plugin
* 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.4
* Requires at least: 4.2
* Requires PHP:
* Author: Brightcove
* Author URI: https://brightcove.com
* Text Domain: brightcove
* License: GPLv2+
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Domain Path: /languages
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions languages/brightcove.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1920,11 +1920,11 @@ msgid ""
msgstr ""

#. Author of the plugin/theme
msgid "10up"
msgid "Brightcove"
msgstr ""

#. Author URI of the plugin/theme
msgid "http://10up.com"
msgid "https://brightcove.com"
msgstr ""

#: includes/admin/class-bc-templates.php:619
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"version": "2.8.4",
"homepage": "https://wordpress.org/plugins/brightcove-video-connect/",
"author": {
"name": "10up",
"email": "sales@10up.com"
"name": "Brightcove",
"email": "sales@brightcove.com"
},
"scripts": {
"watch": "grunt watch",
Expand Down
17 changes: 8 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
=== Brightcove Video Connect ===

Contributors: 10up, oscarssanchez, collinsinternet, ivankk, technosailor, ChrisWiegman, tott, eduardmaghakyan, mattonomics, phoenixfireball, karinedo, foobuilder, helen, tlovett1, jonathantneal, brightcove, adamsilverstein, jonbellah, sudar, bctbaldwin, rahmohn
Donate link: https://supporters.eff.org/donate
Tags: brightcove, 10up, videos, video
Requires at least: 4.2
Tested up to: 6.4
Stable tag: 2.8.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Contributors: brightcove, 10up, oscarssanchez, collinsinternet, ivankk, technosailor, ChrisWiegman, tott, eduardmaghakyan, mattonomics, phoenixfireball, karinedo, foobuilder, helen, tlovett1, jonathantneal, adamsilverstein, jonbellah, sudar, bctbaldwin, rahmohn
Donate link: https://supporters.eff.org/donate
Tags: brightcove, videos, video
Tested up to: 6.4
Stable tag: 2.8.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Brightcove integration plugin, manage your Brightcove video cloud from within WordPress, using the latest APIs

== Description ==

Are you looking to handle your Brightcove Video and Playlist library natively from within WordPress or use Brightcove's Gallery In-Page video experiences?
With this plugin, developed by 10up.com, you have the power to handle multiple accounts and video libraries, upload videos and add them to playlists, render shortcodes with your videos and all from within the WordPress admin interface.
With this plugin, you have the power to handle multiple accounts and video libraries, upload videos and add them to playlists, render shortcodes with your videos and all from within the WordPress admin interface.

== Installation and Usage and FAQ ==

Expand Down

0 comments on commit 879084c

Please sign in to comment.