From 0fc8ff6c088451fcd70296d64929e8de791e182a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 5 Jul 2018 21:14:39 +0100 Subject: [PATCH] Upgrade foundation and DWG wikis to 1.31 --- cookbooks/foundation/recipes/dwg.rb | 1 + cookbooks/foundation/recipes/wiki.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/cookbooks/foundation/recipes/dwg.rb b/cookbooks/foundation/recipes/dwg.rb index cb2cca105..539790a0f 100644 --- a/cookbooks/foundation/recipes/dwg.rb +++ b/cookbooks/foundation/recipes/dwg.rb @@ -36,6 +36,7 @@ mediawiki_site "dwg.osmfoundation.org" do private true recaptcha_public_key "6LflIQATAAAAAMXyDWpba-FgipVzE-aGF4HIR59N" recaptcha_private_key passwords["dwg"]["recaptcha"] + version "1.31" end mediawiki_extension "MobileFrontend" do diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index e13aaa186..546f35e6c 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -39,6 +39,7 @@ mediawiki_site "wiki.osmfoundation.org" do recaptcha_public_key "6LflIQATAAAAAMXyDWpba-FgipVzE-aGF4HIR59N" recaptcha_private_key passwords["wiki"]["recaptcha"] extra_file_extensions ["mp3"] + version "1.31" end mediawiki_extension "MobileFrontend" do -- 2.43.2