Skip to content

refactor: cleanup deprecations in CodeIgniter#9974

Merged
paulbalandan merged 1 commit intocodeigniter4:4.8from
paulbalandan:cleanup-ci
Feb 21, 2026
Merged

refactor: cleanup deprecations in CodeIgniter#9974
paulbalandan merged 1 commit intocodeigniter4:4.8from
paulbalandan:cleanup-ci

Conversation

@paulbalandan
Copy link
Copy Markdown
Member

Description

  • Removes deprecated properties and methods
  • Deprecated $cacheConfig parameter in gatherOutput() is removed
  • Updated handleRequest():
    • $returnResponse is now removed since already deprecated before
    • $cacheConfig is now unused because of above change in gatherOutput() thus hard deprecated

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value (without duplication)
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@paulbalandan paulbalandan added refactor Pull requests that refactor code breaking change Pull requests that may break existing functionalities 4.8 PRs that target the `4.8` branch. labels Feb 21, 2026
@paulbalandan paulbalandan merged commit b6c0559 into codeigniter4:4.8 Feb 21, 2026
50 checks passed
@paulbalandan paulbalandan deleted the cleanup-ci branch February 21, 2026 19:16
JulianAtkins pushed a commit to JulianAtkins/CodeIgniter4 that referenced this pull request Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.8 PRs that target the `4.8` branch. breaking change Pull requests that may break existing functionalities refactor Pull requests that refactor code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants