Problem/Motivation
Tour 2.0.8 was released on: 10 Jan 2025 by: smustgrave
https://www.drupal.org/project/tour/releases/2.0.8
Thanks, Stephen
The Tour UI module Officially been merged into Tour -
2.0.x branch
It’s important not to have both the Tour UI and Tour modules enabled in the same system to avoid duplicate or conflicting code and routes.
Proposed resolution
- Remove
"drupal/tour_ui"from thecomposer.jsonfile. - No further actions, the Tour UI module was not enabled by default in Varbase Tour
- Add hook update change the machine name id of tours to follow The machine-readable name must contain only lowercase letters, numbers, and underscores.
- Hide tour when empty.
- Remove no longer needed custom tour styling, as Tour ~2.0 default style was changed
Uninstall the Tour UI module before runningcomposer update:
drush pm:uninstall tour_ui
composer update
drush cr
drush updb
drush cr
If the update happens before uninstalling the module:
composer require drupal/tour_ui
drush pm:uninstall tour_ui
composer remove drupal/tour_ui
drush updb
drush cr
Remaining tasks
- ✅ File an issue about this project
- ✅ Addition/Change/Update/Fix to this project
- ✅ Testing to ensure no regression
- ➖ Automated unit/functional testing coverage
- ➖ Developer Documentation support on feature change/addition
- Removed Tour UI from the Varbase Tour doc page
- ➖ User Guide Documentation support on feature change/addition
- ➖ UX/UI designer responsibilities
- ➖ Accessibility and Readability
- ✅ Code review from 1 Varbase core team member
- ✅ Full testing and approval
- ✅ Credit contributors
- ✅ Review with the product owner
- ✅ Update Release Notes and Update Helper on new feature change/addition
- ✅ Release varbase-10.0.4, varbase_core-10.0.42, varbase_core-10.0.44, varbase-9.1.9, varbase_core-9.1.53
Varbase update type
- ✅ No Update
- ➖ Optional Update
- ➖ Forced Update
- ➖ Forced Update if Unchanged
User interface changes
- N/A
API changes
- N/A
Data model changes
- N/A
Release notes snippet
- Issue #3499644: Removed the Tour UI module as it has officially been merged into Tour
~2.0
Comments
Comment #2
rajab natshahComment #6
rajab natshahComment #7
rajab natshahComment #8
rajab natshahComment #9
rajab natshahComment #10
rajab natshahComment #14
rajab natshahComment #15
rajab natshahComment #16
rajab natshahNeeds more testing on install and when updating
Comment #17
rajab natshahIt’s important not to have both the Tour UI and Tour modules enabled in the same system to avoid duplicate or conflicting code and routes.
Comment #18
rajab natshahComment #23
rajab natshahComment #24
rajab natshahAdd hook update change the machine name id of tours to follow The machine-readable name must contain only lowercase letters, numbers, and underscores.
Comment #25
rajab natshahHide tour when empty.
Comment #26
rajab natshahComment #28
rajab natshahComment #32
rajab natshahComment #33
rajab natshah✅ Released varbase_core-9.1.53
Comment #34
rajab natshah✅ Released varbase_core-10.0.42
Comment #36
rajab natshah✅ Released varbase_core-10.0.44
Comment #37
rajab natshah✅ Released varbase-10.0.4
Comment #38
rajab natshah✅ Released varbase-9.1.9