View Single Post
Old 04-12-2025, 10:36 AM   #5
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,922
Karma: 169810634
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Jon, the minimum version of calibre for a plugin to work is already supported. The discussion that BetterRed linked to was a suggestion that a maximum version of calibre supported by a plugin be added similar to the already supported minimum version found in the __init__.py file in the plugin .zip container.

Code:
    name                    = 'Baen'
    description             = 'Downloads metadata and covers from Baen'
    author                  = 'Grant Drake'
    version                 = (1, 1, 0)
    minimum_calibre_version = (2, 0, 0)
DNSB is online now   Reply With Quote