config_ignore 8.x-3.3

Bug fixes

apparently Drupal 11 ready

Contributors (5)

Aerzas, bircher, joegraduate, joseph.olstad, sakthi_dev

Changelog

Issues: 8 issues resolved.

config_ignore 8.x-3.2

New features

Probably the release which makes Config Ignore 3.x feature complete.
One can now ignore with a high flexibility on all aspects of the config: the collection, the name, the properties.

Contributors (2)

HitchShock, bircher

Changelog

Issues: 1 issues resolved.

Changes since 8.x-3.1:

config_ignore 8.x-3.1

This makes it more resilient for when people forget to run update hooks or use old config

Contributors (2)

Rajab Natshah, bircher

Changelog

Issues: 1 issues resolved.

Changes since 8.x-3.0:

config_ignore 8.x-3.0

Bug fixes
New features

A major rewrite of config ignore. However, tests from previous versions continue to pass, so it should behave just the same.
The code is now hopefully easier to understand even though it has some more added complexity.

config_ignore 8.x-3.0-rc1

New features

This is almost there.. string changes will likely still happen. please check the UI

config_ignore 8.x-3.0-beta1

First tagged release for 3.x using the core API instead of Config Filter.

The behavior is different from 2.x because ignoring also happens on export.

Before a stable release is tagged we need add configuration options to tune the ignoring behavior in #3223748: Allow to configure different behaviors.
That would make it so that it can be configured to be compatible with 2.x

config_ignore 8.x-3.x-dev

Bug fixes
New features

The version 3 of Config Ignore using the API of Drupal 8.8, use drush 10 for the CLI.
This version ignores on import and export.

config_ignore 8.x-2.1

Bug fixes
New features

Issue #2889769 by bircher: clear config filter cache on ignore form submission
Issue #2886627 by bircher: Split config entities appear as ignored in the config UI
Issue #2896753 by bircher: Add possibility to ignore only certain keys and not the whole coniguration entity
Issue #2883601 by geertvd: Set a higher weight to the configFilter instance to avoid other configFilter instances from overriding config_ignore

config_ignore 8.x-2.0

New features

Version 2.0 of Config Ignore really has become the butterfly that I hoped it would.

It now supports both exporting and importing, along with all four configuration operations (create, update, delete and rename).

It still has the same simple interface and does not require you to do anything different from what you do already, as it works nicely with both drush cim, drush cex and the Configuration Synchronisation web UI.

config_ignore 8.x-1.4

New features

Issue #2855322 by gambry, tlyngej, scott_euser: Exclude specific configuration if ignored from a wildcard
Replace hardcoded suffix (*) used as joker char, and instead use a constant
Issue #2863446 by tlyngej, arknoll: More advanced wildcards

config_ignore 8.x-1.3

Issue #2845286 by tlyngej, jzavrl: Should the module suppress configuration override notices?
Issue #2845024 by tlyngej, jrockowitz: Add hook_config_ignore_alter(&$names)

config_ignore 8.x-1.2

New features

Issue #2845022 by tlyngej: Add support for wildcards in 'Configuration entity names to ignore'

config_ignore 8.x-1.1

  • Issue #2845729 by jzavrl: Typo in code and some standardisation propositions
  • Issue #2832671 by tlyngej, jrockowitz: Add tests
Subscribe with RSS Subscribe to Releases for Config Ignore