Domain Monitor v1.1.4
Add CSV/JSON export and import endpoints and UI for the TLD registry, plus a manual Create TLD modal and drag-and-drop import UX. Standardize import/export logging by adding Logger('import'/'export') calls to Domains, Tags, Notification Groups and TLD flows.
What's new
- TLD Registry Import & Export - CSV/JSON export/import for TLD entries with WHOIS, RDAP, registry URL data
- Manual TLD Creation - Modal form to add custom TLDs with multi-level support (.co.uk, .co.za, .com.au)
- IANA Dropdown - Consolidated IANA operations (Import TLDs, Check Updates, Import Logs) into a single dropdown
- Standardized Import/Export Logging - Consistent
Loggerusage across Tags, Domains, Notification Groups, and TLD Registry - TLD Registry Action Bar Redesigned - Cleaner layout: IANA (indigo), Export (emerald), Import, Create TLD
- Migration:
026_update_app_version_v1.1.4.sql
Install
- Upload & unzip to your web root
- Copy
.env.example→.envand set DB/mail info - Run
composer install --no-dev --prefer-dist - Point your webserver to the
public/folder
Version history:
View detailed changelog →