Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad514102e7 | ||
|
|
cceb5d8fde | ||
|
|
b0e72e40d4 |
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
- No unreleased changes recorded yet.
|
||||
|
||||
## 1.5.1 - 2026-07-25
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed the account page so it can save changes again.
|
||||
|
||||
## 1.5.0 - 2026-07-25
|
||||
|
||||
### Added
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pulse-signage",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"private": false,
|
||||
"description": "Pulse Signage application with MySQL and media storage",
|
||||
"repository": {
|
||||
|
||||
@@ -182,6 +182,7 @@ async function start() {
|
||||
|
||||
registerAdminAccountRoutes(app, {
|
||||
pool: pool,
|
||||
common: common,
|
||||
pages: pages,
|
||||
formatDashboardDate: formatDashboardDate,
|
||||
getAuditUserId: getAuditUserId,
|
||||
|
||||
Reference in New Issue
Block a user