What more can you do to display correct version information in the system panel

Hi,

I have this plugin. kirby3-ray and I received an issue that the system panel can’t show the update information. (Support for panel update checks, broken in 2.0 · Issue #7 · genxbe/kirby3-ray · GitHub)

The version is filled in in the composer.json so I’m not sure what more I can do to let this work correctly :thinking:

Cheers!

Sam

There’s a mismatch between the plugin name on getkirby.com (genxbe/ray) and the one in your plugin’s index.php (genxbe/kirby3-ray).

You can read more about this here: Migration guide for plugin developers | Kirby CMS

Since your plugin option already uses just ray, I’d recommend to update your plugin’s index.php. Your Composer package name can and should be unchanged.

Cheers! Is it possible that there’s a delay for Kirby to pick up an updated version?
Screenshot: 2023-03-25_17.15.26

Yes, both the getkirby.com plugin directory and the update check in the Panel use caching to keep resource usage low. The plugin directory has already updated and you can update your Panel by clearing site/cache/updates.

1 Like