We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba222e commit bdc8dceCopy full SHA for bdc8dce
README.md
@@ -147,3 +147,10 @@ if( $browser->getBrowser() == Browser::BROWSER_FIREFOX && $browser->getVersion()
147
* Added Bing/MSN Robot
148
* Added the Android Platform
149
* Fixed issue with Android 1.6/2.2
150
+
151
+6/19/2019: Update (Version 1.9.1)
152
+* Added Firefox iOS (gejobj)
153
+* Corrected 'Vivalidi' to 'Vivaldi' (adaxi)
154
+* Reset enhancement (yahasana)
155
+* Enforce using precise distribution until End Of Life for Travis CI (bburnichon)
156
+* Lazy load browser class on demand (bburnichon)
composer.json
@@ -16,7 +16,7 @@
16
},
17
"extra": {
18
"branch-alias": {
19
- "dev-master": "1.95-dev"
+ "dev-master": "1.9.1"
20
}
21
22
0 commit comments