- Status changed to RTBC
almost 2 years ago 9:55am 9 February 2023 - π―π΄Jordan Rajab Natshah Jordan
Had Real physical testing round for Tour UI 1.0.x-dev with Drupal ~10 and Drupal ~9
Attached the full list of commands
Real-physical-testing-round-for-tour_ui-1-0-x-dev--with-d10-and-d9.zip βTour UI 1.0.x-dev with Drupal ~10
mkdir -p /var/www/html/sandboxes composer create-project drupal/recommended-project:~10.0 /var/www/html/sandboxes/drupal10tour_ui_1__test cd /var/www/html/sandboxes/drupal10tour_ui_1__test/ composer require drush/drush:~11.0;
Change minimum stability to dev for testing on the recommended Drupal 10 project template
composer config minimum-stability dev
Add the Tour UI module
composer require 'drupal/tour_ui:1.x-dev@dev'
Change file/directory mod and ownership of files:
cd /var/www/html/sandboxes/drupal10tour_ui_1__test/ sudo chmod 775 -R .;sudo chown www-data:$USER -R .;
Install with Drush
./vendor/drush/drush/drush site:install standard --yes --site-name="Tour UI 1.0.x-dev - Real physical testing with Drupal ~10" --account-name="webmaster" --account-pass="d" --account-mail="test@drupal.org" --db-url="mysql://root:123___@localhost/sandboxes_drupal10tour_ui_1__test" -vvv ; ./vendor/drush/drush/drush pm:enable tour_ui
Rebuild the cache:
sudo chmod 775 -R .;sudo chown www-data:$USER -R .; ./vendor/drush/drush/drush cache:rebuild
Open a browser and change the address to:
http://localhost/sandboxes/drupal10tour_ui_1__test/web/admin/config/user-interface/tour
Tested to add/view/edit/ and save tours
β β β - First commit to issue fork.
- π―π΄Jordan Rajab Natshah Jordan
Tested the dev version. Good to release.
- π¨π¦Canada sdsheridan Toronto
Tested here as well. Seems to be working fine.
- π³π±Netherlands clemens.tolboom Groningen, π³π±/πͺπΊ
This (automatic) issue is somehow hijacked ... I agree we could use a tag but that should be on its own issue right?
- π³π±Netherlands clemens.tolboom Groningen, π³π±/πͺπΊ
Maybe suggest what to do with π Create semantic version 2.0 for D9 Fixed then tag on that new branch?
- First commit to issue fork.
- π―π΄Jordan Rajab Natshah Jordan
Hoping for an
8.x-1.0-rc2
tag release.
π Create semantic version 2.0 for D9 Fixed
I agree too, It would be better to:- Keep the
8.x-1.x
branch forWorks with Drupal: ^8 || ^9 || ^10
, MaybeWorks with Drupal: ^8 || ^9
- Have a new
2.0.x
branch forWorks with Drupal: ^9 || ^10
only to drop any support for D8 in the new branch
- Keep the
- πΊπΈUnited States bob.hinrichs
This is a nice module. Looking forward to a D10 release soon.
- Status changed to Fixed
over 1 year ago 8:27pm 5 July 2023 - πΊπΈUnited States smustgrave
Seems the D10 stuff was merged.
So don't see anything left to do here. Will release 2.0.0 here soon.
Automatically closed - issue fixed for 2 weeks with no activity.