Skip to content

Commit beb2b19

Browse files
authored
Merge pull request #354 from kenjis/add-blog-4.3-released
Add blog 4.3 release
2 parents 4171134 + 79831a5 commit beb2b19

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: CodeIgniter 4.3 Released
3+
tags: news, releases
4+
author: kenjis
5+
---
6+
7+
Thanks to the team and many contributors, we released v4.3.0 with lots of enhancements.
8+
9+
Unfortunately, **there are some breaking changes, so please upgrade with caution**.
10+
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.
11+
12+
**You must update the spark executable and a few Config files.**
13+
14+
Most existing apps will not need more intervention, unless you use your own classes that extend framework classes.
15+
16+
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.
17+
18+
**This release contains over 50 enhancements.** A few things I want to highlight:
19+
20+
- Query Builder supports `upsert()` and `upsertBatch()`, `deleteBatch()`, and now `*batch()` methods can set data from a query
21+
- Database Forge supports adding indexes in the existing tables and named indexes
22+
- "`spark route`" command enhancements
23+
- Improvement for CLI command testing
24+
- View Cells enhancements
25+
26+
You can see the list of enhancements in the [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html#enhancements)
27+
28+
- ChangeLog: <https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html>
29+
- Upgrading Guide: <https://www.codeigniter.com/user_guide/installation/upgrade_430.html>
30+
31+
View [forum announcement](https://forum.codeigniter.com/showthread.php?tid=86096)

0 commit comments

Comments
 (0)