Skip to content

Commit

Permalink
Added #101 PHP 8 and #100 NC21 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstocker committed Jul 2, 2021
1 parent 66e93e3 commit 2c072b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SensorLogger

### 0.1.4nc UNRELEASED
* Added #101 PHP 8 and #100 NC21 Support
* #98 Modified App description

### 0.1.3nc RELEASED
Expand Down
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
uptime, iops, water level, voltage, luminosity, rainfall and many many more.</description>
<licence>AGPL</licence>
<author>Alexander Stocker</author>
<version>0.1.3</version>
<version>0.1.4</version>
<namespace>SensorLogger</namespace>
<category>tools</category>
<ocsid>174814</ocsid>
Expand All @@ -31,8 +31,8 @@
<screenshot>https://www.html5live.at/wp-content/uploads/2019/05/sensorlogger-nc16-widget-sidebar.png</screenshot>
<screenshot>https://www.html5live.at/wp-content/uploads/2019/05/sensorlogger-nc16-device-edit.png</screenshot>
<dependencies>
<nextcloud min-version="15" max-version="20"/>
<nextcloud min-version="15" max-version="23"/>
<database min-version="5.7">mysql</database>
<php min-version="7.0" max-version="7.3"/>
<php min-version="7.0" max-version="8.0"/>
</dependencies>
</info>

0 comments on commit 2c072b3

Please sign in to comment.