Skip to content

Commit dfb4f0b

Browse files
authored
Merge pull request #6580 from zapbot/release
Release add-on(s)
2 parents f2c298d + cbd634a commit dfb4f0b

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

addOns/domxss/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
## Unreleased
6+
## [22] - 2025-07-10
77
### Changed
88
- Allow to use Edge.
99
- Depend on newer version of Selenium add-on.
@@ -145,6 +145,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
145145
## 1 - 2015-08-24
146146

147147

148+
[22]: https://github.com/zaproxy/zap-extensions/releases/domxss-v22
148149
[21]: https://github.com/zaproxy/zap-extensions/releases/domxss-v21
149150
[20]: https://github.com/zaproxy/zap-extensions/releases/domxss-v20
150151
[19]: https://github.com/zaproxy/zap-extensions/releases/domxss-v19

addOns/domxss/gradle.properties

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

addOns/quickstart/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
## Unreleased
6+
## [52] - 2025-07-10
77
### Added
88
- Add icon for Edge browser.
99

@@ -283,6 +283,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
283283

284284

285285

286+
[52]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v52
286287
[51]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v51
287288
[50]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v50
288289
[49]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v49

addOns/quickstart/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=52
2-
release=false
2+
release=true

addOns/selenium/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [15.39.0] - 2025-07-10
88
### Added
99
- Allow to use Edge browser.
1010

@@ -314,6 +314,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
314314

315315
- Updated to Selenium 2.45 and moved to release
316316

317+
[15.39.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.39.0
317318
[15.38.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.38.0
318319
[15.37.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.37.0
319320
[15.36.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.36.0

addOns/selenium/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=15.39.0
2-
release=false
2+
release=true

addOns/spiderAjax/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
## Unreleased
6+
## [23.25.0] - 2025-07-10
77
### Fixed
88
- Correct configuration key for Logout Avoidance (Issue 8994).
99
- Error logs to always include stack trace.
@@ -355,6 +355,7 @@ By default it allows files with extension `.js` and `.css`.
355355

356356

357357

358+
[23.25.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.25.0
358359
[23.24.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.24.0
359360
[23.23.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.23.0
360361
[23.22.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.22.0

addOns/spiderAjax/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=23.25.0
2-
release=false
2+
release=true

0 commit comments

Comments
 (0)