FUEL CMS 1.4 Released


FUEL CMS 1.4 has been released! This latest version finally includes CodeIgniter 3 and has a couple things to be aware of especially if you are upgrading your site:

  1. Controller, library and model files should all begin with an uppercase. If you are using GIT, you will need to make sure that it acknowledges the case change or set GIT to be case sensitive.
  2. Inherited method signatures must match their parents (e.g. default parameters may need to be in place).

To help with this transition, we’ve created a command line tool to help with some of the more common changes that need to be made to controller, library and model files.

Additionally, all modules have been upgraded to be compatible with this new version so if you are using one or more, be sure to update your module files.

Comments have been closed.


  Back to Top