Version 1.2 of Yii Network Utilities package has been released. Here is the list of changes included in the new version:
- Added
IP_PATTERNandIP_REGEXPconstants toIpHelperfor checking IP of both IPv4 and IPv6 versions. - Added
NEGATION_CHARACTERconstant toIpRangesused to negate ranges. - Added
isIpv4(),isIpv6(),isIp()methods toIpHelper.