Releases: cbschuld/Browser.php
Releases · cbschuld/Browser.php
1.9.6 - support for Android Edge
v1.9.5 - better support for Edge, testing improvements
Added
- better support for the Edge Browser
- updated travis to trusty and removed 7.2, added 7.4 for tests
- added better/additional Edge tests
Thanks
- thank you to @GramThanos for the PRs
v1.9.4 - added Brave and UCBrowser (fixes)
Added
- Added better support for Firefox Mobile
- Added support for the Brave browser
- Added support for the UCBrowser
- Added more tests for specific User Agents and more IE tests (removed duplicate UAs as well)
v1.9.1 - [rebuilt 1.9.1 due to typo in php file]
6/19/2019: Update (Version 1.9.1)
- Added Firefox iOS (gejobj)
- Corrected 'Vivalidi' to 'Vivaldi' (adaxi)
- Reset enhancement (yahasana)
- Enforce using precise distribution until End Of Life for Travis CI (bburnichon)
- Lazy load browser class on demand (bburnichon)
v1.9.3 - curl, wget and Palemoon
Added support for curl, wget and palemoon. Also added testing for both.
v1.9.2 - Testing Begins
Added testing to this release, updated the firefox and chrome sensors. Test suite addresses Firefox, Chrome and Opera detection with 3684 individual user-agent tests.
Added
- PHPUnit Tests for Firefox, Opera and Chrome (3684 tests, 7368 assertions)
- Stronger tests for Firefox and Chrome
Removed
- Dropped support for 5.x PHP due to updates to PHPUnit and legacy nature of 5.X