Install

Works with Drupal: ^10 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 25.41 KB
MD5: 408b5f7f6c068af12d6e5f18bbd53ceb
SHA-1: 21a27208ac876941455070f55501d11aa652aee3
SHA-256: 3358dd19a68ec7752aa784d1f16af1ea58256f906d091e53175b3d927658807f
Download zip 36.72 KB
MD5: c6afd4c0edf2ae7de246bb214662dd56
SHA-1: 78fb1b79f7ca06b122c3bcbaf671267e582fe99a
SHA-256: f068ce9620f5ecb42ea7ee2010760ad957c6e18bd71147d00c738f044a00b0e8

Release notes

This release brings Drupal 11 compatibility, comprehensive test coverage, CI/CD integration via GitLab CI, and some bugfixes in the export form.

Test coverage

This is the biggest area of improvement in this release. The module went from zero automated tests to comprehensive coverage across all test layers:

Breaking changes

Dropped Drupal 9 support. The minimum core requirement is now ^10 || ^11.

Bugfixes

Fixed a TypeError in ConfigPartialExportForm::submitForm() where the addSystemSiteInfo checkbox value was passed as NULL to createArchive(), which expects a bool parameter. This caused a fatal error when submitting the Partial Export form without checking the “Add system.site info” checkbox.

Further improvements

#3429470: Automated Drupal 11 compatibility fixes for config_partial_export
#3320458: Replace README.txt with README.md
#3336401: Create tests for basic module functionalities

Full changelog between 2.0.0-alpha1…2.0.0-beta1 is 17 commits.

Created by: baluertl
Created on: 24 Mar 2026 at 01:20 UTC
Last updated: 24 Mar 2026 at 01:22 UTC
Bug fixes

Other releases