config_split 2.0.2

Security update

Adds CSRF protection for enabling and disabling splits.

config_split 8.x-1.10

Security update

Adds CSRF protection for enabling and disabling splits.

config_split 2.0.1

Bug fixes
Insecure

Fix for a bug that only sometimes manifests

Contributors (1)

bircher

Changelog

Issues: 4 issues resolved.

Changes since 2.0.0:

config_split 2.0.0

New features
Insecure

Stable release of Config Split 2.x using the configuration transformation API fron Drupal core instead of Config Filter

If you have not explicitly required Config Filter before, Composer will remove it when updating. But then you are left with a drupal module still being installed but no longer available in the code base.
In order to properly uninstall Config Filter you should explicitly require it and then uninstall it, and remove it from composer.json only in a later deployment.

config_split 2.0.0-rc3

Insecure

Drupal 10 ready release.

It is recommended that you change the deployment identifier in settings.php.

$settings['deployment_identifier'] = 'something-new--for-example-config_split-2.0.0-rc3';

Or in order not to have to change this, set it to the hash of composer.lock.

config_split 2.0.0-rc2

Insecure

Drupal 10 ready release.

Contributors (4)

bircher, jollysolutions, pyrello, benjifisher

Changelog

Issues: 3 issues resolved.

Changes since 2.0.0-rc1:

config_split 8.x-1.9

Insecure

Drupal 10 ready release

Contributors (4)

bircher, balintpekker, benjifisher, shelane

Changelog

Issues: 2 issues resolved.

Changes since 8.x-1.8:

config_split 2.0.0-rc1

Bug fixes
New features
Insecure

Release candidate for Config Split 2.x

config_split 2.0.0-beta5

Bug fixes
New features
Insecure

This release brings a new advanced feature: the stackable split. Many thanks to pyrello for testing it in a real world scenario.

Contributors (4)

bircher, pyrello, tedfordgif, joelpittet

Changelog

Issues: 10 issues resolved.

config_split 2.0.0-beta4

Bug fixes
New features
Insecure

This would be 2.0.0-rc1 if it wasn't for the missing test coverage

Lots of new things for you to enjoy compared to beta 2. There is an update hook to upgrade from 1.x and from 2.0.0-beta2. The behavior changes a bit, see also the Nuvole blog post.

config_split 2.0.0-beta3

Bug fixes
New features
Insecure

Does not work with Drupal 8!!!

unfortunately I was too quick making this release and there is an incompatibility with the symfony event dispatcher used by Drupal 8.

Use 2.0.0-beta4 instead.

config_split 2.0.0-beta1

Insecure

Feature compatible with 1.x, update hooks and new features coming before 2.0.0

Changelog

Issues: 5 issues resolved.

Changes since 8.x-1.5:

config_split 8.x-1.7

Bug fixes
Insecure

Fixing performance issues

Changelog

Issues: 3 issues resolved.

Changes since 8.x-1.6:

config_split 8.x-1.6

Bug fixes
Insecure

Restrict config filter to 1.x

Changelog

Issues: 1 issues resolved.

Changes since 8.x-1.5:

Bug

  • #3172440 by bircher: Use config filter 1.x since drush config:import does an export to compare the config

config_split 8.x-1.5

Bug fixes
New features
Insecure

Many improvements and support for Drupal 9

config_split 8.x-1.5-rc2

Insecure

fixing more things that contributors relying only on drupal-check didn't find.

config_split 8.x-1.2

Bug fixes
New features
Insecure

Added Drush 9 commands and aliases for console.
Fixed bug with multiple splits splitting same config.

config_split 8.x-1.1

Bug fixes
Insecure

Fixed broken console commands.
Changed label for blacklist and graylist.

config_split 8.x-1.0

Bug fixes
Insecure

Stable release.
See blog post for details.

Make sure to clear apc/apcu cache as legacy code has been removed.

config_split 8.x-1.0-beta6

Bug fixes
Insecure
  • Major re-factoring of CLI integration. (compatibility with drupal console rc21)
  • ConfigFilter cache cleared when saving split entities.
  • Add DependencySerializationTrait to work with batch.

config_split 8.x-1.0-beta5

Bug fixes
New features
Insecure

Changed the UI a bit

Works with config_filter rc1

config_split 8.x-1.0-beta4

Bug fixes
Insecure

Add help for broken update from beta2.

Please remove the custom service override for config.storage.sync, it is no longer necessary as Config Filter does that for us now.

The cli options have changed too.

More information can be found on the nuvole blog.

config_split 8.x-1.0-beta3

Bug fixes
New features
Insecure

Config Split beta3 requires Config Filter beta3

The splits are now ConfigFilter plugins.

Subscribe with RSS Subscribe to Releases for Configuration Split