File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ All notable changes to this add-on will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 2 ] - 2020-01-30
7
7
### Added
8
8
- Add repo URL, shown in the marketplace and Manage Add-ons dialogue.
9
9
10
10
### Changed
11
11
- Change info URL to link to the online help page.
12
+ - Change minimum ZAP version to 2.9.0.
12
13
13
14
## [ 1] - 2019-06-27
14
15
15
16
First version.
16
17
17
- [ Unreleased ] : https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v1...HEAD
18
+ [ 2 ] : https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v1...v2
18
19
[ 1 ] : https://github.com/zaproxy/fuzzdb-web-backdoors/releases/v1
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ zapAddOn {
33
33
addOnId.set(project.name.replace(" -" , " " ))
34
34
addOnName.set(" FuzzDB Web Backdoors" )
35
35
addOnStatus.set(AddOnStatus .RELEASE )
36
- zapVersion.set(" 2.8 .0" )
36
+ zapVersion.set(" 2.9 .0" )
37
37
38
38
releaseLink.set(" https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v@PREVIOUS_VERSION@...v@CURRENT_VERSION@" )
39
39
unreleasedLink.set(" https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v@CURRENT_VERSION@...HEAD" )
You can’t perform that action at this time.
0 commit comments