Commit 30c7cfe 1 parent 3e9ffc1 commit 30c7cfe Copy full SHA for 30c7cfe
File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# JLineup Release History
2
2
3
+ ## Release 3.0.0-rc5
4
+ * chromedriver 2.42
5
+ * geckodriver 0.23.0
6
+ * Version info displayed in web frontend
7
+ * Fix cookie warning in httpcheck
8
+
3
9
## Release 3.0.0-rc2
4
10
* Fix pom artifactIds (this helps if you try to download JLineup via Maven/Gradle)
5
11
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ to get some idea how to use it.
40
40
41
41
## Browser compatibility
42
42
43
- JLineup 3.0.0-rc4 was tested successfully with
43
+ JLineup 3.0.0-rc5 was tested successfully with
44
44
45
- * Chrome 68 .x
46
- * Firefox 64.x (nightly)
45
+ * Chrome 69 .x
46
+ * Firefox 62.x
47
47
* PhantomJS 2.1.1 (auto-downloaded by JLineup if not installed)
48
48
49
49
Chrome or Firefox have to be installed on the system if you want to use one of them.
Original file line number Diff line number Diff line change 59
59
}
60
60
61
61
subprojects {
62
- version = ' 3.0.0-rc5-SNAPSHOT '
62
+ version = ' 3.0.0-rc5'
63
63
group = ' de.otto'
64
64
65
65
repositories {
You can’t perform that action at this time.
0 commit comments