Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
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.