- Issue created by @Arshu1864
- Issue was unassigned.
- Status changed to Needs review
over 2 years ago 10:31am 4 April 2023 - 🇮🇳India Arshu1864
I have migrated the theme to drupal 10 and its subtheme also please test it.
- Assigned to amietpatial
- Status changed to RTBC
over 2 years ago 5:09am 5 April 2023 - 🇮🇳India amietpatial
patch applied cleanly and after applying it is compatible with Drupal 10
- Issue was unassigned.
- Status changed to Needs work
about 2 years ago 9:44am 13 June 2023 - 🇪🇸Spain lpeidro Madrid
Sorry but we think this patch is not enough to make the theme compatible with D10, please, check this issue: https://www.drupal.org/node/3309392 → .
- Status changed to Needs review
about 2 years ago 6:42am 20 July 2023 - 🇮🇳India Arshu1864
I have created a merge request and changed the code please review it.
- First commit to issue fork.
- Status changed to RTBC
almost 2 years ago 11:24am 9 October 2023 - 🇮🇳India Bushra Shaikh
I applied MR!3 this works for Drupal 9.5 and Drupal 10.0. and 10.0.1
Screenshots of the compatibility on 9.5 have been attached for reference:Can be move to RTBC+1
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 2:04pm 4 January 2024 I found a deprecation in the code here:
starterkit.theme line #16: The
'path.alias_manager'
service is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0, use'path_alias.manager'
instead.And I summited the corresponding commit 981b2118 to fix the issue in the existing MR.
Thanks.