Skip to content

Commit f4ee26a

Browse files
committed
revert: remove changelog entry from CHANGELOG.md (handled in user_guide)
1 parent a5a178c commit f4ee26a

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Changelog
22

3-
## [v4.7.5](https://github.com/codeigniter4/CodeIgniter4/tree/v4.7.5) (Unreleased)
4-
5-
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.7.4...v4.7.5)
6-
7-
### Refactoring
8-
9-
* refactor: simplify and optimize handleRequest method in CodeIgniter by @gr8man in https://github.com/codeigniter4/CodeIgniter4/pull/10369
10-
11-
### Breaking Changes
12-
13-
* **CodeIgniter:** `storePreviousURL()` no longer accepts arbitrary request objects with an `isAJAX()` method — only `IncomingRequest` instances are checked. This aligns with the fact that `isAJAX()` only exists on `IncomingRequest`, so CLI requests were never affected. If you rely on a custom request class that implements `isAJAX()` and passes it to `storePreviousURL()`, you must ensure it extends `IncomingRequest`.
14-
153
## [v4.7.4](https://github.com/codeigniter4/CodeIgniter4/tree/v4.7.4) (2026-07-07)
164
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.7.3...v4.7.4)
175

0 commit comments

Comments
 (0)