Drupal 9.4.4
29 July 2022
Drupal version 9.4.4 is now available.
Upgrading to Drupal 9.4.4
Drupal 9.4.4 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply Drupal updates as new versions are released, or use Installatron's Clone feature to duplicate an existing Drupal install to test the 9.4.4 upgrade prior to applying it live. Get started managing your Drupal installations with Installatron
What's New in Drupal 9.4.4
- Update Diactoros lock file version
- Remove the "replace" section from core/composer.json
- Follow-up to #3268983: Move test case to correct group
- HtmlFormController's contructor says it constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object
- Update the description given for $form_id
- Wrong documentation since Drupal 8 for 'initial_form_field'
- Docblock of BaseFieldDefinition::setDisplayOptions still mentions setting type = hidden instead of region = hidden
- UncaughtExceptionTest is not working when using recommended-project
- Test unit behavior of EntityStorageBase::load(), loadMultiple() with invalid ID, UUID
- Fix 'Access to an undefined property' PHPStan L0 errors in test code
- Remove test that tests drupal/core-composer-scaffold when it is not allowed
- Drupal >=8.2.x doesn't allow to override all cache bins with $settings['cache']['default'] anymore, documentation says otherwise
- Testing system should explain why Guzzle responses can be unreadable
- Html::load() inconsistent space removal with old libxml2 versions
- Make the CKEditor 4 → 5 upgrade path work even when the CKEditor 4 module is removed
- [9.4 ONLY] Lower RECOMMENDED_PHP to 8.0
- Use $defaultTheme for using views_test_classy_subtheme
- Messages upon switching to CKEditor 5 are overwhelming
- [regression] FilterHtml throws Unsupported operand types error when * used in tag attribute
- Fix outdated references to form_type_checkboxes_value()
- CKEditor 5 plugins needing more complex conditions: point to handbook page
- Update TranslationWrapper deprecation to removal in 11.0.0
- Ensure Editor config entities using CKEditor 4 only store plugins settings for actually enabled plugins
- Use getStorage('taxonomy_term') instead of getStorage('taxonomy_vocabulary')
- On the user interface translation page the outline of all four focusable elements in the filter translatable strings fieldset lacks the left border
- Defaults not working for grouped filter with multiple selections
- Document \Drupal\Core\Template\TwigExtension::getPath $parameters argument as optional
- Notice in logs when setting invalid translation config for a content type
- FieldUiTestTrait::fieldUIAddExistingField() can randomly fail in javascript tests when no label is provided
- Handle NULL for data blob in User source plugin
- TermName views argument_validator is not working as expected
- Menu UI node type form documentation points to non-existent function
- Document that block_content entities are not designed to be displayed outside of blocks
- User::setExistingPassword() does not return $this for chaining
- Minor typo in @see reference ("ManyTonOneHelper")
- Fix inaccurate code comment in Media.php