File tree Expand file tree Collapse file tree 5 files changed +28
-11
lines changed Expand file tree Collapse file tree 5 files changed +28
-11
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.3.4] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.3.4 ) (2023-04-27)
4+ [ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.3.3...v4.3.4 )
5+
6+ ### Breaking Changes
7+
8+ * fix: redirect status code by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7445
9+ * fix: [ SQLite3] [ Postgres ] [ SQLSRV] [ OCI8 ] Forge::modifyColumn() changes NULL constraint incorrectly by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7371
10+
11+ ### Fixed Bugs
12+
13+ * fix: view cell cannot locate the auto-generated view file by @sammyskills in https://github.com/codeigniter4/CodeIgniter4/pull/7392
14+ * fix: CURLRequest - clear response headers between requests by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/7398
15+ * fix: [ Auto Routing Improved] spark routes shows invalid routes by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7419
16+ * fix: remove $insertID in make: model template by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7443
17+ * fix: add missing 'make: cell ' in app/Config/Generators.php by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7458
18+
19+ ### Refactoring
20+
21+ * refactor: Security::getPostedToken() by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7377
22+
323## [ v4.3.3] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.3.3 ) (2023-03-26)
424[ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.3.2...v4.3.3 )
525
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class CodeIgniter
4747 /**
4848 * The current version of CodeIgniter Framework
4949 */
50- public const CI_VERSION = '4.3.3 ' ;
50+ public const CI_VERSION = '4.3.4 ' ;
5151
5252 /**
5353 * App startup time.
Original file line number Diff line number Diff line change 11Version 4.3.4
22#############
33
4- Release Date: Unreleased
4+ Release Date: April 27, 2023
55
66**4.3.4 release of CodeIgniter4 **
77
@@ -50,12 +50,6 @@ Forge::modifyColumn()
5050- The ``NULL ``/``NOT NULL `` change may still be unexpectedly, it is recommended
5151 to always specify the ``null `` key.
5252
53- Message Changes
54- ***************
55-
56- Changes
57- *******
58-
5953Deprecations
6054************
6155
Original file line number Diff line number Diff line change 2626version = '4.3'
2727
2828# The full version, including alpha/beta/rc tags.
29- release = '4.3.3 '
29+ release = '4.3.4 '
3030
3131# -- General configuration ---------------------------------------------------
3232
Original file line number Diff line number Diff line change @@ -58,12 +58,15 @@ and it is recommended that you merge the updated versions with your application:
5858Config
5959------
6060
61- - @TODO
61+ - app/Config/Generators.php
6262
6363All Changes
6464===========
6565
6666This is a list of all files in the **project space ** that received changes;
6767many will be simple comments or formatting that have no effect on the runtime:
6868
69- - @TODO
69+ - app/Config/App.php
70+ - app/Config/Generators.php
71+ - composer.json
72+ - public/index.php
You can’t perform that action at this time.
0 commit comments