Skip to content

Commit

Permalink
Release 2.8.5 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy authored Apr 22, 2024
1 parent 3527297 commit fabd097
Show file tree
Hide file tree
Showing 12 changed files with 616 additions and 573 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ All notable changes to this project will be documented in this file, per [the Ke
### Security
-->

## [2.8.5] - 2023-04-22

### Changed
- Add Select field for labels. Props [@burhandodhy](https://github.com/burhandodhy) via [#378](https://github.com/10up/brightcove-video-connect/pull/378).
- Cache the API response and display a message from where user can retry the API again. Props [@burhandodhy](https://github.com/burhandodhy) and [@jonnynews](https://github.com/jonnynews) via [#380](https://github.com/10up/brightcove-video-connect/pull/380).
- Update readme and assets. Props [@jeffpaul](https://github.com/jeffpaul) via [#375](https://github.com/10up/brightcove-video-connect/pull/375).

### Fixed
- First parameter type of add_submenu_page() when no parent slug is sent. Props [@jonnynews](https://github.com/jonnynews) via [#365](https://github.com/10up/brightcove-video-connect/pull/365).
- Display error message when the previous request is aborted. Props [@burhandodhy](https://github.com/burhandodhy) via [#368](https://github.com/10up/brightcove-video-connect/pull/368).
- PHP warning while editing a label. Props [@MARQAS](https://github.com/MARQAS) and [@felipeelia](https://github.com/felipeelia) via [#369](https://github.com/10up/brightcove-video-connect/pull/369).
- PHP warning while saving a video. Props [@MARQAS](https://github.com/MARQAS) and [@felipeelia](https://github.com/felipeelia) via [#370](https://github.com/10up/brightcove-video-connect/pull/370).
- Move playlist notice above controls bar. Props [@MARQAS](https://github.com/MARQAS) and [@felipeelia](https://github.com/felipeelia) via [#371](https://github.com/10up/brightcove-video-connect/pull/371).
- Clicking on the "Edit" and "Preview" buttons for the inactive videos breakes the layout. Props [@burhandodhy](https://github.com/burhandodhy) and [@felipeelia](https://github.com/felipeelia) via [#372](https://github.com/10up/brightcove-video-connect/pull/372).
- Add support for special characters. Props [@burhandodhy](https://github.com/burhandodhy) and [@cr0ybot](https://github.com/cr0ybot) via [#373](https://github.com/10up/brightcove-video-connect/pull/373).
- Search box alignment in Media modal. Props [@MARQAS](https://github.com/MARQAS) and [@felipeelia](https://github.com/felipeelia) via [#376](https://github.com/10up/brightcove-video-connect/pull/376).
- Limit API calls on unwanted admin pages. Props [@burhandodhy](https://github.com/burhandodhy) via [#379](https://github.com/10up/brightcove-video-connect/pull/379).
- Video update API fails when labels are empty. Props [@burhandodhy](https://github.com/burhandodhy) via [#381](https://github.com/10up/brightcove-video-connect/pull/381).

## [2.8.4] - 2023-11-30

### Added
Expand Down Expand Up @@ -99,7 +118,7 @@ All notable changes to this project will be documented in this file, per [the Ke
- Video and Playlist experiences displays wrong block settings. Props [@Rahmon](https://github.com/Rahmon), and [@oscarssanchez](https://github.com/oscarssanchez) via [#250](https://github.com/10up/brightcove-video-connect/pull/250).
- Update attribute type from int to string. Props [@Rahmon](https://github.com/Rahmon), and [@oscarssanchez](https://github.com/oscarssanchez) via [#246](https://github.com/10up/brightcove-video-connect/pull/246).
- Pass sizing attribute to determine if responsiveness should be enabled. Props [@Rahmon](https://github.com/Rahmon), and [@oscarssanchez](https://github.com/oscarssanchez) via [#249](https://github.com/10up/brightcove-video-connect/pull/249).
- Fix broken Brightcove experiences embedding. Props [@Rahmon](https://github.com/Rahmon), and [@oscarssanchez](https://github.com/oscarssanchez) via [#248](https://github.com/10up/brightcove-video-connect/pull/248)
- Fix broken Brightcove experiences embedding. Props [@Rahmon](https://github.com/Rahmon), and [@oscarssanchez](https://github.com/oscarssanchez) via [#248](https://github.com/10up/brightcove-video-connect/pull/248).

## [2.5.0] - 2021-12-21

Expand Down Expand Up @@ -136,7 +155,7 @@ All notable changes to this project will be documented in this file, per [the Ke
### Breaking Changes
- BC_Utility API changed:
- See `set_cache_item` and `delete_cache_item` in `includes/class-bc-utility.php`.
- Removed `remove_deleted_players` function.
- Removed `remove_deleted_players` function.
### Fixed
- Undefined index warnings. Props [@sanketio](https://github.com/sanketio) via [#197](https://github.com/10up/brightcove-video-connect/pull/197).
- Typo for the `$allowedtags` global used in conjunction with wp_kses. Props [@theskinnyghost](https://github.com/theskinnyghost) via [#203](https://github.com/10up/brightcove-video-connect/pull/203).
Expand Down Expand Up @@ -443,6 +462,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.8.5]: https://github.com/10up/brightcove-video-connect/compare/2.8.4...2.8.5
[2.8.4]: https://github.com/10up/brightcove-video-connect/compare/2.8.3...2.8.4
[2.8.3]: https://github.com/10up/brightcove-video-connect/compare/2.8.2...2.8.3
[2.8.2]: https://github.com/10up/brightcove-video-connect/compare/2.8.1...2.8.2
Expand Down
34 changes: 31 additions & 3 deletions assets/css/brightcove_video_connect.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ div.brightcove-uploader div.brightcove-messages .updated {
.media-frame:not(.hide-menu) .media-frame-menu {
width: 300px; } }

.brightcove.media-frame-menu .attachment-detail .playlist-details label.experiencelabel, .brightcove.media-frame-menu .attachment-detail .video-details label.experiencelabel, select.experienceplayer {
.brightcove.media-frame-menu .attachment-detail .playlist-details label.experiencelabel,
.brightcove.media-frame-menu .attachment-detail .video-details label.experiencelabel,
select.experienceplayer {
width: 100%; }

.bc-page-icon {
Expand Down Expand Up @@ -634,15 +636,41 @@ div.brightcove-uploader div.brightcove-messages .updated {
.brightcove.video-edit .caption-secondary-fields label:nth-child(1) {
padding-right: 1em; }
.brightcove.video-edit .caption-secondary-fields label span,
.brightcove.video-edit .caption-secondary-fields label input[type="text"],
.brightcove.video-edit .caption-secondary-fields label input[type='text'],
.brightcove.video-edit .caption-secondary-fields label select {
margin: 0;
min-width: 100%;
text-align: left;
width: 100%; }
.brightcove.video-edit .caption-secondary-fields label input[type="checkbox"] {
.brightcove.video-edit .caption-secondary-fields label input[type='checkbox'] {
margin: auto; }

.brightcove.video-edit .bc-labels-list {
margin: 0;
text-align: left; }
.brightcove.video-edit .bc-labels-list li {
background-color: #fff;
border-radius: 4px;
border: 1px solid #8c8f94;
display: inline-block;
margin: 0 10px 10px 0;
white-space: nowrap; }
.brightcove.video-edit .bc-labels-list button {
background-color: #f6f7f7;
border-bottom-left-radius: 4px;
border-right: 1px solid #8c8f94;
border-top-left-radius: 4px;
border: none;
cursor: pointer;
padding: 10px; }
.brightcove.video-edit .bc-labels-list span {
float: none; }
.brightcove.video-edit .bc-labels-list .label-name {
padding: 10px; }

.brightcove.video-edit .add-labels-container select {
margin-left: 0; }

.playlist-edit.brightcove.attachment-details {
width: 100%;
height: auto;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/brightcove_video_connect.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/css/jquery-ui-datepicker.min.css

Large diffs are not rendered by default.

139 changes: 53 additions & 86 deletions assets/js/brightcove-admin.js

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

2 changes: 1 addition & 1 deletion assets/js/brightcove-admin.js.map

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions assets/js/brightcove-admin.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions brightcove-video-connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.8.4
* Version: 2.8.5
* Requires at least: 4.2
* Requires PHP:
* Author: Brightcove
Expand Down Expand Up @@ -39,7 +39,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 021.0.2301 USA
*/

define( 'BRIGHTCOVE_VERSION', '2.8.4' );
define( 'BRIGHTCOVE_VERSION', '2.8.5' );
define( 'BRIGHTCOVE_URL', plugin_dir_url( __FILE__ ) );
define( 'BRIGHTCOVE_PATH', dirname( __FILE__ ) . '/' );
define( 'BRIGHTCOVE_BASENAME', plugin_basename( __FILE__ ) );
Expand Down
Loading

0 comments on commit fabd097

Please sign in to comment.