Skip to content

Commit 7818062

Browse files
authored
Merge pull request #398 from thc202/update-rel
Update 2.11.1 release notes and prepare release
2 parents 6420b80 + 59ecb0c commit 7818062

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

addOns/help/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [14] - 2021-12-10
7+
### Changed
8+
- Updated 2.11.1 release notes.
9+
610
## [13] - 2021-12-10
711
### Changed
812
- Updated for 2.11.1.
@@ -54,6 +58,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5458

5559
- First version.
5660

61+
[14]: https://github.com/zaproxy/zap-core-help/releases/help-v14
5762
[13]: https://github.com/zaproxy/zap-core-help/releases/help-v13
5863
[12]: https://github.com/zaproxy/zap-core-help/releases/help-v12
5964
[11]: https://github.com/zaproxy/zap-core-help/releases/help-v11

addOns/help/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=13
1+
version=14
22
release=true

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ <H2>Changes in Bundled Libraries</H2>
1919
<li>Log4j 2, 2.14.1 → 2.15.0</li>
2020
</ul>
2121

22+
<H3>Updated Add-Ons</H3>
23+
All of the add-ons included by default have been updated since the last full release.
2224

2325
<H2>See also</H2>
2426
<table>

commonFiles/src/main/resources/map.jhm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
<mapID target="zap.releases.2.9.0" url="contents/releases/2.9.0.html"/>
117117
<mapID target="zap.releases.2.10.0" url="contents/releases/2.10.0.html"/>
118118
<mapID target="zap.releases.2.11.0" url="contents/releases/2.11.0.html"/>
119+
<mapID target="zap.releases.2.11.1" url="contents/releases/2.11.1.html"/>
119120
<mapID target="zap.credits" url="contents/credits.html" />
120121
<mapID target="ui.dialogs.options.ascan" url="contents/ui/dialogs/options/ascan.html"/>
121122
<mapID target="ui.dialogs.options.ascaninput" url="contents/ui/dialogs/options/ascaninput.html"/>

0 commit comments

Comments
 (0)