YahnisElsts / plugin-update-checker

A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation notices PHP8

topwebstudio opened this issue · comments

Deprecated: Creation of dynamic property YahnisElsts\PluginUpdateChecker\v5p1\Plugin\PluginInfo::$status is deprecated
Deprecated: Creation of dynamic property YahnisElsts\PluginUpdateChecker\v5p1\Plugin\PluginInfo::$error_note is deprecated

Just need to define those variables in PluginInfo class.

I think this should already be fixed in the master branch, I just haven't made a new release since making that commit. Consider trying the development version.

commented

@YahnisElsts

I think this should already be fixed in the master branch, I just haven't made a new release since making that commit. Consider trying the development version.

I made copy of modified files over 5.1 v.
What you mean by "development version", how to use it?

Thanks

I just meant the unreleased changes in the master branch, i.e. code that's "in development". Anyway, that's unnecessary now because I've released version 5.2 which includes those changes.