Skip to content

v0.8.5

Latest
Compare
Choose a tag to compare
@getpinga getpinga released this 14 Feb 10:21
  • Added support for DNSimple DNS.

Reminder: If using module from previous versions and is impossible to make a reinstall, you need to make the following DB modifications:

ALTER TABLE `service_dns` ADD COLUMN `zoneId` varchar(100) DEFAULT NULL;
ALTER TABLE `service_dns_records` ADD COLUMN `recordId` varchar(100) DEFAULT NULL;