@silverham, the patch works for me. thank you.
works for me. thank you so much for a quick update.
I think 1.0.6 should specify core_version_requirement in info.yml if 1.0.6 works in D10.3 with no issue.
After I applied the patch, I got this error from drush while running drush cr:
[warning] Attempt to read property "created" on null MemcacheBackend.php:152
@dylan-donkersgoed Re #51, please update "$this->render" to "$this->renderer" in modules/video_embed_wysiwyg/src/Form/VideoEmbedDialog.php.
This is error what I got:
Deprecated function: Creation of dynamic property Drupal\video_embed_wysiwyg\Form\VideoEmbedDialog::$render is deprecated in Drupal\video_embed_wysiwyg\Form\VideoEmbedDialog->__construct() (line 51 of /var/www/html/docroot/modules/contrib/video_embed_field/modules/video_embed_wysiwyg/src/Form/VideoEmbedDialog.php)
The main issue is caused by regex pattern in preg_match() to extract the view id.
So, preg_match('/.*\((.+)\)$/', $view_name, $match);
should be a little bit better because of one line change.