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.
MIT License
2.21k stars 403 forks source link

Deprecation notices PHP8 #539

Closed topwebstudio closed 1 year ago

topwebstudio commented 1 year ago

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.

YahnisElsts commented 1 year ago

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.

ddur commented 1 year ago

@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

YahnisElsts commented 1 year ago

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.