Skip to content

Commit 24ffa51

Browse files
committed
Prep for 4.3.4 release
1 parent 90762f3 commit 24ffa51

5 files changed

Lines changed: 24 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

user_guide_src/source/changelogs/v4.3.4.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 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-
5953
Deprecations
6054
************
6155

user_guide_src/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
version = '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

user_guide_src/source/installation/upgrade_434.rst

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,12 @@ these files being outside of the **system** scope they will not be changed witho
4949
There are some third-party CodeIgniter modules available to assist with merging changes to
5050
the 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-
6352
All Changes
6453
===========
6554

6655
This is a list of all files in the **project space** that received changes;
6756
many 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

0 commit comments

Comments
 (0)