We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe97ad commit 844b269Copy full SHA for 844b269
build.gradle
@@ -41,6 +41,6 @@ build {
41
}
42
43
halo {
44
- version = "2.15.0-rc.1"
+ version = "2.18.0"
45
debug = true
46
packages/comment-widget/src/base-form.ts
@@ -74,7 +74,7 @@ export class BaseForm extends LitElement {
74
75
76
get showCaptcha() {
77
- return this.captchaEnabled && !this.currentUser;
+ return this.captchaEnabled && !this.currentUser && this.allowAnonymousComments;
78
79
80
async handleFetchCaptcha() {
0 commit comments