Starting with version 3 of video_embed_field, old plugins developed for the previous version no longer work.
Here's a comment from the module's page:

Version 3.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.
  • Two new parameters have been added to the renderEmbedCode provider method to improve accessibility (iframe).

The code needs to be adapted for use with the new version of the module.

CommentFileSizeAuthor
#2 video_embed_rutube-3553793.patch1.25 KBalezu
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

alezu created an issue. See original summary.

alezu’s picture

Status: Active » Needs review
StatusFileSize
new1.25 KB

This is a simple patch that seems working for me.

davps’s picture

Status: Needs review » Needs work

@alezu, thanks for the report and the suggested solution.

I think we should first align this module's versioning with video_embed_field.
I'll do that in another issue and then come back to this one.

davps’s picture

Version: 8.x-1.x-dev » 3.x-dev
Assigned: Unassigned » davps

  • davps committed c649250b on 3.x
    [#3553793] feat: Support version 3 of video_embed_field
    
    By: alezu
    By:...
davps’s picture

Assigned: davps » Unassigned
Status: Needs work » Fixed

@alezu, now you can use version video_embed_rutube:^3.0 which is compatible with video_embed_field:^3

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.