Skip to content

Commit 4984c70

Browse files
committed
start working on 4.12.0
1 parent 4f6cbc6 commit 4984c70

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit</artifactId>
8-
<version>4.11.0</version>
8+
<version>4.12.0-SNAPSHOT</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>

src/changes/changes.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@
77
</properties>
88

99
<body>
10+
<release version="4.12.0" date="April xx, 2025" description="Bugfixes">
11+
</release>
12+
13+
1014
<release version="4.11.0" date="March 25, 2025" description="Chrome/Edge 134, Firefox 136, Rhino RegExp, less dependencies, Bugfixes">
1115
<action type="fix" dev="rbri">
1216
Event 'onload' is trigger by FF ESR also if the frame content was not shown because of csp.
1317
</action>
1418
<action type="add" dev="rbri">
1519
Initial support for font sizes 'xx-small', 'x-small', 'small', 'medium', 'large',
16-
'x-large', 'xx-large', 'xxx-large'., 'smaller', and 'larger'.
20+
'x-large', 'xx-large', 'xxx-large', 'smaller', and 'larger'.
1721
</action>
1822
<action type="fix" dev="rbri">
1923
core-js: Refactor NativeString based on lambdas and stop using IdScriptableObject.

0 commit comments

Comments
 (0)