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 11# Changelog
22
3+ ## [ v4.2.9] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.2.9 ) (2022-10-30)
4+ [ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.8...v4.2.9 )
5+
6+ ** Hotfix release to fix PHPUnit errors (see https://github.com/codeigniter4/CodeIgniter4/pull/6794 )**
7+
38## [ v4.2.8] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.2.8 ) (2022-10-30)
49[ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.7...v4.2.8 )
510
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.2.9
1516 v4.2.8
1617 v4.2.7
1718 v4.2.6
Original file line number Diff line number Diff line change 1+ Version 4.2.9
2+ #############
3+
4+ Release Date: October 30, 2022
5+
6+ **4.2.9 release of CodeIgniter4 **
7+
8+ .. contents ::
9+ :local:
10+ :depth: 2
11+
12+ **Hotfix release to fix PHPUnit errors in 4.2.8; no other content changes. **
13+
14+ Bugs Fixed
15+ **********
16+
17+ - Fixed a bug that causes `PHP Fatal error: Trait "Nexus\PHPUnit\Extension\Expeditable" not found ` when running PHPUnit.
18+
19+ See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_ for a complete list of bugs fixed.
You can’t perform that action at this time.
0 commit comments