File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ It is typically used for testing purposes or to retrieve information from web si
99### Project News
1010[ HtmlUnit@Twitter] [ 3 ]
1111
12- ### Latest release Version 2.34.0 / Feb 28 , 2019
12+ ### Latest release Version 2.34.1 / March 4 , 2019
1313[ Download from Sourceforge] [ 1 ]
1414
1515For maven, you would add:
1616
1717 <dependency>
1818 <groupId>net.sourceforge.htmlunit</groupId>
1919 <artifactId>htmlunit</artifactId>
20- <version>2.34.0 </version>
20+ <version>2.34.1 </version>
2121 </dependency>
2222
2323[ Latest CI build] [ 2 ]
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >net.sourceforge.htmlunit</groupId >
66 <artifactId >htmlunit</artifactId >
7- <version >2.34.1-SNAPSHOT </version >
7+ <version >2.34.1</version >
88 <name >HtmlUnit</name >
99 <organization >
1010 <name >Gargoyle Software Inc.</name >
Original file line number Diff line number Diff line change 77 </properties>
88
99 <body>
10- <release version="2.35.0" date="...., 2019" description="Bugfixes">
10+ <release version="2.34.1" date="March 4, 2019" description="Bugfixes">
11+ <action type="fix" dev="rbri">
12+ Fix insert position for elements with contenteditable='true'.
13+ </action>
1114 <action type="fix" dev="rbri" issue="18">
1215 Send 'image/png' as mime type when uploading a png file.
1316 </action>
Original file line number Diff line number Diff line change 5454 <section name =" Where to find..." >
5555 <p >
5656 <dl >
57- <dt >Latest release <date >Feb 28 , 2019</date ></dt >
57+ <dt >Latest release <date >March 4 , 2019</date ></dt >
5858 <dd >
59- <p ><a href =" https://sourceforge.net/projects/htmlunit/files/htmlunit/2.34.0 /" >version 2.34.0 </a ></p >
59+ <p ><a href =" https://sourceforge.net/projects/htmlunit/files/htmlunit/2.34.1 /" >version 2.34.1 </a ></p >
6060 </dd >
6161
6262 <dt >Source code</dt >
6969 <p ><a href =" https://twitter.com/HtmlUnit" ><img src =" ./images/logos/twitter.png" alt =" Twitter" height =" 73" width =" 60" ></img ></a ></p >
7070 </dd >
7171
72- <dt >Latest build</dt >
72+ <dt >Latest build / CI server </dt >
7373 <dd >
7474 <p ><a href =" http://83.169.43.181/jenkins/view/HtmlUnit/job/HtmlUnit/" >Jenkins build server</a ></p >
7575 </dd >
You can’t perform that action at this time.
0 commit comments