From f400cd7aa7e1573b9be0b347d1d33d7e6c6bd4a0 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 11 Jan 2023 09:03:28 +0900 Subject: [PATCH 1/7] Add blog 4.3 release --- content/blog/2023-01-10.4.3-released.md | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 content/blog/2023-01-10.4.3-released.md diff --git a/content/blog/2023-01-10.4.3-released.md b/content/blog/2023-01-10.4.3-released.md new file mode 100644 index 0000000..e80b410 --- /dev/null +++ b/content/blog/2023-01-10.4.3-released.md @@ -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 many enhancements. + +Unfortunately, **there are some breaking changes, so please upgrade with caution**. +Please read [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html) and [Upgrading Guide](https://www.codeigniter.com/user_guide/installation/upgrade_430.html) carefully. + +**You must update spark file and a few Config files.** + +I hope most existing apps will not break 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 to add indexes in the existing tables and name indexes +- "`spark route`" command enhancements +- Improvement for CLI command testing +- View Cells enhancements + +You can see the list of enhancements in [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html#enhancements) + +- ChangeLog: +- Upgrading Guide: + +View [forum announcement](https://forum.codeigniter.com/showthread.php?tid=86096) From d1fb2ac597b1c75d4588e015155e4db0a7bba0c9 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 12 Jan 2023 21:52:41 +0900 Subject: [PATCH 2/7] docs: fix by proofreading Co-authored-by: MGatner --- content/blog/2023-01-10.4.3-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-01-10.4.3-released.md b/content/blog/2023-01-10.4.3-released.md index e80b410..b489b41 100644 --- a/content/blog/2023-01-10.4.3-released.md +++ b/content/blog/2023-01-10.4.3-released.md @@ -4,7 +4,7 @@ tags: news, releases author: kenjis --- -Thanks to the team and many contributors, we released v4.3.0 with many enhancements. +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 [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html) and [Upgrading Guide](https://www.codeigniter.com/user_guide/installation/upgrade_430.html) carefully. From a92ee5af9b9958e7b7a7a42f1f5b9ec79b738d3b Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 12 Jan 2023 21:52:57 +0900 Subject: [PATCH 3/7] docs: fix by proofreading Co-authored-by: MGatner --- content/blog/2023-01-10.4.3-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-01-10.4.3-released.md b/content/blog/2023-01-10.4.3-released.md index b489b41..e3849ea 100644 --- a/content/blog/2023-01-10.4.3-released.md +++ b/content/blog/2023-01-10.4.3-released.md @@ -7,7 +7,7 @@ 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 [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html) and [Upgrading Guide](https://www.codeigniter.com/user_guide/installation/upgrade_430.html) carefully. +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 spark file and a few Config files.** From 428e5c018f87596c15b334572ddc39f407a504ef Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 12 Jan 2023 21:53:14 +0900 Subject: [PATCH 4/7] docs: fix by proofreading Co-authored-by: MGatner --- content/blog/2023-01-10.4.3-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-01-10.4.3-released.md b/content/blog/2023-01-10.4.3-released.md index e3849ea..68e17e9 100644 --- a/content/blog/2023-01-10.4.3-released.md +++ b/content/blog/2023-01-10.4.3-released.md @@ -9,7 +9,7 @@ Thanks to the team and many contributors, we released v4.3.0 with lots of enhanc 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 spark file and a few Config files.** +**You must update the spark executable and a few Config files.** I hope most existing apps will not break unless you use your own classes that extend framework classes. From e68f0679de22daecd3cd5a115556eb253464cd57 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 12 Jan 2023 21:53:30 +0900 Subject: [PATCH 5/7] docs: fix by proofreading Co-authored-by: MGatner --- content/blog/2023-01-10.4.3-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-01-10.4.3-released.md b/content/blog/2023-01-10.4.3-released.md index 68e17e9..a658a9c 100644 --- a/content/blog/2023-01-10.4.3-released.md +++ b/content/blog/2023-01-10.4.3-released.md @@ -11,7 +11,7 @@ Please read the [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4 **You must update the spark executable and a few Config files.** -I hope most existing apps will not break unless you use your own classes that extend framework classes. +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. From 32299248128ee0a9ede53ddf56911485bcb06a20 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 12 Jan 2023 21:53:55 +0900 Subject: [PATCH 6/7] docs: fix by proofreading Co-authored-by: MGatner --- content/blog/2023-01-10.4.3-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-01-10.4.3-released.md b/content/blog/2023-01-10.4.3-released.md index a658a9c..2be4d9b 100644 --- a/content/blog/2023-01-10.4.3-released.md +++ b/content/blog/2023-01-10.4.3-released.md @@ -18,7 +18,7 @@ And some of the default Config values in the Config files have changed, but exis **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 to add indexes in the existing tables and name indexes +- Database Forge supports adding indexes in the existing tables and named indexes - "`spark route`" command enhancements - Improvement for CLI command testing - View Cells enhancements From 79831a5df29216ae88996eeafd4503e6a04a93f7 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 12 Jan 2023 21:54:05 +0900 Subject: [PATCH 7/7] docs: fix by proofreading Co-authored-by: MGatner --- content/blog/2023-01-10.4.3-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-01-10.4.3-released.md b/content/blog/2023-01-10.4.3-released.md index 2be4d9b..bc54d7e 100644 --- a/content/blog/2023-01-10.4.3-released.md +++ b/content/blog/2023-01-10.4.3-released.md @@ -23,7 +23,7 @@ And some of the default Config values in the Config files have changed, but exis - Improvement for CLI command testing - View Cells enhancements -You can see the list of enhancements in [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html#enhancements) +You can see the list of enhancements in the [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html#enhancements) - ChangeLog: - Upgrading Guide: