Install
Works with Drupal: ^10.3 || ^11.0Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
5.02 MB
MD5: ca72a30422712a9ef980e2e88f76e371
SHA-1: 98d51b7e255010d747b9a077904cb1d3fb72c4f9
SHA-256: ce63551f08b9442e2c76bd7841b280bd516c4af5dad1614df2ff4d162c63e341
Download zip
6.51 MB
MD5: 619e129f9300ba61e0c636e0a4d18846
SHA-1: fe71904838935a9618f7b8d7ef4ea6800538cc3c
SHA-256: 442c301fae96f8bb48a9262ae0114aa0bf24410d0c8be4afd1a77827dbf4da01
Release notes
Contributors (6)
arousseau, garvitasakhrani, jrockowitz, jvollebregt-swis, liam-morland, sivaji
Changelog
Issues: 19 issues resolved.
Changes since 6.3.0-beta9 (compare):
Bug
- fix: #3588766 Fix broken help link
- fix: #3586789 Prevent InvalidArgumentException when source YAML is invalid
- fix: #3590360 Ensure $operation is not NULL in Webform::getPages()
- fix: #3590360 Ensure $key is not NULL in Webform::getPage()
- fix: #3590360 Do not call FormStateInterface::setErrorByName() with NULL $name param
- fix: #3590360 Avoid NULL array key in WebformAdminConfigBaseForm
- fix: #3590360 Avoid NULL array key in Webform::getElement()
- fix: #3590360 Avoid NULL array key WebformSubmission::isOwner()
- fix: #3590360 Avoid NULL array key in WebformOptionsCustom::setTemplateOptions()
- feat: #3547533 Fix potential XSS vulnerability in webform_submission_log
- fix: #3592693 Fix docblock typehint on WebformHandlerInterface::setHandlerId()
Task
- fix: #2914153 Correct comments in webform-element-more.html.twig
- fix: #3589901 Do not use null as an array offset in WebformPluginElementController
- fix: #3589901 Correct documentation for WebformElementInterface::getItemDefaultFormat()
- fix: #3589284 Remove unused `value` variable in `webform.element.signature.js`
- fix: #3588934 Refactor URL generation in webform_requirements()
- fix: #3588934 Update URL for reCAPTCHA
- feat: #3588934 Add `cleantalk` to the list of recommended spam protection modules
- fix: #3592998 Fix the return type in WebformHandlerInterface::access()