Skip to content

Commit 7df2121

Browse files
committed
Prepare update v1.1.4
1 parent 9faa9b4 commit 7df2121

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
Open for your feature [requests](https://github.com/femto-code/Rasberry-Pi-Dashboard/pulls) or [issues](https://github.com/femto-code/Rasberry-Pi-Dashboard/issues)!
88
[https://github.com/femto-code/Rasberry-Pi-Dashboard](https://github.com/femto-code/Rasberry-Pi-Dashboard)
99

10-
## [1.2.0] - 2022-XX-XX
11-
12-
## Added
13-
- GPIO live status
14-
15-
## Changed
16-
- improved error handling of network requests
10+
## [1.1.4] - 2023-10-13
11+
- fix stats not showing up on systems with PHP version 8.1+ (#61)
1712

1813
## [1.1.3] - 2023-09-17
1914
- updated dependencies

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,9 @@
501501
</h2>
502502
<div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample">
503503
<div class="accordion-body">
504-
<h3><span class='text-success'>&#10003;</span> Version 1.1.2</h3>
504+
<h3><span class='text-success'>&#10003;</span> Version 1.1.4</h3>
505505
<ul><li>live page title with hostname + status of monitored RPi</li><li>overhauled project documentation / readme</li><li><a href='https://github.com/femto-code/Rasberry-Pi-Dashboard/releases'>Stay updated here</a></li><li><i><a href="CHANGELOG.md">All changes</a></i></li></ul>
506-
<small>most important changes since RPi Dashboard v1.0.1</small>
506+
<small>most important changes since RPi Dashboard v1.0</small>
507507
</div>
508508
</div>
509509
</div>
@@ -571,7 +571,7 @@
571571
<!-- Footer -->
572572
<footer style="line-height: 40px; margin-top: 10px;" class="border-top py-1">
573573
<div class="container text-center">
574-
RPi Dashboard v1.1.3 <span class="text-muted">(Sept 2023)</span> <span id="dot">&middot;</span> <span id="notf" class="text-success">See the <a href="https://github.com/femto-code/Rasberry-Pi-Dashboard/releases">Github releases</a> for updates!</span><br />
574+
RPi Dashboard v1.1.4 <span class="text-muted">(Oct 2023)</span> <span id="dot">&middot;</span> <span id="notf" class="text-success">See the <a href="https://github.com/femto-code/Rasberry-Pi-Dashboard/releases">Github releases</a> for updates!</span><br />
575575
<button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i>&nbsp;Options</button>
576576
<hr style="margin-top: 0; margin-bottom: 0;">
577577
femto-code&nbsp;<a href="https://github.com/femto-code"><i class="bi bi-github"></i></a> &middot; <span class="text-muted">2018 - 2023</span>

0 commit comments

Comments
 (0)