Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download config_update-8.x-1.1.tar.gztar.gz 24.23 KB
MD5: 216336e554731e2444d325b54a56e9ae
SHA-1: e94f3cf963052f47c2da8929be58b76230b01448
SHA-256: 40b963dbc4407aca8a246f4d56a5339fbcb44622d4c72d783a5ee11f2dc7e47a
Download config_update-8.x-1.1.zipzip 36.52 KB
MD5: d96a1ae583c66025d7cb5cf5213a17ee
SHA-1: 21a351d44796e742944e8b2fedc283b888369e38
SHA-256: 02cee4ca8b43d95eeae010696a5547578c829ee57d53c51da752016d71531661

Release notes

This release fixes a couple of small bugs, adds one feature, and is updated to work better with the latest releases of Drupal Core. Change summary:

  • Do not consider "_core" configuration component changes to be significant, when making reports or calculating whether configuration has changed. These are components that look like:
    _core::default_config_hash : k3aUaZXGDuhkek2TZIee0PApOPTvYZLadziekdyHA5A
    

    They never appear in config files, but they get added to config in the database, so they are not valid differences to consider between stored and active configuration. Issue: #2636514: ConfigUpdateTest is failing (finding spurious differences in some config)

  • Fix PHP warning in the Help page for the Reports sub-module. Issue: #2661172: Fix warning in config_ui_help()
  • New feature: You can now delete unwanted config items from the report page (using the Reports sub-module), along with the previous abilities to revert, view differences, and import. Issue: #2659178: Add delete capability
  • Various small coding standards, API documentation, and deprecated function replacement fixes. These fixes have no impact on the functionality.
Created by: jhodgdon
Created on: 8 Mar 2016 at 19:51 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
New features
Insecure

Other releases