diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index 229bef5a..4a50ddf8 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -3,6 +3,9 @@ + + + Upgrade notes @@ -20,7 +23,14 @@ This is a list of API changes for all LAM releases.
-

3.0.0 -> 3.1.0

The PDF editor now supports descriptive PDF +

3.0.0 -> 3.1.0

There is a new object-oriented library to +generate HTML for the account modules (e.g. used for +display_html_attributes()). This will allow additional functionality +like client side validation. Please see lib/html.inc or package +metaHTML in the phpdoc documentation.
+Attention: The old array-based meta HTML elements will only be supported until Q2/2011!
+
+The PDF editor now supports descriptive PDF fields. You can use this by returning an associative array for the PDF fields (e.g. array('macAddress' => _('MAC address'))) in get_pdfFields() or the meta data.
The old format is still supported. LAM will continue to show the field name as label in this case.