Skip to content

Releases: bigcommerce-labs/enom

1.3.0

08 Nov 22:33
363e176
Compare
Choose a tag to compare

pull/12 Support Ruby 3 by bumping the allowed version of public_suffix.

1.2.0

24 Oct 14:47
Compare
Choose a tag to compare

/pull/11 - You can now connect to eNom through a whitelisted proxy server

Update PublicSuffix to 3.0.0

29 Aug 14:04
Compare
Choose a tag to compare

/pull/10: Updates PublicSuffix to 3.0.0

1.1.9

17 Feb 21:36
Compare
Choose a tag to compare
  • #9 - Domain update_expired returns the domain's correct expiration date and status

1.1.8

17 Feb 16:05
Compare
Choose a tag to compare
  • #8 - Domain renew ensures the expiration date is the date from the renew response

1.1.7 Release

04 Apr 20:47
Compare
Choose a tag to compare

(technically, there was a 1.1.6, but a tag was never created so I doubt anyone was using it)

  • From 1.1.6: Updated the PublicSuffix gem dependency to update to 1.5.3.
  • Updates the Enom::Domain#find, Enom::Domain#check, and Enom::Domain#available? methods to allow for optionally supplying a tld. If the tld isn't supplied, we fall back to parsing the entire name, which runs through PublicSuffix.

1.1.5

18 Feb 20:23
Compare
Choose a tag to compare
  • Adds support for UpdateExpiredDomains: ::Enom::Domains.extend_expired!(domain_name, num_years)

1.1.4 Release

14 Apr 14:43
Compare
Choose a tag to compare

Adds auto-renew functionality.

1.1.3

14 Apr 14:51
Compare
Choose a tag to compare
Merge pull request #2 from billthompson/update-public-suffix

Update public_suffix gem to 1.4.6