Skip to content

Releases: highrisedigital/better-core-video-embeds

v1.3.7

30 Oct 16:20
Compare
Choose a tag to compare
  • Ensures that better core embeds work even when they are included in a synced pattern.
  • Improves the enqueuing of the JS and CSS to be more robust.

v1.3.6

12 Jun 12:11
Compare
Choose a tag to compare

Improve the play button CSS to ensure it works with videos at aspect rations other than 16:9 and 4:3.

v1.3.5

28 May 07:36
Compare
Choose a tag to compare

Correct the caption markup.

v1.3.4

02 Apr 10:45
Compare
Choose a tag to compare
  • Translation of the "Play video" button text.
  • A responsive video poster image if a custom (locally-hosted) image is chosen.
  • Width and height parameters to remotely-hosted images.
  • Thanks to @mattradford-sage for these updates.

v1.3.3

21 Mar 13:08
Compare
Choose a tag to compare
  • Ensure (previously) live video URLs from Youtube embed correctly. Thanks for @bacoords for the development on this.

v1.3.2

19 Mar 09:06
Compare
Choose a tag to compare

Use regex instead of the domDocument for grabbing a video caption.

v1.3.1

18 Mar 15:20
Compare
Choose a tag to compare

Added a fix which ensures that special characters in video captions are output correctly. Based on this conversations in the WP.org support forums:

https://wordpress.org/support/topic/plugin-alters-extended-chars-in-captions/

v1.3

14 Dec 13:31
Compare
Choose a tag to compare
  • Add support for custom thumbnail or poster images for videos. These are upload in the block inspector.
  • Caption no longer added with JS which improves developer options.
  • Improved play button styling as well as making it an HTML button with an aria label for better accessibility.

v1.2

07 Dec 12:42
Compare
Choose a tag to compare
  • Add a name for the wrapper CSS filter which was missing.
  • JS and CSS target using different classes.

v1.1.4

22 Feb 10:49
Compare
Choose a tag to compare

Load the CSS and JS on all pages. Fixes problems when post content is output on templates such as archives. Found when using full site editing and the query block.