-
Notifications
You must be signed in to change notification settings - Fork 346
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.
- 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 yourconfig.php
, and remove the package from the packages folder.
- tbd
- tbd
- tbd
- tbd
- tbd
-
Arr: New
search
method allows you to search for values in array structures, and get the (dot-notated) key returned.
- Log: The Log package, introduced in 1.5 as a temporary solution, has been removed again.