diff --git a/README.md b/README.md index 37eadac..093fc6a 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Detects the following broswers: * Bingbot * BlackBerry * BlackBerry Tablet OS - * Chrome 0.2 - 48+ + * Chrome 0.2 - 52+ * Edge * Firebird - * Firefox 0.10 - 44+ + * Firefox 0.10 - 48+ * Galeon * GNU IceCat * GNU IceWeasel @@ -38,7 +38,7 @@ Detects the following broswers: * Netscape * Nokia Browser * OmniWeb - * Opera 4.02 - 35+ + * Opera 4.02 - 39+ * Opera Mini * Opera Mobile * Phoenix diff --git a/docs/Browser_Detection/BrowserDetection.html b/docs/Browser_Detection/BrowserDetection.html index eac7be0..66327c1 100644 --- a/docs/Browser_Detection/BrowserDetection.html +++ b/docs/Browser_Detection/BrowserDetection.html @@ -66,7 +66,7 @@
Typical usage:
$browser = new BrowserDetection(); if ($browser->getName() == BrowserDetection::BROWSER_FIREFOX && $browser->compareVersions($browser->getVersion(), '5.0') >= 0) { echo 'You are using FireFox version 5 or greater.'; }
The class is an updated version of Chris Schuld's Browser class version 1.9 which is unmaintained since August 20th, 2010. Chris' class was based on the original work from Gary White.
Updates:
2016-08-02: Version 2.4.0
Typical usage:
$browser = new BrowserDetection(); if ($browser->getName() == BrowserDetection::BROWSER_FIREFOX && $browser->compareVersions($browser->getVersion(), '5.0') >= 0) { echo 'You are using FireFox version 5 or greater.'; }
The class is an updated version of Chris Schuld's Browser class version 1.9 which is unmaintained since August 20th, 2010. Chris' class was based on the original work from Gary White.
Updates:
2016-08-19: Version 2.5.0
[line 181]
+[line 185]
[line 187]
+[line 191]
[line 193]
+[line 197]
[line 199]
+[line 203]
[line 205]
+[line 209]
[line 211]
+[line 215]
[line 217]
+[line 221]
[line 223]
+[line 227]
[line 229]
+[line 233]
[line 235]
+[line 239]
[line 241]
+[line 245]
[line 247]
+[line 251]
|