Skip to content

Commit 9aa35fc

Browse files
authored
Merge pull request #589 from psiinon/main
Promotions and help links
2 parents 231d3b4 + e62640d commit 9aa35fc

File tree

36 files changed

+92
-19
lines changed

36 files changed

+92
-19
lines changed

addOns/addOns.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ subprojects {
111111

112112
zapAddOn {
113113
addOnName.set("Help - $language")
114+
manifest {
115+
url.set(if (ext.has("url")) ext["url"] as String else "https://www.zaproxy.org/docs/contribute/translate/")
116+
}
114117
}
115118
}
116119

addOns/help/help.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
import org.zaproxy.gradle.addon.AddOnStatus
22

33
extra["language"] = "English"
4+
extra["url"] = "https://www.zaproxy.org/docs/desktop/"
45

56
zapAddOn {
67
addOnStatus.set(AddOnStatus.RELEASE)
7-
8-
manifest {
9-
url.set("https://www.zaproxy.org/docs/desktop/")
10-
}
118
}

addOns/help_ar_SA/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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-
7+
### Changed
8+
- Updated for 2.16.1.
89

910
## [1] - 2022-01-18
1011

addOns/help_az_AZ/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.16.1.
9+
710

811
- First version.
912

addOns/help_bs_BA/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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-
8-
7+
### Changed
8+
- Updated for 2.16.1.
99

1010
## 9 - 2018-02-08
1111

addOns/help_da_DK/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.16.1.
9+
710

811
- First version.
912

addOns/help_de_DE/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.16.1.
9+
710

811
- First version.
912

addOns/help_el_GR/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.16.1.
9+
710

811
- First version.
912

addOns/help_es_ES/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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-
7+
### Changed
8+
- Updated for 2.16.1.
89

910
## [10] - 2022-01-18
1011

addOns/help_fa_IR/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.16.1.
9+
710

811
- First version.
912

0 commit comments

Comments
 (0)