Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/addons/domain-seller/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ sidebar_position: 99

# Domain Seller Changelog

Version 1.4.0 - Released on 2026-07-09

- New: Added Cloudflare Registrar as a supported provider for domain registration, pricing, availability checks, and DNS management when a Cloudflare zone exists
- Fix: Displayed domain choices correctly when customers search from the header domain search
- Fix: Restored compatibility with Jetpack Autoloader 5 so the addon can load reliably with newer dependency tooling
- Fix: Limited automatic renewal jobs to the correct domain-renewal context
- Fix: Improved automatic renewal lookups so customer metadata is read from the correct schema

Version 1.3.0 - Released on 2026-06-02
- New: Added a network-admin warning when HostAfrica reseller balance gets too low
- New: Added automatic mapping of newly registered domains to the network site
Expand Down
6 changes: 4 additions & 2 deletions docs/addons/domain-seller/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Domain registration is one of the most requested upsells for any WaaS (Website a
* **HostAfrica** — Domain search, pricing, registration, transfer, DNS, and ID protection via the Domains Reseller API
* **Openprovider** — Reseller pricing, registration, renewal, transfers, DNS, WHOIS privacy, and TLD sync
* **Hostinger** — Domain search and registration using the shared Hostinger integration token
* **Cloudflare Registrar** — Standard non-premium domain registration with real-time availability and pricing, renewal controls, and DNS record management when the domain has a Cloudflare zone
* **Extensible Architecture** — Built on the Integration Registry pattern, making it easy to add more providers
* **Built-in Connection Testing** — Validate provider credentials and connectivity before going live

Expand Down Expand Up @@ -76,6 +77,7 @@ Domain registration is one of the most requested upsells for any WaaS (Website a
* **HostAfrica** — Registration, renewal, transfers, DNS management, EPP code retrieval, registrar lock, and ID protection
* **Openprovider** — Registration, renewal, transfers, DNS management, EPP code retrieval, registrar lock, WHOIS privacy, and reseller TLD sync
* **Hostinger** — Registration, domain lookup, nameserver updates, registrar lock, and WHOIS privacy; renewals are handled by Hostinger auto-renew
* **Cloudflare Registrar** — Standard non-premium registration, real-time availability and at-cost pricing, renewal controls, and DNS management for domains with a Cloudflare zone
* **GoDaddy** — Registration and renewal
* **ResellerClub** — Registration, renewal, and DNS management
* **NameSilo** — Registration and renewal
Expand Down Expand Up @@ -108,7 +110,7 @@ Version 2.4.12 or higher. The addon is not compatible with WP Ultimo v1.x or Ult

### Which domain providers are supported?

Nine registrars are supported: **OpenSRS**, **Namecheap**, **HostAfrica**, **Openprovider**, **Hostinger**, **GoDaddy**, **ResellerClub**, **NameSilo**, and **Enom**. Capabilities vary by provider because registrar APIs expose different operations; see the setup guide for a provider-by-provider overview. The addon's Integration Registry architecture makes it straightforward to add custom providers — see the [developer guide](/developer/integration-guide/custom-registrar).
Ten registrars are supported: **OpenSRS**, **Namecheap**, **HostAfrica**, **Openprovider**, **Hostinger**, **Cloudflare Registrar**, **GoDaddy**, **ResellerClub**, **NameSilo**, and **Enom**. Capabilities vary by provider because registrar APIs expose different operations; see the setup guide for a provider-by-provider overview. The addon's Integration Registry architecture makes it straightforward to add custom providers — see the [developer guide](/developer/integration-guide/custom-registrar).

### Can I offer WHOIS privacy protection?

Expand All @@ -128,7 +130,7 @@ Yes. Domains can be set to auto-renew and are tied to the customer's membership

### Can customers manage their DNS records?

Yes. Customers get a DNS management interface in their dashboard to add, edit, and delete A, AAAA, CNAME, MX, and TXT records. DNS management is available with OpenSRS, ResellerClub, Enom, HostAfrica, and Openprovider. Hostinger DNS for hosted domains is handled by the core Hostinger domain-mapping integration.
Yes. Customers get a DNS management interface in their dashboard to add, edit, and delete A, AAAA, CNAME, MX, and TXT records. DNS management is available with OpenSRS, ResellerClub, Enom, HostAfrica, Openprovider, and Cloudflare Registrar when the domain has an active Cloudflare zone. Hostinger DNS for hosted domains is handled by the core Hostinger domain-mapping integration.

### Is there a setup wizard?

Expand Down