video_embed_field 3.1.0

Bug fixes
New features

Deprecates renderEmbedCode() in favor of renderEmbed() (removal planned for 3.2.0). Also introduces native lazy loading for embedded videos, exposes the provider ID as a Twig variable for more flexible theming, extends referrerpolicy support to the YouTube Playlist provider, fixes Vimeo URLs containing query strings, and updates a vulnerable Webpack dependency.

video_embed_field 3.1.0-beta2

Deprecates renderEmbedCode(), scheduled for removal in 3.2.0.

Contributors (1)

mably

Changelog

Issues: 1 issues resolved.

Changes since 3.1.0-beta1 (compare):

video_embed_field 3.1.0-beta1

Bug fixes
New features

Fixes the Vimeo provider regex to allow query strings in URLs. Adds native lazy loading support, extends the referrerpolicy attribute to the YouTube Playlist provider, and exposes the provider ID as a Twig template variable. Also updates a vulnerable Webpack dependency.

video_embed_field 8.x-2.7

Bug fixes

Restore compatibility with Drupal 9.2+.

Contributors (3)

i-trokhanenko, kreynen, mably

Changelog

Issues: 1 issue resolved.

video_embed_field 3.0.0

Bug fixes
New features

First release of the Drupal 11 compatible version.

video_embed_field 3.0.0-beta3

Bug fixes
New features

Fixed PHPUnit tests, upgrade path, and missing Drupal behaviors.
Added a URL field formatter, referrer policy attribute, and improved button accessibility.
Updated tests for Drupal 11.2, applied coding standard fixes, and added a custom field icon.

video_embed_field 8.x-2.6-rc1

Bug fixes
New features

This release resolves 11 issues, including bug fixes, new features, and code quality improvements. Vimeo and YouTube video autoplay features were added, and multiple maintenance tasks were completed — including fixes for unit tests, coding standards, and CI configuration.

video_embed_field 3.0.0-alpha3

Partial rollback of some ProviderPluginBase constructor changes introduced in 3.0.x

Breaking changes from 8.x-2.x

  • A new file_system parameter has been added to the ProviderPluginBase constructor. Please update your custom providers accordingly if you need to properly handle the thumbnail download feature.

Contributors (1)

mably

Changelog

Issues: 2 issues resolved.

video_embed_field 3.0.0-alpha2

Partial rollback of some ProviderPluginBase constructor changes introduced in 3.0.x

Breaking changes from 8.x-2.x

  • A new file_system parameter has been added to the ProviderPluginBase constructor. Please update your custom providers accordingly if you need the thumbnail download feature.

Contributors (1)

mably

Changelog

Issues: 2 issues resolved.

video_embed_field 3.0.0-alpha1

Drupal 11 compatible release.

Warning: the CKEditor 5 integration is currently missing.

video_embed_field 3.0.x-dev

New features

Development branch for the Drupal 11 compatible version of the module.

Breaking changes from 8.x-2.x

  • Currently missing the CKEditor 5 plugin. Remove the related modules before upgrading.
  • A new file_system parameter has been added to the ProviderPluginBase constructor. Please update your custom providers accordingly if you need the thumbnail download feature.

video_embed_field 8.x-2.4

A D9 ready release, with all tests passing thanks to the efforts of @phenaproxima and @katherined.

Contributors (3)

katherined, phenaproxima, dpi

Changelog

Issues: 4 issues resolved.

Changes since 8.x-2.3:

video_embed_field 8.x-2.3

Contributors (3)

saurabh.tripathi.cs, phenaproxima, joshi.rohit100

Changelog

Issues: 1 issues resolved.

Changes since 8.x-2.2:

video_embed_field 8.x-2.2

New features

An 8.7 release of VEF, with a migration path to core's media oembed.

Contributors (3)

chr.fritsch, Nick Hope, Sam152

Changelog

Issues: 4 issues resolved.

Changes since 8.x-2.1:

video_embed_field 8.x-2.1

Bug fixes
New features

A release for the 1.x branch, with support for a lazy-loader formatter.

Contributors (4)

flxa, larowlan, joelpittet, dagmar

Changelog

Issues: 3 issues resolved.

Changes since 8.x-2.0:

video_embed_field 8.x-1.6

Bug fixes
New features
Unsupported

A release for the 1.x branch, with support for a lazy-loader formatter.

Contributors (6)

flxa, larowlan, dagmar, benjy, Sam152, robin.ingelbrecht

Changelog

Issues: 6 issues resolved.

Changes since 8.x-1.5:

video_embed_field 8.x-2.0

Stable and recommended release of video_embed_field. This release is compatible with Media in core and is otherwise identical to the 8.x-1.x branch.

video_embed_field 8.x-2.0-alpha1

The 2.x branch is exactly the same as the 1.x branch, but with support for media in core!

Media Entity Support: Which version should I use?

If you are using the 1.x branch of Media Entity, you should continue using the 1.x branch of this module.

If you are building a new site and want to use the new Media in core 8.4.0 or higher, you should use the 2.x branch of this module.

video_embed_field 8.x-1.5

Bug fixes
Unsupported

Media Entity Support: Which version should I use?

If you are using the 1.x branch of Media Entity, you should continue using the 1.x branch of this module.

If you are building a new site and want to use the new Media in core 8.4.0 or higher, you should use the 2.x branch of this module.

video_embed_field 8.x-1.3

Bug fixes
Unsupported

Changes since 8.x-1.2:

  • #2782381 by Sam152: Never assume media entities passed to the MediaType plugin have their required or "source" fields set
  • #2782399 by Sam152: Disable strict schema checking in tests that install media_entity_embeddable_video
  • #2782397 by Sam152: Fix schema issues in HEAD

video_embed_field 8.x-1.0

Unsupported

A stable release for video embed field. This release indicates that backwards compatibility will be maintained for this major version and any config changes will have an upgrade path.

Changes since 8.x-1.0-rc8:

video_embed_field 7.x-2.0-beta10

Bug fixes
Unsupported

This is an update after 7.x-20-beta9 that fixes a bug related to the availability of different video providers at field level.

After updatin to beta9, some users experienced issues where they were not able to upload videos anymore until they refresh manually the list of available providers per field.

This new version fixes that bug and now this new feature should work from scratch after updating from previous betas.

video_embed_field 7.x-2.0-beta9

Security update
Bug fixes
New features
Unsupported

This is a SECURITY UPDATE that fixes some XSS vulnerabilities.

video_embed_field 7.x-2.0-beta8

Bug fixes
New features
Insecure
Unsupported

This new alpha release of this module tries to improve the code standardization in some ways:

  • Applying coding standards
  • Changing file permissions
  • Renaming module hook_video_embed_field_handlers_alter() to hook_video_embed_handler_info_alter() to follow coding standards

Also includes two new features:

video_embed_field 7.x-2.0-beta7

Bug fixes
Insecure
Unsupported

There was a bug in the update process from 7.x-2.0-beta5 to 7.x-2.0-beta6. That bug is fixed in 7.x-2.0-beta7, so you should update directly from 7.x-2.0-beta5 to 7.x-2.0-beta7.

Commits included in this release:

  • Change update functions order

video_embed_field 7.x-2.0-beta6

Bug fixes
New features
Insecure
Unsupported

Some users have experienced problems upgrading from 7.x-2.0-beta5 to 7.x-2.0-beta6. 7.x-2-0-beta7 has been released improving the update process. Please don't update to 7.x-2.0-beta6 and update to 7.x-2-0-beta7 directly from 7.x-2.0-beta5

video_embed_field 7.x-2.0-beta5

New features
Bug fixes
Insecure
Unsupported

Issue #1537084 by mototribe: Added Option to pull vimeo thumbnail after video has finished processing.
Fixed trailing whitespace errors throughout
Issue #1520100 by wbobeirne | mototribe: Added support youtube playlists.
Issue #1620944 by jdelaune: Added iv_load_policy() support for YouTube.
Prevent hash content from messing up the id in facebook
Support responsive designs by allowing percentage based widths and heights
Added params for compatibility
Added facebook integration as submodule (hopefully will help as example of handler implementation)
Fixed error message when adding new handlers while there are styles in the database
Issue #1538292 by forssto: Fixed Image style check to "none" fails in field formatter.
Removed dpm
Issue #1312906 by jdelaune | kervi: Added additional data fields. (cleanup of youtube data)
Issue #1312906 by jdelaune | kervi: Added additional data fields.
Issue #1515178 by pjcdawkins: Fixed Video Embed Field breaks HTTPS pages.
Updated documentation for providing additional handlers
Removed tabs, replaced with 2 spaces.
Removed unnecessary lookup of basepath
Issue #1504702 by laraz: Fixed Warning: file_get_contents() .
Added webkitAllowFullScreen mozallowfullscreen to vimeo embeds as they use those settings in their default embedding settings.
#1498882 - Added additional vimeo options.

video_embed_field 7.x-2.0-beta4

Bug fixes
Insecure
Unsupported

Fixed issue with empty fields generating errors/notices

Pages

Subscribe with RSS Subscribe to Releases for Video Embed Field