From a17a9543ed7a98c3ea952740188919f05bba0d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Mon, 17 Dec 2018 07:19:28 +0100 Subject: [PATCH] Bump version: 12.2, with compatibility info --- buildVars.py | 10 ++++++++-- manifest.ini.tpl | 3 +++ readme.md | 1 + 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/buildVars.py b/buildVars.py index 5457d249..738d26fa 100755 --- a/buildVars.py +++ b/buildVars.py @@ -19,13 +19,19 @@ # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description" : _("Add-on for setting place markers on specific virtual documents"), # version - "addon_version" : "12.1", + "addon_version" : "12.2", # Author(s) "addon_author" : u"Noelia , Chris ", # URL for the add-on documentation support - "addon_url" : "http://addons.nvda-project.org", + "addon_url" : "https://addons.nvda-project.org/addons/placeMarkers", # Documentation file name "addon_docFileName" : "readme.html", + # Minimum NVDA version supported (e.g. "2018.3") + "addon_minimumNVDAVersion" : "2018.3", + # Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version) + "addon_lastTestedNVDAVersion" : "2019.1", + # Add-on update channel (default is stable or None) + "addon_updateChannel" : None, } diff --git a/manifest.ini.tpl b/manifest.ini.tpl index 7de43bfe..d44355dd 100755 --- a/manifest.ini.tpl +++ b/manifest.ini.tpl @@ -5,3 +5,6 @@ author = "{addon_author}" url = {addon_url} version = {addon_version} docFileName = {addon_docFileName} +minimumNVDAVersion = {addon_minimumNVDAVersion} +lastTestedNVDAVersion = {addon_lastTestedNVDAVersion} +updateChannel = {addon_updateChannel} diff --git a/readme.md b/readme.md index 52872bf5..54417d49 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # placeMarkers # * Authors: Noelia, Chris. +* NVDA compatibility: 2018.3 to 2019.1 * download [stable version][1] * download [development version][2]