Closed oakesjosh closed 10 months ago
The default value of get_stored_version() is null which can throw a deprecation when passed to version_compare() in newer PHP versions
get_stored_version()
null
version_compare()
Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated
Thank you for that fix!
The default value of
get_stored_version()
isnull
which can throw a deprecation when passed toversion_compare()
in newer PHP versionsDeprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated