Skip to content

Commit

Permalink
Prepare SensorLogger for owncloud 0.1.1 Update Release Ref. #101 #11 #51
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Stocker committed Dec 15, 2021
1 parent ebff066 commit 10a74fa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SensorLogger for owncloud

### 0.1.1 UNRELEASED
### 0.1.1 RELEASED
* Added #101 PHP 8 Support
* Fixed creating device groups and types on the fly within device details sidebar
* Reworked and cleaned up JS #11
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "alexstocker/sensorlogger",
"description": "SensorLogger for owncloud",
"type": "project",
"version": "0.1.0",
"version": "0.1.1",
"license": "AGPL",
"minimum-stability": "dev",
"repositories": [
Expand Down
2 changes: 1 addition & 1 deletion tests/curl/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$data_json = json_encode($array);

$username = 'admin';
$token = 'TCQDX-RVAMN-TLKFS-ILSSZ';
$token = 'EDDUA-BGCAA-WUNYU-AVYYY';

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
Expand Down
2 changes: 1 addition & 1 deletion tests/curl/post_extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$endpoint . DIRECTORY_SEPARATOR;

$username = 'admin';
$token = 'TCQDX-RVAMN-TLKFS-ILSSZ';
$token = 'EDDUA-BGCAA-WUNYU-AVYYY';
$deviceId = '20e643ee8-0f9f-11e7-93ae-92361f002675';

$humidity = mt_rand (1.00*10, 99.99*10) / 10;
Expand Down
4 changes: 2 additions & 2 deletions tests/curl/register_extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
$path . DIRECTORY_SEPARATOR .
$endpoint . DIRECTORY_SEPARATOR;

$username = 'admin';
$token = 'TCQDX-RVAMN-TLKFS-ILSSZ';
$username = 'admin';
$token = 'EDDUA-BGCAA-WUNYU-AVYYY';
$deviceId = '20e643ee8-0f9f-11e7-93ae-92361f002675';

$registerArray = [
Expand Down

0 comments on commit 10a74fa

Please sign in to comment.