Skip to content

Commit 834d750

Browse files
edelvalleclaude
andcommitted
Version 1.3.11
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c150073 commit 834d750

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.11] - 2026-03-11
11+
12+
### Fixed
13+
- **Redirect header precedence**: When a `Redirect` and a `ReplaceURL` or `PushURL` command are both produced in the same HTTP request cycle, `HX-Replace-Url` and `HX-Push-Url` headers are now stripped from the response. Previously HTMX would process the URL manipulation header and silently ignore `HX-Redirect`, preventing the redirect from happening.
14+
1015
## [1.3.10] - 2026-03-06
1116

1217
### Fixed

src/djhtmx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .middleware import middleware
22

3-
__version__ = "1.3.10"
3+
__version__ = "1.3.11"
44
__all__ = ("middleware",)

0 commit comments

Comments
 (0)