diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f8f1f..943abb3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # SensorLogger + +### 0.1.0.1 RELEASED + * Fixed problem in deployment pipeline causing broken owncloud marketplace archive. #76 Thanx to @ibaranov-cp + ### 0.1.0 RELEASED * Fixed GetDeviceDataTypes API call * Renamed SensorDevices to Devices diff --git a/appinfo/info.xml b/appinfo/info.xml index e225a3a..9576b27 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ SensorLogger for ownCloud enables users to log data provided by sensor devices AGPL Alexander Stocker - 0.1.0 + 0.1.0.1 SensorLogger tools 174814 diff --git a/tests/curl/post_extend.php b/tests/curl/post_extend.php index 6d85ef9..ee0a815 100755 --- a/tests/curl/post_extend.php +++ b/tests/curl/post_extend.php @@ -5,7 +5,7 @@ $temperature = mt_rand (-9.00*10, 49.99*10) / 10; $co2 = mt_rand (1*10, 1000*10) / 10; - $array = array("deviceId" => "6e643ee8-0f9f-11e7-93ae-92361f002675", + $array = array("deviceId" => "0e643ee8-0f9f-11e7-93ae-92361f002675", "date" => date('Y-m-d H:i:s'), "data" => array(array( "dataTypeId" => 1, diff --git a/tests/curl/register.php b/tests/curl/register.php index 07905e5..fc45456 100755 --- a/tests/curl/register.php +++ b/tests/curl/register.php @@ -30,7 +30,7 @@ $data_json = json_encode($registerArray); $username = 'admin'; - $token = 'AZDMW-FWBYN-JLQAJ-YXHMD'; + $token = 'ZOVOP-DABCK-ZGQMI-UDXKA'; //$username = 'test'; //$token = 'GLOKN-ZRYIN-POCRJ-NFLYK';