CodeIgniter Forums
Development of 4.5 is ongoing and pull requests are pending review - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Development (https://forum.codeigniter.com/forumdisplay.php?fid=27)
+--- Thread: Development of 4.5 is ongoing and pull requests are pending review (/showthread.php?tid=88587)



Development of 4.5 is ongoing and pull requests are pending review - kenjis - 10-01-2023

If you are interested, please review:
https://github.com/codeigniter4/CodeIgniter4/pulls?q=is%3Apr+is%3Aopen+label%3A4.5+sort%3Aupdated-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/CodeIgniter4/blob/4.5/user_guide_src/source/installation/upgrade_450.rst
- https://github.com/codeigniter4/CodeIgniter4/blob/4.5/user_guide_src/source/changelogs/v4.5.0.rst


RE: Development of 4.5 is ongoing and pull requests are pending review - ozornick - 10-01-2023

Is this branch suitable for deleting @deprecated?


RE: Development of 4.5 is ongoing and pull requests are pending review - kenjis - 10-01-2023

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/CodeIgniter4/installation/backward_compatibility_notes.html#what-are-not-breaking-changes


RE: Development of 4.5 is ongoing and pull requests are pending review - kenjis - 01-29-2024

Now there are 13 open PRs.
https://github.com/codeigniter4/CodeIgniter4/pulls?q=is%3Apr+is%3Aopen+label%3A4.5+sort%3Aupdated-desc


RE: Development of 4.5 is ongoing and pull requests are pending review - kenjis - 03-02-2024

If there are PRs that you are interested in, please review and/or test them.
https://github.com/codeigniter4/CodeIgniter4/pulls?q=is%3Apr+is%3Aopen+label%3A4.5+sort%3Aupdated-desc


RE: Development of 4.5 is ongoing and pull requests are pending review - kenjis - 03-13-2024

Many PRs are waiting for your review.
https://github.com/codeigniter4/CodeIgniter4/pulls?q=is%3Apr+is%3Aopen+label%3A4.5+sort%3Aupdated-desc