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 @@

Author(s):

Version:

Copyright:

@@ -216,6 +216,7 @@

Methods

  • isInIECompatibilityView
  • isMobile
  • isRobot
  • +
  • macVerToStr
  • parseInt
  • reset
  • safariBuildToSafariVer
  • @@ -252,8 +253,8 @@

    Methods

    Class Details

    -[line 101]
    -The BrowserDetection class facilitates the identification of the user's environment such as Web browser, version, platform or if it's a mobile device.

    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

    2016-02-11: Version 2.3.0