Install
Works with Drupal: ^9.3Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
78.01 KB
MD5: ecf17a6b142d0de6c3cc5a3a5ea7791c
SHA-1: 3b9e74ba6105141bae36720c23f9c8d502420014
SHA-256: 22fdc3c97411e6cf2136f968e15159e0e99a7e7d87384fe42210c0aadcb7daf2
Download zip
134 KB
MD5: 440cc8fe91a25cb8a960ba16bf29ed77
SHA-1: 37781222e0b31a0319f0b2e67ef345f2033435e7
SHA-256: e135a41c3943e3d34d470aed6c7996f9f676add13adbbe4dd91dcb058be74efd
Release notes
Contributors (18)
Dave Reid, slogar32, daniel_j, Supreetam09, vuil, arthur.baghdasar, ctlopez, dalinian, dzinkevich, drewble, mglaman, huzooka, doidd, paulocs, MykolaVeryha, junaidpv, phenaproxima, mstrelan
Changelog
Issues: 13 issues resolved.
Changes since 8.x-1.2:
Bug
- #3106808 by arthur.baghdasar, ctlopez, dalinian, Dave Reid, dzinkevich, drewble: Fixed PHP Notice: Array to string conversion in Drupal\Core\Template\AttributeArray->__toString().
- #3260833 by huzooka, Dave Reid: Fixed FieldFormatterEntityEmbedDisplayBase constructor triggers strpos deprecation on PHP 8.1.
- #3081825 by Dave Reid, doidd: Fixed CKEditor plugin was overriding base plugin's getLibraries() method, preventing the embed/embed library from being included.
- #3145684 by MykolaVeryha, junaidpv: Fixed possible PHP error: Argument 2 passed to EntityEmbedDisplayManager::createInstance() must be of the type array, null given.
- #3221617 by phenaproxima, mstrelan: Tests failing in Drupal 9.3.x, PHP 8
Task
- #3269454 by Dave Reid, slogar32: Replaced deprecated hook_field_widget_form_alter() with hook_field_widget_single_element_form_alter() and simplified logic for entity language.
- #3248476 by Dave Reid, daniel_j: Removed test dependency on the Classy theme.
- #3238298 by Supreetam09: Fixed missing required EntityEmbedUpdateHookTest::$defaultTheme.
- #3072669 by Dave Reid, vuil: Removed unused variable in entity_embed_filter_format_edit_form_validate().
- #3292304 by mglaman: Replace usage of core/jquery.once for core/once
- #3183465 by paulocs: Replace deprecated drpualPostForm with submitForm().
- #3108093 by Dave Reid: Use Embed module's preview route
- #3282352 by Dave Reid: Fix tests