From 49e156b5d2208e0194ef4495f432acf9d807e570 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 15 Jun 2023 19:05:56 -0700 Subject: [PATCH] mediawiki: Increment version to run update.php automatically Closes: #2356. This is needed for upgrade from bullseye to bookworm. Tests: - Install mediawiki without the patch. Apply the patch and restart the service. Notice that mediawiki setup has run and mediawiki..update() privileged method is called. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/mediawiki/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/mediawiki/__init__.py b/plinth/modules/mediawiki/__init__.py index c9f86d7ab..433143381 100644 --- a/plinth/modules/mediawiki/__init__.py +++ b/plinth/modules/mediawiki/__init__.py @@ -40,7 +40,7 @@ class MediaWikiApp(app_module.App): app_id = 'mediawiki' - _version = 11 + _version = 12 def __init__(self): """Create components for the app."""