config_partial_export 2.0.0-beta1

Bug fixes

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.

config_partial_export 2.0.0-alpha1

  • Drupal 10 compatible
  • Drush 11 compatible
  • Dropped very old drush support
  • Code cleaning

config_partial_export 2.x-dev

- Add Drupal 10 support
- Drush 11 support
- Cleaned out the codebase and removed old unused codes

config_partial_export 8.x-1.6

Bug fixes
New features
Unsupported

Community contributions from these nice people: – Thank you!

config_partial_export 8.x-1.5

Bug fixes
New features
Unsupported

First of I would like to say a big thank you to all for using and contributing my module.
In this release I applied the patches related with deprecated code fragments and Convert Drush commands to drupal console commands feature request.

config_partial_export 8.x-1.3

New features
Unsupported

Drush command has been added:
drush config-partial-export --config

config_partial_export 8.x-1.2

New features
Unsupported

Added drush config-partial-export in short (cpex) command.
Example:
drush config-partial-export --config core.date_format.long
The core.date_format.long.yml file will be created and saved into sync folder which is in /sites/default/files/config_[hash-tag] folder by default.

Subscribe with RSS Subscribe to Releases for Config Partial Export