This page is still a beta!

1.9. Changelog

01.09.2005 – Version 0.4.0

  1. First public version

12.10.2005 – Version 0.5.0

  1. New tool to mass-change relationships: In the module Web>Partner in the menu Tools>Mass Change Relationships

  2. 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).

  3. 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.

  4. The API for relationships is now complete and can also change and delete relationships.

  5. 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:

  1. New install-option “lookupsFromCurrentPageOnly”

  2. The field 'extension' is now displayed in the label of telephone and fax

03.12.2007 – Version 0.5.14

  1. Added new feature: Partner->Reports->E-Mail Addresses lists E-Mail Addresses grouped by occupations.

25.05.2009 – Version 0.5.21

  1. Fixed issue when using extension FPDF > 0.2.0. Please use the latest version of FPDF to work with this extension.

  2. Fixed issue 3280