Skip to content

Commit

Permalink
Merge pull request #4201 from codeigniter4/release-4.1.0
Browse files Browse the repository at this point in the history
Prep for 4.1.0 release
  • Loading branch information
MGatner authored Feb 1, 2021
2 parents 149c879 + f90c045 commit 93a942f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

## [Unreleased](https://github.com/codeigniter4/CodeIgniter4/tree/HEAD)

[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.0.5...HEAD)
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.1.0...HEAD)

## [v4.1.0](https://github.com/codeigniter4/CodeIgniter4/tree/v4.1.0) (2021-01-31)

[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.0.5...v4.1.0)

**Implemented enhancements:**

- Rector 0.9 fixes [\#4196](https://github.com/codeigniter4/CodeIgniter4/issues/#4196)
- Cannot declare class Config\App error on running PHPUnit [\#4114](https://github.com/codeigniter4/CodeIgniter4/issues/4114)
- Backfill non-optional parameters (https://github.com/codeigniter4/CodeIgniter4/pull/3938)
- Change deprecated assertFileNotExists (https://github.com/codeigniter4/CodeIgniter4/pull/3862)

## [v4.0.5](https://github.com/codeigniter4/CodeIgniter4/tree/v4.0.5) (2021-01-31)

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

/**
* App startup time.
Expand Down
6 changes: 5 additions & 1 deletion user_guide_src/source/changelogs/v4.1.0.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Version 4.1.0
====================================================

Release Date: Not released
Release Date: January 31, 2021

**4.1.0 release of CodeIgniter4**

Changes:

- Dropped support for PHP 7.2

Removed:

- `Autoloader::loadLegacy()` method was previously used for migration of non-namespaced classes in transition to CodeIgniter v4. Since `4.1.0`, this support was removed.
Expand Down
6 changes: 6 additions & 0 deletions user_guide_src/source/changelogs/v4.1.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Version 4.1.1
====================================================

Release Date: Not released

**4.1.1 release of CodeIgniter4**
4 changes: 2 additions & 2 deletions user_guide_src/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
copyright = '2019-2021 CodeIgniter Foundation'

# The short X.Y version.
version = '4.0'
version = '4.1'

# The full version, including alpha/beta/rc tags.
release = '4.0.5'
release = '4.1.0'

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

Expand Down

0 comments on commit 93a942f

Please sign in to comment.