Skip to content

Releases: utopia-php/domains

0.10.0

03 Nov 12:52
10505df

Choose a tag to compare

What's Changed

Breaking Changes

  • PHP Version: Minimum requirement increased from 8.0 to 8.2
  • Namespaces:
    • Contact moved to Utopia\Domains\Registrar
    • Adapters moved to Utopia\Domains\Registrar\Adapter namespace
  • Exceptions: Renamed to follow PSR conventions (e.g., DomainTaken → DomainTakenException)
  • Return Types: Methods now return typed objects (Domain, Registration, Renewal) instead of arrays
  • Parameters:
    • purchase(): Added required $periodYears parameter
    • transfer(): Added required $authCode parameter
    • renew(): Parameter renamed $years → $periodYears

New Features

  • getAuthCode(string $domain): Retrieve authorization codes for domain transfers
  • checkTransferStatus(string $domain): Check domain transfer status
  • updateDomain(string $domain, array $details): Update domain details and contacts
  • New domain objects: Domain, Registration, Renewal, TransferStatus

Improvements

  • Enhanced OpenSRS adapter implementation
  • Improved test coverage with dedicated adapter tests
  • Updated CI to test PHP 8.2, 8.3, 8.4
  • Updated development dependencies (laravel/pint, phpstan)

Full Changelog: 0.9.1...0.10.0

0.9.1

21 Oct 16:29
99b4ec9

Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

21 Oct 08:57
2c8a2a2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.4...0.9.0

0.8.4

17 Oct 11:32
316a76b

Choose a tag to compare

What's Changed

Full Changelog: 0.8.3...0.8.4

0.8.3

16 Oct 10:23
b6d4c3a

Choose a tag to compare

What's Changed

Full Changelog: 0.8.2...0.8.3

0.8.2

10 Oct 10:04
caa294d

Choose a tag to compare

What's Changed

  • Refactor OpenSRS suggest method to properly handle limit parameter by @ChiragAgg5k in #44

Full Changelog: 0.8.1...0.8.2

0.8.1

04 Oct 18:47
d5f903e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

16 May 10:04
650463d

Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

29 Apr 08:39
c487858

Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

05 Sep 16:22
5c70b0f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0