We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 850b9a6 + 2aa054a commit 1518363Copy full SHA for 1518363
addOns/authhelper/authhelper.gradle.kts
@@ -50,7 +50,7 @@ zapAddOn {
50
version.set("15.*")
51
}
52
register("zest") {
53
- version.set(">=48.1.0")
+ version.set(">=48.2.0")
54
55
56
addOns/zest/CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## Unreleased
8
### Added
9
- Firefox to recorder.
10
+- Added support for custom script authentication.
11
12
### Changed
13
- Record script order to be alphabetical.
0 commit comments