01.09.2005 – Version 0.4.0
First public version
12.10.2005 – Version 0.5.0
New tool to mass-change relationships: In the module Web>Partner in the menu Tools>Mass Change Relationships
Change in the API: The data for the business object (e.g. the partner) is always made available as an array in $this->data. (used to be $this->partner or $this->contactInfo before).
Addition ot the API: You can request additional information for the partner object by calling $partnerObj->getContactInfo() or $partnerObj->getRelationships(). The information will then be made available as arrays of contactInfo or relationship objects in $partnerObj->contactInfo or $partnerObj->relationshipsAsPrimary or $partnerObj->relationshipsAsSecondary. For detailled information, please refer to the API docs.
The API for relationships is now complete and can also change and delete relationships.
Changed the table tx_partner_val_rel_subtypes to tx_partner_val_rel_types. The former 'subtype' is now the 'type'. This was due to an error in the data model. The former 'type' (e.g. organisation-organisation) is actually a property of the relationship type and is now correctly designed as 'allowed_categories'.
18.02.2007 – Version 0.5.7
Thanks to Bernhard Gschwantner:
New install-option “lookupsFromCurrentPageOnly”
The field 'extension' is now displayed in the label of telephone and fax
03.12.2007 – Version 0.5.14
Added new feature: Partner->Reports->E-Mail Addresses lists E-Mail Addresses grouped by occupations.
25.05.2009 – Version 0.5.21
Fixed issue when using extension FPDF > 0.2.0. Please use the latest version of FPDF to work with this extension.
Fixed issue 3280