mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Prep for 4.4.4 release
This commit is contained in:
parent
e76060968a
commit
c5e7266832
56
CHANGELOG.md
56
CHANGELOG.md
@ -1,5 +1,59 @@
|
||||
# Changelog
|
||||
|
||||
## [v4.4.4](https://github.com/codeigniter4/CodeIgniter4/tree/v4.4.4) (2023-12-28)
|
||||
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.4.3...v4.4.4)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* fix: Validation rule with `*` gets incorrect values as dot array syntax by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8129
|
||||
* fix: validation rule `matches` and `differs` by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8122
|
||||
* fix: [CURLRequest] skip hostname checks if options 'verify' false by @NicolaeIotu in https://github.com/codeigniter4/CodeIgniter4/pull/8258
|
||||
* fix: get_filenames() does not follow symlinks by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8298
|
||||
|
||||
### Fixed Bugs
|
||||
|
||||
* fix: change make:command default $group to `App` by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8109
|
||||
* fix: typo in help message in `spark filter:check` by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8118
|
||||
* fix: Hot reloading when session is enabled by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/8112
|
||||
* fix: make:cell help message by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8133
|
||||
* fix: [DebugBar] dark mode timeline "Controller" by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8125
|
||||
* fix: PHPDoc types in controller.tpl.php by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8144
|
||||
* fix: `@return` in filter.tpl.php by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8145
|
||||
* fix: when request body is `0`, $body will be null by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8161
|
||||
* fix: `spark routes` outputs `<unknown>` only when {locale} with `useSupportedLocalesOnly(true)` by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8167
|
||||
* fix: Undefined array key error in `spark db:table` by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8173
|
||||
* fix: force_https() redirects to wrong URL when baseURL has subfolder by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8191
|
||||
* fix: Validation raises TypeError when invalid JSON comes by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8153
|
||||
* fix: FilterTestTrait Undefined variable $filterClasses by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8195
|
||||
* fix: Image::save() causes error with webp by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8210
|
||||
* fix issue where running FileLocator::getClassname() on a directory would cause a PHP error by @colethorsen in https://github.com/codeigniter4/CodeIgniter4/pull/8216
|
||||
* fix: make Request::getEnv() deprecated by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8234
|
||||
* fix: ExceptionHandler displays incorrect Exception classname by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8239
|
||||
* fix: [Cache] Double prefix for increment in FileHandler by @il-coder in https://github.com/codeigniter4/CodeIgniter4/pull/8255
|
||||
* docs: fix Database Utility Class `getXMLFromResult()` by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8276
|
||||
* fix: autoload helpers in test bootstrap by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8275
|
||||
* fix: Model handling of Entity $primaryKey casting by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8282
|
||||
* fix: Handle non-array JSON in validation by @woodongwong in https://github.com/codeigniter4/CodeIgniter4/pull/8288
|
||||
* fix: DEPRECATED error in Honeypot by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8316
|
||||
* fix: [Auto Routing Improved] `spark routes` shows incorrect routes when translateURIDashes is enabled by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8320
|
||||
* fix: migrations not using custom DB connection of migration runner by @paulbalandan in https://github.com/codeigniter4/CodeIgniter4/pull/8221
|
||||
* Always return a new instance of a Cell by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/8330
|
||||
* fix: DOMParser cannot see element with `id="0"` by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8360
|
||||
|
||||
### Refactoring
|
||||
|
||||
* [Rector] Apply SingleInArrayToCompareRector by @samsonasik in https://github.com/codeigniter4/CodeIgniter4/pull/8102
|
||||
* refactor: RedisHandler ttl() calls by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8155
|
||||
* [Testing] Use assertEqualsWithDelta() when possible by @samsonasik in https://github.com/codeigniter4/CodeIgniter4/pull/8158
|
||||
* refactor: replace non-boolean if conditions in Model by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8193
|
||||
* refactor: View classes to fix PHPStan errors by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8208
|
||||
* refactor: Model by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8260
|
||||
* replace -1 with E_ALL in error_reporting calls by @ThomasMeschke in https://github.com/codeigniter4/CodeIgniter4/pull/8212
|
||||
* refactor: apply SimplifyEmptyCheckOnEmptyArrayRector by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8341
|
||||
* refactor: apply DisallowedEmptyRuleFixerRector by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8344
|
||||
* refactor: rely on $config property in ViewDecoratorTrait by @mostafakhudair in https://github.com/codeigniter4/CodeIgniter4/pull/8021
|
||||
* refactor: replace empty() Part 1 by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8345
|
||||
|
||||
## [v4.4.3](https://github.com/codeigniter4/CodeIgniter4/tree/v4.4.3) (2023-10-26)
|
||||
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.4.2...v4.4.3)
|
||||
|
||||
@ -59,8 +113,6 @@
|
||||
* refactor: delete duplicate code for Composer loading by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8004
|
||||
* [Rector] Apply BooleanInIfConditionRuleFixerRector by @samsonasik in https://github.com/codeigniter4/CodeIgniter4/pull/7951
|
||||
|
||||
**Full Changelog**: https://github.com/codeigniter4/CodeIgniter4/compare/v4.4.1...v4.4.2
|
||||
|
||||
## [v4.4.1](https://github.com/codeigniter4/CodeIgniter4/tree/v4.4.1) (2023-09-05)
|
||||
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.4.0...v4.4.1)
|
||||
|
||||
|
@ -5,12 +5,12 @@
|
||||
xmlns="https://www.phpdoc.org"
|
||||
xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
|
||||
>
|
||||
<title>CodeIgniter v4.3 API</title>
|
||||
<title>CodeIgniter v4.4 API</title>
|
||||
<paths>
|
||||
<output>api/build/</output>
|
||||
<cache>api/cache/</cache>
|
||||
</paths>
|
||||
<version number="4.3.x">
|
||||
<version number="4.4.4">
|
||||
<api format="php">
|
||||
<source dsn=".">
|
||||
<path>system</path>
|
||||
|
@ -54,7 +54,7 @@ class CodeIgniter
|
||||
/**
|
||||
* The current version of CodeIgniter Framework
|
||||
*/
|
||||
public const CI_VERSION = '4.4.3';
|
||||
public const CI_VERSION = '4.4.4';
|
||||
|
||||
/**
|
||||
* App startup time.
|
||||
|
@ -2,7 +2,7 @@
|
||||
Version 4.4.4
|
||||
#############
|
||||
|
||||
Release Date: Unreleased
|
||||
Release Date: December 28, 2023
|
||||
|
||||
**4.4.4 release of CodeIgniter4**
|
||||
|
||||
@ -39,6 +39,11 @@ Filesystem Helper
|
||||
:php:func:`get_filenames()` now follows symlink folders, which it previously just returned
|
||||
without following.
|
||||
|
||||
Enhancements
|
||||
************
|
||||
|
||||
- Full support for PHP 8.3.
|
||||
|
||||
***************
|
||||
Message Changes
|
||||
***************
|
||||
@ -46,10 +51,6 @@ Message Changes
|
||||
- Added ``HTTP.invalidJSON`` error message.
|
||||
- Added ``HTTP.unsupportedJSONFormat`` error message.
|
||||
|
||||
*******
|
||||
Changes
|
||||
*******
|
||||
|
||||
************
|
||||
Deprecations
|
||||
************
|
||||
|
@ -26,7 +26,7 @@ copyright = '2019-' + str(year_now) + ' CodeIgniter Foundation'
|
||||
version = '4.4'
|
||||
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '4.4.3'
|
||||
release = '4.4.4'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
|
@ -67,10 +67,6 @@ to a CA bundle for CURLRequest.
|
||||
|
||||
CURLRequest option `verify` can also take *boolean* values as usual.
|
||||
|
||||
*********************
|
||||
Breaking Enhancements
|
||||
*********************
|
||||
|
||||
*************
|
||||
Project Files
|
||||
*************
|
||||
@ -81,21 +77,25 @@ these files being outside of the **system** scope they will not be changed witho
|
||||
There are some third-party CodeIgniter modules available to assist with merging changes to
|
||||
the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates>`_.
|
||||
|
||||
Content Changes
|
||||
===============
|
||||
|
||||
The following files received significant changes (including deprecations or visual adjustments)
|
||||
and it is recommended that you merge the updated versions with your application:
|
||||
|
||||
Config
|
||||
------
|
||||
|
||||
- @TODO
|
||||
|
||||
All Changes
|
||||
===========
|
||||
|
||||
This is a list of all files in the **project space** that received changes;
|
||||
many will be simple comments or formatting that have no effect on the runtime:
|
||||
|
||||
- @TODO
|
||||
- app/Config/App.php
|
||||
- app/Config/Autoload.php
|
||||
- app/Config/Boot/development.php
|
||||
- app/Config/Boot/testing.php
|
||||
- app/Config/Cache.php
|
||||
- app/Config/Email.php
|
||||
- app/Config/Filters.php
|
||||
- app/Config/Kint.php
|
||||
- app/Config/Modules.php
|
||||
- app/Config/Publisher.php
|
||||
- app/Config/Session.php
|
||||
- app/Views/errors/cli/error_exception.php
|
||||
- app/Views/errors/html/error_exception.php
|
||||
- composer.json
|
||||
- env
|
||||
- spark
|
||||
|
Loading…
x
Reference in New Issue
Block a user