diff --git a/README.md b/README.md index 3b5f1c2558..2b41c07676 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![HtmlUnit Logo](https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png) -Version 4.4.0 / July 28, 2024 +Version 4.5.0 / October 20, 2024 :heart: [Sponsor](https://github.com/sponsors/rbri) @@ -53,7 +53,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit - 4.4.0 + 4.5.0 ``` @@ -62,7 +62,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.4.0' +implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.5.0' ``` ## Vulnerabilities @@ -136,7 +136,7 @@ Add the snapshot repository and dependency to your `pom.xml`: org.htmlunit htmlunit - 4.5.0-SNAPSHOT + 4.6.0-SNAPSHOT @@ -155,7 +155,7 @@ repositories { } // ... dependencies { - implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.4.0-SNAPSHOT' + implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6.0-SNAPSHOT' // ... } ``` diff --git a/pom.xml b/pom.xml index 8ad7606bba..ee556e1b23 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.htmlunit htmlunit - 4.5.0-SNAPSHOT + 4.5.0 HtmlUnit Gargoyle Software Inc. @@ -34,7 +34,7 @@ 4.5.14 - 4.25.0-SNAPSHOT + 4.25.0 4.25.0 selenium-devtools-v129 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a1eb1b6775..68d995f57e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -7,7 +7,7 @@ - + INCOMPATIBLE CHANGE: Return type of AbstractCssStyleDeclaration.item(int) has changed from Object to String. @@ -292,6 +292,9 @@ RadioNodeList getter and setter for value attribute implemented. + + WebRequest.getParameters() updated again to be more compatible with Spring. + WebRequest.getParameters() updated to deliver the same results as the servlet API will report if this request reaches a servlet. This implies several changes: For url-encoded and diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index e045e11658..c064976898 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -67,9 +67,9 @@

-
Latest release July 28, 2024
+
Latest release October 20, 2024
-

version 4.4.0

+

version 4.5.0

Source code
@@ -185,7 +185,7 @@

Place all the required jars in your classpath. All of these can be found in the lib directory of the HtmlUnit installation - (htmlunit-3.xx.x-bin.zip + (htmlunit-4.xx.x-bin.zip contains everything you need including all required dependencies).

@@ -194,7 +194,7 @@ org.htmlunit htmlunit - 4.4.0 + 4.5.0 ]]>