File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments