- Issue created by @ressa
- Merge request !58Issue #3226193 by VladimirAus: Default content generation: social media menu... → (Merged) created by ressa
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 9:17pm 29 February 2024 - Assigned to Akshay kashyap
- 🇮🇳India Akshay kashyap
@ressa Thanks for the MR
I have reviewed and tested MR58 on the Drupal 11 version, and I'm pleased to report that the theme works as expected. Everything is functioning properly. I have attached a screenshot for reference.
- Issue was unassigned.
- 🇮🇳India Akshay kashyap
When I run the command
php vendor/bin/drupal-check themes/contrib/bootstrap5/
I encounter an error message.5/5 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% ------ ----------------------------------------------------------------- Line src/SettingsManager.php ------ ----------------------------------------------------------------- 47 Variable $form_id in isset() always exists and is not nullable. ------ ----------------------------------------------------------------- [ERROR] Found 1 error Thanks for using drupal-check!
- Status changed to Needs work
about 1 year ago 9:48am 13 March 2024 - Assigned to akshaydalvi212
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 7:24am 18 March 2024 - 🇮🇳India akshaydalvi212
Updated the MR and committed the isset() check
as the $form_id will be set when the function is called and hence isset($form_id) check is unnecessary. - 🇧🇪Belgium BramDriesen Belgium 🇧🇪
I propose to close this issue in favour of the upgrade status bot which is currently processing all modules (alphabetically) to create merge requests with all deprecations.
- Status changed to Needs work
11 months ago 3:28pm 22 May 2024 - 🇦🇺Australia VladimirAus Brisbane, Australia
- Remove version 9
- Introduced unnecessary comments without explanation.
- Status changed to Needs review
8 months ago 8:37am 4 August 2024 - 🇦🇺Australia VladimirAus Brisbane, Australia
To test Drupal 11, add the following to composer.json
repositories
"repositories": [ { "type": "vcs", "url": "https://git.drupalcode.org/issue/bootstrap5-3424755.git" }, ... ],
and then run
composer require drupal/backup_migrate:dev-3424755-drupal-11-compatibility
- Status changed to RTBC
8 months ago 3:43am 7 August 2024 -
VladimirAus →
committed 15854da3 on 4.0.x authored by
ressa →
Issue #3424755: Drupal 11 compatibility
-
VladimirAus →
committed 15854da3 on 4.0.x authored by
ressa →
- Status changed to Fixed
8 months ago 4:42pm 7 August 2024 - 🇺🇸United States Chris Matthews
Will 3.0.x also receive a D11 compatibility release?
- 🇦🇺Australia VladimirAus Brisbane, Australia
@Chris Matthews : If i'll get MR I'm happy to review it but I have 20 other modules to convert to D11 so time is scarce. ⏰
Automatically closed - issue fixed for 2 weeks with no activity.
- 🇺🇸United States Chris Matthews
@vladimiraus For 3.0.x 📌 Drupal 11 Compatibility (3.0.x) Needs review