Updates - API updates and PHP-SDK 1.0.24 release

08 February 2016

PHP-SDK 1.0.24

Support for freetext1, miscellaneous, under construction and locality in project api

<?php
$project->getFreetext1(); //string
$project->getUnderConstruction(); //boolean
$project->getLocality(); //string
$project->getMiscellaneous(); //string

Project list and detail call

<in_bau>0</in_bau>
<sonstige_angaben>Sonstige Angaben Test</sonstige_angaben>
<lage>Sonnig am Berg</lage>
<freitext_1>Freitext 1 Test</freitext_1>

Additionally the title of attachments is now supported in project detail call