File tree Expand file tree Collapse file tree
user_guide_src/source/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ See all the changes.
1212.. toctree ::
1313 :titlesonly:
1414
15+ v4.3.2
1516 v4.3.1
1617 v4.3.0
1718 v4.2.12
Original file line number Diff line number Diff line change 1+ Version 4.3.2
2+ #############
3+
4+ Release Date: Unreleased
5+
6+ **4.3.2 release of CodeIgniter4 **
7+
8+ .. contents ::
9+ :local:
10+ :depth: 3
11+
12+ BREAKING
13+ ********
14+
15+ Message Changes
16+ ***************
17+
18+ Changes
19+ *******
20+
21+ - The parameter ``$relative `` in :php:func: `uri_string() ` was removed. Due to a bug,
22+ the function always returned a path relative to baseURL. No behavior changes.
23+
24+ Deprecations
25+ ************
26+
27+ Bugs Fixed
28+ **********
29+
30+ See the repo's
31+ `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_
32+ for a complete list of bugs fixed.
You can’t perform that action at this time.
0 commit comments