Quote:
Originally Posted by peaceridge
I'm still on version 4.23 of Calibre. Can I still update the plugins or are they written for Calibre 5?
|
In the _init__.py file of the plugin it should contain a line listing the minimum version of calibre required.
Code:
version = (1, 2, 0)
minimum_calibre_version = (3, 48, 0)
So if you are running calibre 3.48 and the plugin requires calibre 4.23 or 5.0.0 then you should not get a notification to update.
To check to see if you can install a plugin go to preferences--plugins, all plugin will have the latest version listed and should have the minimum version of calibre required listed--see screenshot.
bernie