Skip to content

Commit

Permalink
Merge pull request #8061 from kenjis/release-4.4.2
Browse files Browse the repository at this point in the history
Prep for 4.4.2 release
  • Loading branch information
kenjis authored Oct 19, 2023
2 parents afe3cb2 + 28191cc commit 47b3460
Show file tree
Hide file tree
Showing 6 changed files with 377 additions and 351 deletions.
369 changes: 45 additions & 324 deletions CHANGELOG.md

Large diffs are not rendered by default.

326 changes: 326 additions & 0 deletions changelogs/CHANGELOG_4.3.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion system/CodeIgniter.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class CodeIgniter
/**
* The current version of CodeIgniter Framework
*/
public const CI_VERSION = '4.4.1';
public const CI_VERSION = '4.4.2';

/**
* App startup time.
Expand Down
5 changes: 1 addition & 4 deletions user_guide_src/source/changelogs/v4.4.2.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
Version 4.4.2
#############

Release Date: Unreleased
Release Date: October 19, 2023

**4.4.2 release of CodeIgniter4**

.. contents::
:local:
:depth: 3

BREAKING
********

Message Changes
***************

Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
version = '4.4'

# The full version, including alpha/beta/rc tags.
release = '4.4.1'
release = '4.4.2'

# -- General configuration ---------------------------------------------------

Expand Down
24 changes: 3 additions & 21 deletions user_guide_src/source/installation/upgrade_442.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ Please refer to the upgrade instructions corresponding to your installation meth
:local:
:depth: 2

Mandatory File Changes
**********************

Breaking Changes
****************

Breaking Enhancements
*********************

Project Files
*************

Expand All @@ -30,21 +21,12 @@ 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/Migrations.php
- app/Config/View.php
- composer.json

0 comments on commit 47b3460

Please sign in to comment.