![]() |
3.2.0 Dev version - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: 3.2.0 Dev version (/showthread.php?tid=69945) |
3.2.0 Dev version - HEKuiper - 02-01-2018 Hello Everyone, I heard a rumor about a 3.2.0 Dev version. I did a search before writing this and there were no results. Is It True? Is a version 3.2.0 being worked on? Thanks, HEKuiper RE: 3.2.0 Dev version - ciadmin - 02-01-2018 The "develop" branch of our github repository is "the next version" of CodeIgniter 3. The [unreleased changelog](https://github.com/bcit-ci/CodeIgniter/blob/develop/user_guide_src/source/changelog.rst) contains what we expect *might* make it into the next version of CI3, which *might* be 3.2.0, but which also *might* be 3.1.8 without the 3.2.0-specific changes, depending on the timing of the as-yet-unplanned next release. Basically, any contributions merged into the codebase are candidates for the next release, which *could* be thought of as 3.2.0-dev although that isn't the whole picture ![]() Line 58 of the [CI bootstrap](https://github.com/bcit-ci/CodeIgniter/blob/develop/system/core/CodeIgniter.php) identifies the in-progress version as 3.2.0-dev, which is probably where your notion originated. RE: 3.2.0 Dev version - HEKuiper - 02-02-2018 (02-01-2018, 02:11 PM)ciadmin Wrote: Line 58 of the [CI bootstrap](https://github.com/bcit-ci/CodeIgniter/blob/develop/system/core/CodeIgniter.php) identifies the in-progress version as 3.2.0-dev, which is probably where your notion originated. Might or might not the not yet planned release stay on the same path as the current CodeIgniter V3.x with HMVC support or will it be a semi V4? Thanks, HEKuiper RE: 3.2.0 Dev version - ciadmin - 02-02-2018 The next 3.X will stay on the same path as 3.X. It will not have HMVC support bundled, either. RE: 3.2.0 Dev version - miguelgomezsa - 02-27-2018 (02-01-2018, 02:11 PM)ciadmin Wrote: The "develop" branch of our github repository is "the next version" of CodeIgniter 3. Thanks for the info |