serbanghita / Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
http://mobiledetect.net
MIT License
10.52k stars 2.67k forks source link

4.8.x #938

Closed serbanghita closed 11 months ago

serbanghita commented 1 year ago
serbanghita commented 11 months ago

Released https://github.com/serbanghita/Mobile-Detect/releases/tag/4.8.01

acelaya commented 10 months ago

Just out of curiosity. Why did you jump directly to v4.8.x and skipped everything between 4.0.x and 4.7.x?

serbanghita commented 10 months ago

@acelaya I tried to somehow reflect the supported PHP version

2.x - already supported PHP 5.3 so no change there 3.74.x - because it supports PHP 7.4 and lastly 4.8.x - because it supports PHP 8.0

looking in retrospect, this is kind of dumb but I can't go back right now :))

acelaya commented 10 months ago

I see 😅