File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,16 @@ All notable changes to this add-on will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6- ## Unreleased
6+ ## [ 2] - 2022-02-24
7+
8+ ### Changed
9+
10+ - Promote to Release
711
812
913## [ 1] - 2022-01-18
1014
1115- First version.
1216
17+ [ 2 ] : https://github.com/zaproxy/zap-core-help/releases/help_ru_RU-v2
1318[ 1 ] : https://github.com/zaproxy/zap-core-help/releases/help_ru_RU-v1
Original file line number Diff line number Diff line change 11version =2
2- release =false
2+ release =true
Original file line number Diff line number Diff line change 1+ import org.zaproxy.gradle.addon.AddOnStatus
12
23extra[" language" ] = " Russian"
4+
5+ zapAddOn {
6+ addOnStatus.set(AddOnStatus .RELEASE )
7+ }
You can’t perform that action at this time.
0 commit comments