cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
63 stars 15 forks source link

Freemius deprecated warnings #915

Closed cyberhobo closed 1 year ago

cyberhobo commented 1 year ago

I have reports of Freemius generating deprecated call notices like this:

Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Hopefully an upgrade will address these, I'll check their repo for related issues.

cyberhobo commented 1 year ago

I found an issue for this in the Freemius SDK that state it has been fixed: https://github.com/Freemius/wordpress-sdk/issues/540

There have been releases since that issue so upgrading to the current 2.5.5 should fix this.