File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
10+ ### Fixed Bugs
11+
12+ * fix: view cell cannot locate the auto-generated view file by @sammyskills in https://github.com/codeigniter4/CodeIgniter4/pull/7392
13+ * fix: CURLRequest - clear response headers between requests by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/7398
14+ * fix: [ Auto Routing Improved] spark routes shows invalid routes by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7419
15+ * fix: remove $insertID in make: model template by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7443
16+
17+ ### Refactoring
18+
19+ * refactor: Security::getPostedToken() by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7377
20+
321## [ v4.3.3] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.3.3 ) (2023-03-26)
422[ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.3.2...v4.3.3 )
523
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 @@ -49,21 +49,12 @@ these files being outside of the **system** scope they will not be changed witho
4949There are some third-party CodeIgniter modules available to assist with merging changes to
5050the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates >`_.
5151
52- Content Changes
53- ===============
54-
55- The following files received significant changes (including deprecations or visual adjustments)
56- and it is recommended that you merge the updated versions with your application:
57-
58- Config
59- ------
60-
61- - @TODO
62-
6352All Changes
6453===========
6554
6655This is a list of all files in the **project space ** that received changes;
6756many will be simple comments or formatting that have no effect on the runtime:
6857
69- - @TODO
58+ - app/Config/App.php
59+ - composer.json
60+ - public/index.php
You can’t perform that action at this time.
0 commit comments