Releases: getnamingo/fossbilling-dns
Releases · getnamingo/fossbilling-dns
v1.0.0
v1.0.0-RC1
- Major update on the BIND9 module.
- Version is stable, needs more further testing and soon will be released 1.0.0
v0.8.5
- 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;
v0.8.4
- Added support for Hetzner DNS.
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;