Skip to content

Releases: yiisoft/network-utilities

Version 1.2.0

02 Sep 14:07
1.2.0
9b51434
Compare
Choose a tag to compare
  • New #65: Add IP_PATTERN and IP_REGEXP constants to IpHelper for checking IP of both IPv4 and IPv6 versions
    (@arogachev)
  • New #65: Add NEGATION_CHARACTER constant to IpRanges used to negate ranges (@arogachev)
  • New #65: Add isIpv4(), isIpv6(), isIp() methods to IpHelper (@arogachev)

Version 1.1.0

06 Aug 07:03
1.1.0
528bc68
Compare
Choose a tag to compare
  • New #63: Add IpRanges that represents a set of IP ranges that are either allowed or forbidden (@vjik)
  • Bug #59: Fix error while converting IP address to bits representation in PHP 8.0+ (@vjik)