Freemius / wordpress-sdk

https://freemius.com
GNU General Public License v3.0
258 stars 76 forks source link

fix: added missing $is_beta class property to FS_User #676

Open bfintal opened 6 months ago

bfintal commented 6 months ago

Fixes https://github.com/Freemius/wordpress-sdk/issues/675

swashata commented 5 months ago

Hey @bfintal thank you for the PR. As I can see it is adding a property to the FS_User class. But we have moved the is_beta from user to site/install quite some time back.

So could it be that the error you're getting is due to some old/legacy account data? We have also incorporated a garbage collector, so that old data might have gotten deleted already.

Could you please confirm if this fix is still needed, even after running the garbage collector?