Created on 30 July 2023, 11 months ago
Updated 1 August 2023, 11 months ago

Hello,
I'm using this theme as a base theme in one of my sites. Could you make this theme Drupal 10 compatible ?
Very much appreciated.

📌 Task
Status

Active

Version

2.0

Component

Code

Created by

🇺🇸United States dlanyar

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @dlanyar
  • 🇮🇳India Shreya_98

    fixed version issues

  • 🇺🇸United States dlanyar

    Hello,
    Thanks for the quick response and the patch.

    The issue I had was I couldn't update my site from Drupal core 9.5.10 to Drupal 10.0.0 because of
    core_version_requirement: ^8 || ^9 in yg_business_plus.info.yml
    In this case the patch didn't help as the update was still being prevented.

    The solution was to install the composer-drupal-lenient plugin ( mglaman / composer-drupal-lenient )
    and run

    composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/yg_business_plus"]'

    After this, I was able to update to Drupal 10.0.0.

    Also you may want to consider creating a new version of the theme (maybe 2.0.1) that includes the patch so that new D10 sites can
    install the theme with no issue.

    Thanks again!

Production build 0.69.0 2024