Skip to content

Commit

Permalink
Release 2.8.7 - Develop to Master
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy authored Oct 9, 2024
2 parents b460ccd + b3e0d26 commit 801bff4
Show file tree
Hide file tree
Showing 30 changed files with 1,163 additions and 1,344 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: E2E test

env:
NODE_VERSION: "16"
NODE_VERSION: "18"

on:
push:
Expand Down
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 modified .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 modified .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.
Binary file modified .wordpress-org/icon-128x128.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 modified .wordpress-org/icon-256x256.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ All notable changes to this project will be documented in this file, per [the Ke
### Security
-->

## [2.8.7] - 2024-10-09

### Fixed
- Add missing script close tag. Props [@burhandodhy](https://github.com/burhandodhy) via [#397](https://github.com/10up/brightcove-video-connect/pull/397).
- Selecting multiple videos while embedding a Video Experience results in error. Props [@burhandodhy](https://github.com/burhandodhy) via [#398](https://github.com/10up/brightcove-video-connect/pull/398).
- Single Video Player Embed appears very different in the block editor. Props [@burhandodhy](https://github.com/burhandodhy) via [#399](https://github.com/10up/brightcove-video-connect/pull/399).
- E2E tests. Props [@burhandodhy](https://github.com/burhandodhy) via [#400](https://github.com/10up/brightcove-video-connect/pull/400).
- Calculate the padding based on the Aspect ratio. [@burhandodhy](https://github.com/burhandodhy) via [#402](https://github.com/10up/brightcove-video-connect/pull/402).
- Video Save History. Props [@burhandodhy](https://github.com/burhandodhy) via [#404](https://github.com/10up/brightcove-video-connect/pull/404).

### Changed
- Allow only png and jpg images for thumbnail and poster. Props [@burhandodhy](https://github.com/burhandodhy) via [#401](https://github.com/10up/brightcove-video-connect/pull/401).
- Hide search field if video folder is selected. Props [@burhandodhy](https://github.com/burhandodhy) via [#403](https://github.com/10up/brightcove-video-connect/pull/403).

## [2.8.6] - 2024-05-08

### Fixed
Expand Down Expand Up @@ -470,6 +484,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.7]: https://github.com/10up/brightcove-video-connect/compare/2.8.6...2.8.7
[2.8.6]: https://github.com/10up/brightcove-video-connect/compare/2.8.5...2.8.6
[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
Expand Down
24 changes: 8 additions & 16 deletions assets/css/brightcove_playlist.css
Original file line number Diff line number Diff line change
@@ -1,44 +1,36 @@
.brightcove-playlist {
background-color: white;
padding: 20px 20px 10px 20px;
font-size: 80%;
}
font-size: 80%; }

h3.brightcove-playlist-title {
margin: 0 0 10px 0;
}
margin: 0 0 10px 0; }

.brightcove-playlist-item {
display: table;
margin-bottom: 20px;
border-top: 1px solid #eee;
padding-top: 20px;
width: 100%;
}
width: 100%; }

.brightcove-playlist-video-order-id {
display: table-cell;
vertical-align: middle;
width: 20px;
color: #999;
}
color: #999; }

.brightcove-playlist-video-thumbnail {
display: table-cell;
vertical-align: middle;
width: 40%;
padding-right: 20px;
}
padding-right: 20px; }

.brightcove-playlist-video-meta {
display: table-cell;
vertical-align: middle;
}
vertical-align: middle; }

h4.brightcove-playlist-video-title {
margin: 0;
}
margin: 0; }

.brightcove-playlist-videodescription {
margin: 0;
}
margin: 0; }
Loading

0 comments on commit 801bff4

Please sign in to comment.