-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #355 from codeigniter4projects/develop
Deploy
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: CodeIgniter 4.3 Released | ||
tags: news, releases | ||
author: kenjis | ||
--- | ||
|
||
Thanks to the team and many contributors, we released v4.3.0 with lots of enhancements. | ||
|
||
Unfortunately, **there are some breaking changes, so please upgrade with caution**. | ||
Please read the [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html) and the [Upgrading Guide](https://www.codeigniter.com/user_guide/installation/upgrade_430.html) carefully. | ||
|
||
**You must update the spark executable and a few Config files.** | ||
|
||
Most existing apps will not need more intervention, unless you use your own classes that extend framework classes. | ||
|
||
And some of the default Config values in the Config files have changed, but existing apps will most likely not break unless you change the Config values by yourself. | ||
|
||
**This release contains over 50 enhancements.** A few things I want to highlight: | ||
|
||
- Query Builder supports `upsert()` and `upsertBatch()`, `deleteBatch()`, and now `*batch()` methods can set data from a query | ||
- Database Forge supports adding indexes in the existing tables and named indexes | ||
- "`spark route`" command enhancements | ||
- Improvement for CLI command testing | ||
- View Cells enhancements | ||
|
||
You can see the list of enhancements in the [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html#enhancements) | ||
|
||
- ChangeLog: <https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html> | ||
- Upgrading Guide: <https://www.codeigniter.com/user_guide/installation/upgrade_430.html> | ||
|
||
View [forum announcement](https://forum.codeigniter.com/showthread.php?tid=86096) |