Skip to content

Commit f33dc59

Browse files
committed
Release 1.1.3: restore 100% coverage for BlogProtection fallbacks.
1 parent eb168be commit f33dc59

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## Table of contents
99

1010
- [Unreleased](#unreleased)
11+
- [1.1.3 - 2026-08-19](#113---2026-08-19)
1112
- [1.1.2 - 2026-08-19](#112---2026-08-19)
1213
- [1.1.1 - 2026-08-19](#111---2026-08-19)
1314
- [1.1.0 - 2026-08-18](#110---2026-08-18)

docs/UPGRADING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This document describes how to upgrade **Blog Kit Bundle** between released vers
55
## Table of contents
66

77
- [Unreleased](#unreleased)
8+
- [1.1.3](#113)
89
- [1.1.2](#112)
910
- [1.1.1](#111)
1011
- [1.1.0](#110)

tests/Unit/Security/BlogProtectionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function missingSettingsRowUsesYamlDefaults(): void
4545
self::assertSame(CommentRateLimitStrategy::FixedWindow, $protection->resolveRateLimitStrategy());
4646
self::assertSame(CommentCaptchaStrategy::Honeypot, $protection->resolveCaptchaStrategy());
4747
self::assertSame(HtmlSanitizeStrategy::None, $protection->resolveHtmlSanitizeStrategy());
48+
self::assertInstanceOf(CacheBlogCommentRateLimiter::class, $protection->rateLimiter());
4849
}
4950

5051
#[Test]

0 commit comments

Comments
 (0)