From 7e1222b02298d8ae1ec3462f51714f6a9000111c Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 19 May 2026 12:44:23 +0000 Subject: [PATCH] Release v1.0.3: post-1.0.2 hotfixes (logging, customer objects, version display, module catalog & installer) - bootstrap/app.php: restore default Laravel exception logging. The diagnostic reportable() callback no longer returns false unconditionally it only suppresses default reporting when a reporter actually handled the exception, so storage/logs/laravel.log shows errors again on fresh installs. - Customer object creation: fix 500 when notify_recipients is empty (NOT NULL violation). Reconcile drift across migration/validation/form/lang: the field is now treated consistently as an enum (customer|object|both) matching the notification consumers; form uses a + + + +