The current license key validation fails on new license keys from MaxMind, e.g., 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. It appears that the current validation requires the keys to match ^[A-Za-z0-9]{16}$:
The new license keys match [A-Za-z0-9]{6}_[A-Za-z0-9]{29}_mmk. The length may also increase in the future. See these release notes for more information.
The current license key validation fails on new license keys from MaxMind, e.g.,
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
. It appears that the current validation requires the keys to match^[A-Za-z0-9]{16}$
:https://github.com/yellowtree/geoip-detect/blob/d42e18c534dc53a48f27bc02663277c40d2f0c48/data-sources/manual.php#L139-L156
The new license keys match
[A-Za-z0-9]{6}_[A-Za-z0-9]{29}_mmk
. The length may also increase in the future. See these release notes for more information.