Skip to content

Commit

Permalink
version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 27, 2024
1 parent 8f8023e commit 9dfc038
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HtmlUnit

Version 4.2.0 / June 05, 2024
Version 4.3.0 / June 27, 2024

:heart: [Sponsor](https://github.com/sponsors/rbri)

Expand Down Expand Up @@ -49,7 +49,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
</dependency>
```

Expand All @@ -58,7 +58,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.2.0'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.3.0'
```

## Vulnerabilities
Expand Down Expand Up @@ -132,7 +132,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.4.0-SNAPSHOT</version>
</dependency>
<!-- ... -->
</dependencies>
Expand All @@ -151,7 +151,7 @@ repositories {
}
// ...
dependencies {
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.2.0-SNAPSHOT'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.4.0-SNAPSHOT'
// ...
}
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand Down Expand Up @@ -34,7 +34,7 @@

<httpcomponents.version>4.5.14</httpcomponents.version>

<htmlunitdriver.version>4.22.0-SNAPSHOT</htmlunitdriver.version>
<htmlunitdriver.version>4.22.0</htmlunitdriver.version>
<selenium.version>4.22.0</selenium.version>

<jetty.version>9.4.54.v20240208</jetty.version>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>

<body>
<release version="4.3.0" date="xxxx, 2024" description="Chrome/Edge 126, Firefox 127, Bugfixes">
<release version="4.3.0" date="June 27, 2024" description="Chrome/Edge 126, Firefox 127, Bugfixes">
<action type="add" dev="rbri">
Improved implementation of the hidden attribute setter.
</action>
Expand Down
7 changes: 4 additions & 3 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
<section name="Where to find...">
<p>
<dl>
<dt>Latest release <date>June 05, 2024</date></dt>
<dt>Latest release <date>June 27, 2024</date></dt>
<dd>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.2.0">version 4.2.0</a></p>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.3.0">version 4.3.0</a></p>
</dd>

<dt>Source code</dt>
Expand Down Expand Up @@ -194,7 +194,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
</dependency>]]></source>
</p>

Expand Down Expand Up @@ -237,6 +237,7 @@
<li>MochiKit 1.4.2: Full support (see unit tests <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/MochiKitTest1x4x2.java">here</a>)</li>
<li>GWT 2.5.0: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/GWT250Test.java">here</a>)</li>
<li>Sarissa 0.9.9.3: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/Sarissa0993Test.java">here</a>)</li>
<li>Sarissa 0.9.9.7: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/Sarissa0997Test.java">here</a>)</li>
<li>MooTools 1.2.1: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/MooTools121Test.java">here</a>)</li>
<li>Prototype 1.7.1 (1.6.0, 1.6.1): Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/Prototype171Test.java">here</a>)</li>
<li>Ext JS 2.2: Very good support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/ExtJS22Test.java">here</a>)</li>
Expand Down

0 comments on commit 9dfc038

Please sign in to comment.