File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 2.1.0] ( https://github.com/michalsn/codeigniter-htmx/compare/v2.0.0...v2.1.0 ) - 2024-11-06
7
+
8
+ ### Enhancements
9
+
10
+ - Add an option to disable previous URL storage for HTMX requests.
11
+ - Improve ` RedirectResponse::hxLocation() ` to also work with full URL, which will be auto-transformed to PATH.
12
+
6
13
## [ 2.0.0] ( https://github.com/michalsn/codeigniter-htmx/compare/v1.6.0...v2.0.0 ) - 2024-10-17
7
14
8
15
### Fixes
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ public function hxLocation(
21
21
?array $ values = null ,
22
22
?array $ headers = null
23
23
): RedirectResponse {
24
- // single_service
25
24
if (str_starts_with ($ path , 'http:// ' ) || str_starts_with ($ path , 'https:// ' )) {
26
25
$ path = (string ) service ('uri ' , $ path , false )->withScheme ('' )->setHost ('' );
27
26
}
You can’t perform that action at this time.
0 commit comments