agent icon indicating copy to clipboard operation
agent copied to clipboard

outdated mobiledetect/mobiledetectlib (2.7)

Open JmRy opened this issue 8 months ago • 5 comments

Hello,

Your library uses an outdated version of mobiledetect/mobiledetectlib (2.7). The latest release of this library does not detect the newest desktop versions of Firefox, Edge, ... It returns true on the isMobile function.

It would be nice to update your library with the 4.8 version of mobiledetect/mobiledetectlib.

Thank you in advance. ;-)

JmRy avatar Nov 02 '23 16:11 JmRy

I tried composer update & it's not working from 2.8.41 to upper versions

Misagh90 avatar Nov 07 '23 17:11 Misagh90

Mobile Detect 2.8.45

fixes two things:

  1. added back tests folder which was mandatory for jenssegers/agent tests to work.
  2. reverted back from static to self to prevent override of "mobile" specific rules.

jenssegers/agent should work now

serbanghita avatar Nov 07 '23 22:11 serbanghita

@serbanghita, could you kindly upload this version to the packagelist so that we can update it via Composer?

mhdhamouday avatar Dec 31 '23 13:12 mhdhamouday

@mhdhamouday It should already be in there https://packagist.org/packages/mobiledetect/mobiledetectlib#2.8.45 When I publish a tag it automatically gets published in packagist, let me know if there are any issues

serbanghita avatar Jan 02 '24 11:01 serbanghita

@serbanghita I apologize if my question is unclear, but I'm referring to updating the dependency on "mobiledetect" to the latest version, like "4.8.042023". Your package is currently using an outdated version of the "mobiledetect" package, specifically version "2.8".

mhdhamouday avatar Jan 03 '24 22:01 mhdhamouday