|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project **attempts** to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) while applying |
| 6 | +changes when it socially makes sense. |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [1.9.2] - 2019-06-26 |
| 11 | +### Added |
| 12 | +- PHPUnit Tests for Firefox, Opera and Chrome (3684 tests, 7368 assertions) |
| 13 | +- Stronger tests for Firefox and Chrome |
| 14 | +### Removed |
| 15 | +- Dropped support for 5.x PHP due to updates to PHPUnit and legacy nature of 5.X |
| 16 | + |
| 17 | +## [1.9.1] - 2019-06-19 |
| 18 | +### Added |
| 19 | +6/19/2019: Update (Version 1.9.1) |
| 20 | +* Added Firefox iOS (gejobj) |
| 21 | +* Corrected 'Vivalidi' to 'Vivaldi' (adaxi) |
| 22 | +* Reset enhancement (yahasana) |
| 23 | +* Enforce using precise distribution until End Of Life for Travis CI (bburnichon) |
| 24 | +* Lazy load browser class on demand (bburnichon) |
| 25 | + |
| 26 | +## 1.9.0 - 2010-08-20 |
| 27 | +### Added |
| 28 | +* Added MSN Explorer Browser |
| 29 | +* Added Bing/MSN Robot |
| 30 | +* Added the Android Platform |
| 31 | +### Fixed |
| 32 | +* Fixed issue with Android 1.6/2.2 |
| 33 | + |
| 34 | +## 1.8.0 - 2010-04-27 |
| 35 | +## Fixed |
| 36 | +* Added iPad support |
| 37 | + |
| 38 | +## 1.7.0 - 2010-03-07 |
| 39 | +### Added |
| 40 | +* Added FreeBSD Platform |
| 41 | +* Added OpenBSD Platform |
| 42 | +* Added NetBSD Platform |
| 43 | +* Added SunOS Platform |
| 44 | +* Added OpenSolaris Platform |
| 45 | +* Added support of the Iceweazel Browser |
| 46 | +* Added isChromeFrame() call to check if chromeframe is in use |
| 47 | +* Moved the Opera check in front of the Firefox check due to legacy Opera User Agents |
| 48 | +* Added the __toString() method (Thanks Deano) |
| 49 | +## Removed |
| 50 | +* Almost all of Gary's original code has been replaced |
| 51 | +## Fixed |
| 52 | +* Version 1.7 was a *MAJOR* Rebuild (preg_match and other *slow* routine removal(s)) included the following |
| 53 | + |
| 54 | +## 0.0.9 - 2008-12-09 |
| 55 | +### Fixed |
| 56 | +* removed an unused constant and renamed the constructor to use the PHP magic method __construct (thanks to Robin for locating the legacy constant and suggesting the use of the magic method). |
| 57 | + |
| 58 | +## 0.0.8 - 2009-11-08 |
| 59 | +### Fixed |
| 60 | +* A lot of changes to the script, thank you to everyone for the suggestions and emails. This release should add all of the requested features. Added BlackBerry, mobile detection, Opera Mini support, robot detection, Opera 10's UserAgent mess, detection for IceCat and Shiretoko! |
| 61 | + |
| 62 | +## 0.0.7 - 2009-04-27 |
| 63 | +### Fixed |
| 64 | +* John pointed out a terrible typo (see below) - removed the typo |
| 65 | + |
| 66 | +## 0.0.6 - 2009-04-22 |
| 67 | +### Added |
| 68 | +* added support for GoogleBot, the W3C Validator and Yahoo! Slurp |
| 69 | + |
| 70 | +## 0.0.5 - 2009-03-14 |
| 71 | +### Added |
| 72 | +* added support for the iPod; added iPod and iPhone as platforms; added Google.s Android |
| 73 | + |
| 74 | +## 0.0.4 - 2009-02-24 |
| 75 | +### Fixed |
| 76 | +* fixed typo in the usage! (thanks Adam!) |
| 77 | + |
| 78 | +## 0.0.3 - 2009-02-19 |
| 79 | +### Fixed |
| 80 | +* updated typical usage to show a correct example! (thanks David!) |
| 81 | + |
0 commit comments