Install
Works with Drupal: ^9.5 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
144.41 KB
MD5: 153043901c6b68c90bf82b8ba3c62420
SHA-1: 2a986ddab3b21d201f1600ef16d854195cd283db
SHA-256: d2c824bf436e709e61057fb063e1c522530f420210b580371d0763a2414e2fcc
Download zip
313.94 KB
MD5: 6d2497412023f3f2cdb54240b82993cc
SHA-1: d52548ea66dc56108c2e211aeaff6e1cc0522e85
SHA-256: b685a9d34ae3915d57a19ac8d61ba2d0ecde2f5a861322e1d7302ce564219505
Release notes
Contributors (34)
Grevil, Anybody, Dave Reid, globexplorer, jaydub, Hardik_Patel_12, sumitmadan, iyyappan.govind, DiDebru, CRZDEV, oleg chemerys, mukesh88, arysom, Laureatus, rpayanm, dermario, S_Bhandari, agentrickard, narendra.rajwar27, reflie, Jaypan, paweldxm, rang501, volkerk, akasake, keszthelyi, arti_parmar, adam-vessey, using the FileInterface, mpp, JeroenT, Rajeshreeputra, ankitv18, j-vee
Changelog
Issues: 16 issues resolved.
Changes since 8.x-2.9:
Bug
- #3074457 by Hardik_Patel_12, sumitmadan, iyyappan.govind, DiDebru, CRZDEV, oleg chemerys: Avoid duplicated references when selecting entities.
- #3353412 by mukesh88: Fixed spelling errors.
- #3356024 by arysom: Fixed composer.json URLs should be secure.
- #3125810 by narendra.rajwar27: Fixed possible PHP Undefined index: target_bundles in entity_browser_entity_form_inline_entity_form_reference_form_alter
- #3250751 by Dave Reid, Jaypan, paweldxm: Fix missing and invalid widget configuration schemas. Added a new entity_browser.browser.widget.base config type for all widget plugins to extend.
- #3181631 by Dave Reid, rang501, volkerk, akasake: Use Drupal.theme functions for outputting AJAX progress when loading modal and iframe browsers.
- #3325948 by keszthelyi, Dave Reid: Fixed libraries should not use VERSION since that will always be the Drupal core version.
- #3366689 by Dave Reid, arti_parmar: Fixed t() should not be used in tests and DummyWidget should use injected services.
- #2998066 by mpp, Dave Reid: Field widget for the Media library is not compatible with inline form errors.
- #3350169 by Rajeshreeputra, ankitv18, JeroenT, j-vee: Fixed PHP 8.2 Deprecated function: Creation of dynamic property Drupal\entity_browser\Plugin\EntityBrowser\WidgetSelector\Single::$widget_ids is deprecated
Task
- #3112356 by Grevil, Anybody, Dave Reid, globexplorer, jaydub: Fix edit modal to use 92% responsive width and entity-browser-modal class as the selection modal.
- #3292703 by Laureatus, rpayanm, Dave Reid, dermario, S_Bhandari, agentrickard: Removed old 8.x-1.x update hooks, update test and requirements hook.
- #3135698 by reflie: Replace assert* involving an instanceof operator with assertInstanceOf()/assertNotInstanceOf()
- #3407702 by Dave Reid: Clean up plugins to always use create() and dependency injection instead of overriding __construct().
- #3395300 by adam-vessey: Fixed PHP 8.2 deprecated dynamic property by using the FileInterface::setSize() method instead of setting it directly.
- #3407118 by Dave Reid, JeroenT: Add GitLab CI and resolve test failures
Other
- Fixed invalid t() placeholder in MediaImageUpload::buildConfigurationForm().