Problem/Motivation
Hello, I would like to know if this module will have support for the new versions of drupal
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | mobile_device_detection-compatible-for-d9-d10-3385945-8.patch | 413 bytes | carma03 |
| #3 | mobile_device_detection-compatible-for-d8-d9-3385945.patch | 426 bytes | mohd sahzad |
Issue fork mobile_device_detection-3385945
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
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