Needs review
Project:
Mobile Device Detection
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2023 at 17:01 UTC
Updated:
1 Dec 2023 at 08:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chetan 11 commentedhi @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.
Comment #3
mohd sahzad commentedI made compatible this module for drupal 8,9 and 10
Comment #4
nelo_drup commented@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.
Comment #7
aldibierThis 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'
Comment #8
carma03 commentedThe 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
corekey.Comment #9
viren18febs commented