Skip to content

Releases: Athlon1600/php-cidr-range-optimizer

v1.0.2

16 Aug 19:40
Compare
Choose a tag to compare
  • Fixed an issue where sometimes we get incorrect results when converting IP address range to CIDR. f080cb2

v1.0.1

17 Jul 21:44
Compare
Choose a tag to compare
  • Fixed an issue that happens when creating a CIDR object with only an IP address passed in. c3d0540
// should be equivalent to: 142.250.191.238/32
$range = new CIDR("142.250.191.238")

v1.0.0

15 Jul 04:21
Compare
Choose a tag to compare
  • Initial Release
  • API expected to be stable from here