Welcome Guest, Not a member yet? Register   Sign In
Development of 4.5 is ongoing and pull requests are pending review
#1

(This post was last modified: 10-01-2023, 05:27 PM by kenjis.)

If you are interested, please review:
https://github.com/codeigniter4/CodeIgni...dated-desc

How to use 4.5 branch in your app.

If you use appstarter, run the following command:

Code:
$ php builds development

The above command changes composer.json:

Code:
    "require": {
        "php": "^7.4 || ^8.0",
        "codeigniter4/codeigniter4": "dev-develop"
    },

Change the version to 4.5 branch:

Code:
    "require": {
        "php": "^7.4 || ^8.0",
        "codeigniter4/codeigniter4": "4.5.x-dev"
    },

Run composer update:

Code:
$ composer update

Check the upgrading guide and changelog.
- https://github.com/codeigniter4/CodeIgni...de_450.rst
- https://github.com/codeigniter4/CodeIgni...v4.5.0.rst
Reply
#2

Is this branch suitable for deleting @deprecated?
Reply
#3

Yes, but

> The deprecated items are not covered by backwards compatibility (BC) promise. It may be removed in the next next minor version or later. For example, if an item has been deprecated since 4.3.x, it may be removed in 4.5.0.
https://codeigniter4.github.io/CodeIgnit...ng-changes
Reply
#4

Now there are 13 open PRs.
https://github.com/codeigniter4/CodeIgni...dated-desc
Reply
#5

If there are PRs that you are interested in, please review and/or test them.
https://github.com/codeigniter4/CodeIgni...dated-desc
Reply
#6

Many PRs are waiting for your review.
https://github.com/codeigniter4/CodeIgni...dated-desc
Reply




Theme © iAndrew 2016 - Forum software by © MyBB