gshutler / useragent

HTTP User Agent parser
MIT License
179 stars 159 forks source link

Opera browser 28 is reported as version 5.0 #4

Closed ysbaddaden closed 9 years ago

ysbaddaden commented 9 years ago

The chromium-based Opera browser is correctly detected, but the reported version is 5.0 from the Mozilla/5.0 product, instead of the actual version from OPR/28.0.1750.48. The actual user-agent string is:

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36 OPR/28.0.1750.48
gshutler commented 9 years ago

Released in 0.13.2

gshutler commented 9 years ago

Thanks for the report.

ysbaddaden commented 9 years ago

Thanks for the speedy fix and release!

gshutler commented 9 years ago

No problem!