Skip to content

Commit be9d42f

Browse files
authored
Merge pull request #524 from thc202/rel-notes/2.14
2 parents b3bdd87 + dfa0bf0 commit be9d42f

File tree

7 files changed

+88
-0
lines changed

7 files changed

+88
-0
lines changed

addOns/addOns.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ subprojects {
9494
author.set("ZAP Crowdin Team")
9595
repo.set("https://github.com/zaproxy/zap-core-help/")
9696
changesFile.set(tasks.named<ConvertMarkdownToHtml>("generateManifestChanges").flatMap { it.html })
97+
notBeforeVersion.set("2.14.0")
9798
}
9899
}
99100

addOns/help/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this add-on will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## Unreleased
7+
### Changed
8+
- Updated for 2.14.0.
9+
710
### Fixed
811
- Add 2.13.0 release page to table of contents.
912

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2+
<HTML>
3+
<HEAD>
4+
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
5+
<TITLE>
6+
Release 2.14.0
7+
</TITLE>
8+
</HEAD>
9+
<BODY>
10+
<H1>Release 2.14.0</H1>
11+
12+
This is a bug fix and enhancement release.
13+
<br>
14+
These release notes do not include all of the changes included in add-ons updated since 2.13.0.
15+
16+
<h3>Dependency Updates</h3>
17+
18+
As usual the release includes dependency updates.
19+
<p>
20+
The following libraries were updated:
21+
22+
<ul>
23+
<li>Commons Lang, 3.12.0 → 3.13.0</li>
24+
<li>Flatlaf 3.1.1 → 3.2.1</li>
25+
<li>RSyntaxTextArea, 3.3.3 → 3.3.4</li>
26+
</ul>
27+
28+
The following library was added:
29+
<ul>
30+
<li>Log4j JUL Adapter 2.20.0</li>
31+
</ul>
32+
33+
<H2>Add-Ons</H2>
34+
<H3>New Add-Ons</H3>
35+
The following add-ons are included by default in this release for the first time:
36+
<ul>
37+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/postman-support/">Postman Support</a> - allows to import Postman Collections.</li>
38+
</ul>
39+
40+
<H3>Updated Add-Ons</H3>
41+
All of the add-ons included by default have been updated since the last full release.
42+
43+
<H2>Enhancements</H2>
44+
<ul>
45+
<li><a href="https://github.com/zaproxy/zaproxy/issues/1926">Issue 1926</a> : Remove Alerts for defined Context through ZAP API</li>
46+
<li><a href="https://github.com/zaproxy/zaproxy/issues/2189">Issue 2189</a> : Enable/Disable Script Causes Save Prompt on Exit</li>
47+
<li><a href="https://github.com/zaproxy/zaproxy/issues/7607">Issue 7607</a> : Allow to download/upload files through the ZAP API</li>
48+
<li><a href="https://github.com/zaproxy/zaproxy/issues/7951">Issue 7951</a> : Validate API parameter names</li>
49+
<li><a href="https://github.com/zaproxy/zaproxy/issues/7984">Issue 7984</a> : Allow to display script without focusing</li>
50+
<li><a href="https://github.com/zaproxy/zaproxy/issues/7988">Issue 7988</a> : Use short name for home dir in Windows</li>
51+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8012">Issue 8012</a> : Move vulnerability data to Common Library add-on</li>
52+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8033">Issue 8033</a> : Add/use Log4j JUL adapter</li>
53+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8040">Issue 8040</a> : Add prompt text to search input fields</li>
54+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8042">Issue 8042</a> : Find: use focus owner</li>
55+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8043">Issue 8043</a> : Update Download Icon</li>
56+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8050">Issue 8050</a> : Allow to select a script node without focusing</li>
57+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8067">Issue 8067</a> : Allow to disable modification of multiple options</li>
58+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8070">Issue 8070</a> : Prevent concurrent usage of ZAP home</li>
59+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8089">Issue 8089</a> : Break: Allow host header manipulation</li>
60+
</ul>
61+
62+
<H2>Bug fixes</H2>
63+
<ul>
64+
<li><a href="https://github.com/zaproxy/zaproxy/issues/7353">Issue 7353</a> : Header `If-None-Match: *` removed for PUT requests</li>
65+
<li><a href="https://github.com/zaproxy/zaproxy/issues/7960">Issue 7960</a> : Graal.js engine might fail to load/access add-on classes</li>
66+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8013">Issue 8013</a> : Use add-on class loader for interface from script</li>
67+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8028">Issue 8028</a> : Set the view to `ExtensionAdaptor` sooner</li>
68+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8055">Issue 8055</a> : Include country name for duplicated languages</li>
69+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8068">Issue 8068</a> : Use the current database body size values</li>
70+
</ul>
71+
72+
73+
<H2>See Also</H2>
74+
<table>
75+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="../intro.html">Introduction</a></td><td>the introduction to ZAP</td></tr>
76+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="releases.html">Releases</a></td><td>the full set of releases</td></tr>
77+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="../credits.html">Credits</a></td><td>the people and groups who have made this release possible</td></tr>
78+
</table>
79+
</BODY>
80+
</HTML>

addOns/help/src/main/javahelp/contents/releases/releases.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ <H1>Releases</H1>
1111
<p>
1212
The following releases have been made:
1313
<table>
14+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.14.0.html">2.14.0</a></td><td>bug fix and enhancement release</td></tr>
1415
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.13.0.html">2.13.0</a></td><td>bug fix and enhancement release</td></tr>
1516
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.12.0.html">2.12.0</a></td><td>ten thousand star bug fix and enhancement release</td></tr>
1617
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.11.1.html">2.11.1</a></td><td>includes an important security fix - users are urged to upgrade asap</td></tr>

addOns/help/src/main/javahelp/index.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<indexitem text="release 2.11.1" target="zap.releases.2.11.1" />
8787
<indexitem text="release 2.12.0" target="zap.releases.2.12.0" />
8888
<indexitem text="release 2.13.0" target="zap.releases.2.13.0" />
89+
<indexitem text="release 2.14.0" target="zap.releases.2.14.0" />
8990
<indexitem text="releases" target="zap.releases" />
9091
<indexitem text="request tab" target="ui.tabs.request" />
9192
<indexitem text="response tab" target="ui.tabs.response" />

addOns/help/src/main/javahelp/toc.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
<tocitem text="Add-ons" target="addons.introduction" tocid="addons" image="addons.icon" />
120120

121121
<tocitem text="Releases" target="zap.releases">
122+
<tocitem text="2.14.0" target="zap.releases.2.14.0"/>
122123
<tocitem text="2.13.0" target="zap.releases.2.13.0"/>
123124
<tocitem text="2.12.0" target="zap.releases.2.12.0"/>
124125
<tocitem text="2.11.1" target="zap.releases.2.11.1"/>

commonFiles/src/main/resources/map.jhm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
<mapID target="zap.releases.2.11.1" url="contents/releases/2.11.1.html"/>
115115
<mapID target="zap.releases.2.12.0" url="contents/releases/2.12.0.html"/>
116116
<mapID target="zap.releases.2.13.0" url="contents/releases/2.13.0.html"/>
117+
<mapID target="zap.releases.2.14.0" url="contents/releases/2.14.0.html"/>
117118
<mapID target="zap.credits" url="contents/credits.html" />
118119
<mapID target="ui.dialogs.options.ascan" url="contents/ui/dialogs/options/ascan.html"/>
119120
<mapID target="ui.dialogs.options.ascaninput" url="contents/ui/dialogs/options/ascaninput.html"/>

0 commit comments

Comments
 (0)