Hello! Are you planning to add support for Site Studio 8.0? (https://sitestudiodocs.acquia.com/8.0) Thanks.
Issue fork sitestudio_config_management-3473007
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3473007-remove-config-filter
changes, plain diff MR !7 /
changes, plain diff MR !6
- 3473007-site-studio-8.0
changes, plain diff MR !5
Comments
Comment #2
vishalkhode commented@ok4p1: Yes, we've release by this week.
Comment #7
rajeshreeputraRemoved dependency of config filter module.
Requesting review.
Comment #8
rajeshreeputraWe need to add a release note along with an attention message, like below.
Release Note:
The hard dependency on config filter has been removed. Please refer to the release notes prior to updating.
If you are currently using this module, please add it to your root composer.json file with the following command:
composer require drupal/config_filterIf you are not using it, you can safely proceed to uninstall it with the following command:
./vendor/bin/drush pmu config_filterThank you for your attention.
Comment #10
vishalkhode commentedFixed and merged.
Comment #13
vishalkhode commentedMistakenly Drupal 11 changes have been pushed as part of this, hence reverting and will create a new minor release, supporting Drupal 11 and removal of Config Filter module dependency and it'll done as part of #3434615: Automated Drupal 11 compatibility fixes for sitestudio_config_management. Thanks everyone.