Logo
Explore Help
Register Sign In
Malin/domnitor
1
0
Fork 0
You've already forked domnitor
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
4371f174c940a137ff63aad3f96ec8eea7afc8c7
domnitor/database/migrations/023_update_app_version_to_1.1.1.sql

8 lines
224 B
MySQL
Raw Normal View History

Add Pushover notification channel and improve status detection Introduces Pushover as a new notification channel with priority-based alerts, device targeting, and custom sounds. Enhances domain status detection for .nl and .eu domains, ensuring accurate handling when expiration dates or explicit status flags are missing. Fixes PHP 8.x compatibility issues with null parameters in date functions and improves error handling and logging by replacing error_log() with a centralized Logger service. Updates documentation and migrations for version 1.1.1.
2025-11-18 13:22:49 +02:00
-- Update application version to 1.1.1
-- This version includes Pushover notifications, security fixes, and improved domain status detection
UPDATE settings
SET setting_value = '1.1.1'
WHERE setting_key = 'app_version';
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 79ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API