Skip to content

Commit 2b3ec1a

Browse files
authored
Merge pull request #8097 from codeigniter4/release-4.4.3
Prep for 4.4.3 release
2 parents 423569f + 84c8f88 commit 2b3ec1a

File tree

5 files changed

+21
-34
lines changed

5 files changed

+21
-34
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

3-
## [v4.4.2](https://github.com/codeigniter4/CodeIgniter4/tree/v4.4.1) (2023-10-19)
3+
## [v4.4.3](https://github.com/codeigniter4/CodeIgniter4/tree/v4.4.3) (2023-10-26)
4+
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.4.2...v4.4.3)
5+
6+
### SECURITY
7+
8+
* *Detailed Error Report is Displayed in Production Environment* was fixed. See the [Security advisory](https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-hwxf-qxj7-7rfj) for more information.
9+
10+
### Fixed Bugs
11+
12+
* fix: FilterTestTrait::getFilterCaller() does not support Filter classes as array by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8058
13+
* fix: add dbgroup to model template only when specified as an option by @sammyskills in https://github.com/codeigniter4/CodeIgniter4/pull/8077
14+
* Update phpstan-codeigniter and fix errors on Modules by @paulbalandan in https://github.com/codeigniter4/CodeIgniter4/pull/8036
15+
* fix: [Validation] exact_length does not pass int values by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8088
16+
* fix: [Table] field named `data` will produce bugged output by @ping-yee in https://github.com/codeigniter4/CodeIgniter4/pull/8054
17+
* docs: fix event points descriptions by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8076
18+
* docs: fix helper loading by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8084
19+
20+
## [v4.4.2](https://github.com/codeigniter4/CodeIgniter4/tree/v4.4.2) (2023-10-19)
421
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.4.1...v4.4.2)
522

623
### Fixed Bugs

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class CodeIgniter
5454
/**
5555
* The current version of CodeIgniter Framework
5656
*/
57-
public const CI_VERSION = '4.4.2';
57+
public const CI_VERSION = '4.4.3';
5858

5959
/**
6060
* App startup time.

user_guide_src/source/changelogs/v4.4.3.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 4.4.3
22
#############
33

4-
Release Date: Unreleased
4+
Release Date: October 26, 2023
55

66
**4.4.3 release of CodeIgniter4**
77

@@ -16,18 +16,6 @@ SECURITY
1616
See the `Security advisory GHSA-hwxf-qxj7-7rfj <https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-hwxf-qxj7-7rfj>`_
1717
for more information.
1818

19-
BREAKING
20-
********
21-
22-
Message Changes
23-
***************
24-
25-
Changes
26-
*******
27-
28-
Deprecations
29-
************
30-
3119
Bugs Fixed
3220
**********
3321

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.4'
2727

2828
# The full version, including alpha/beta/rc tags.
29-
release = '4.4.2'
29+
release = '4.4.3'
3030

3131
# -- General configuration ---------------------------------------------------
3232

user_guide_src/source/installation/upgrade_443.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ The following file received significant changes and
2323

2424
- app/Views/errors/html/error_exception.php
2525

26-
Breaking Changes
27-
****************
28-
29-
Breaking Enhancements
30-
*********************
31-
3226
Project Files
3327
*************
3428

@@ -38,24 +32,12 @@ these files being outside of the **system** scope they will not be changed witho
3832
There are some third-party CodeIgniter modules available to assist with merging changes to
3933
the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates>`_.
4034

41-
Content Changes
42-
===============
43-
44-
The following files received significant changes (including deprecations or visual adjustments)
45-
and it is recommended that you merge the updated versions with your application:
46-
47-
Config
48-
------
49-
50-
- @TODO
51-
5235
All Changes
5336
===========
5437

5538
This is a list of all files in the **project space** that received changes;
5639
many will be simple comments or formatting that have no effect on the runtime:
5740

58-
- @TODO
5941
- app/Config/Boot/development.php
6042
- app/Config/Boot/production.php
6143
- app/Config/Boot/testing.php

0 commit comments

Comments
 (0)