and what about for Drupal 10 ?

Created on 8 December 2023, 11 months ago
Updated 13 February 2024, 9 months ago

Will there be a drupal 10 version?

💬 Support request
Status

Needs review

Version

1.0

Component

Code

Created by

🇹🇷Turkey okans

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

Comments & Activities

  • Issue created by @okans
  • Status changed to Needs review 11 months ago
  • 🇧🇪Belgium aimevp Belgium

    Here's a patch for the theme to get it D10 compatible. It fixes the info.yml, the rector suggestion from issue 3297725 , the libraries.yml and the javascript which was using jquery.once() which is deprecated in D10 and replaced by a core alternative.
    The only thing which is not possible to fix with a patch is the version constraint in the composer.json. I was able to bypass this by using the mglaman/composer-drupal-lenient composer plugin. Just install the plugin and add this in the extra section of your project composer.json:

    "drupal-lenient": {
                "allowed-list": ["drupal/newsplus_lite"]
            }
    

    Upgrade status will show everything is ready to go and for me the upgrade to D10 with this theme went without a problem.

  • First commit to issue fork.
  • 🇫🇷France afarsal

    Hi,

    Would be nice to make the module installable on D10.

    Very thanks

Production build 0.71.5 2024