Skip to content

Changelog v1.6

WanWizard edited this page Feb 12, 2013 · 19 revisions

This keeps track of important changes to the 1.x branch. Important changes that need extra attention when releasing v1.6. Besides these changes there were lots of bug fixes and core and speed improvements.

When you decide to upgrade to a new version, pay attention to the changes documented in this changelog, and the upgrade procedures documented.

Important fixes, changes, notes. Read them carefully.

  • This release officially introduces Composer to FuelPHP. You will have to install it, and run a 'php composer.phar update' to pull in any required packages. Without this step, 1.6 WILL NOT WORK!!!
  • The Log functionality has been moved back in the core. If you are upgrading from 1.5, please remove the old 'Log' package from the always_load section in your config.php, and remove the package from the packages folder.

Backward compability notes

  • tbd

Removed code (because it was deprecated in v1.5 or earlier)

  • tbd

Code deprecated in v1.6 (to be removed in the next release)

  • tbd

Security related

  • tbd

System changes

  • tbd

Specific classes

  • Arr: New search method allows you to search for values in array structures, and get the (dot-notated) key returned.

Packages

  • Log: The Log package, introduced in 1.5 as a temporary solution, has been removed again.
Clone this wiki locally