Problem/Motivation

Hello, I would like to know if this module will have support for the new versions of drupal

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Nelo_Drup created an issue. See original summary.

chetan 11’s picture

hi @Nelo_Drup
I have successfully installed the module in my local machine, it is working fine for me.
I just the changed the core_version_requirement in .info.yml file.

mohd sahzad’s picture

I made compatible this module for drupal 8,9 and 10

nelo_drup’s picture

@chetan 11 Hi a question in this module solved the problem with the cache for anonymous users because I saw that all the other modules have that same problem or it doesn't happen here.

aldibier made their first commit to this issue’s fork.

aldibier’s picture

Version: 8.x-3.2 » 8.x-2.x-dev

This patch does not work with 8.x.3.2 because that version has a difference in core version line, use this patch with dev version.

composer require 'drupal/mobile_device_detection:2.x-dev@dev'

carma03’s picture

The patches above didn't work on my side for D9.5.
I created this new one for >=8.8, 9 and 10 removing the obsolete core key.

viren18febs’s picture

Status: Active » Needs review