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.
|
- 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
|
## 1.5.0 - 2026-07-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pulse-signage",
|
"name": "pulse-signage",
|
||||||
"version": "1.5.0",
|
"version": "1.5.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "Pulse Signage application with MySQL and media storage",
|
"description": "Pulse Signage application with MySQL and media storage",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -182,6 +182,7 @@ async function start() {
|
|||||||
|
|
||||||
registerAdminAccountRoutes(app, {
|
registerAdminAccountRoutes(app, {
|
||||||
pool: pool,
|
pool: pool,
|
||||||
|
common: common,
|
||||||
pages: pages,
|
pages: pages,
|
||||||
formatDashboardDate: formatDashboardDate,
|
formatDashboardDate: formatDashboardDate,
|
||||||
getAuditUserId: getAuditUserId,
|
getAuditUserId: getAuditUserId,
|
||||||
|
|||||||
Reference in New Issue
Block a user