Skip to content

Changelog v1.5

WanWizard edited this page Nov 25, 2012 · 28 revisions

This keeps track of important changes to the 1.x branch. Important changes that need extra attention when releasing v1.5. 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 or changes

  • tbd

Backward compability notes

  • Uri::to_assoc() no longer throws an exception with uneven segments, but returns null as value of the last segment

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

  • tbd

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

  • tbd

Security related

  • tbd

System changes

  • tbd

Specific classes

  • Fieldset: New set_tabular_form() method allows creation of one-to-many forms.
  • Fieldset: New get_tabular_form() method to check if a fieldset defines a tabular form.
  • Uri: to_assoc() now accepts a start parameter allowing you to skip leading segments.

Packages

  • Orm: Supports the new tabular form fieldset in it's models.
Clone this wiki locally