]> git.openstreetmap.org Git - chef.git/commitdiff
update osmfverifycontributor plugin
authormichael spreng <code@m.spreng.ch>
Wed, 10 Jul 2024 06:51:16 +0000 (08:51 +0200)
committerGrant <github@firefishy.com>
Wed, 10 Jul 2024 15:56:04 +0000 (16:56 +0100)
Should fix the issue that contributors got memberships unconditionally

cookbooks/civicrm/attributes/default.rb

index 70c1ef43520dcd76a50756d94a31d07deac63324..a96e013884d699c13a2352abcb5765fd00840407 100644 (file)
@@ -60,7 +60,7 @@ default[:civicrm][:extensions][:membershipextra][:revision] = "847fa370639d4ace4
 # Verify active contributor status
 default[:civicrm][:extensions][:osmfverifycontributor][:name] = "osmf-verify-contributor"
 default[:civicrm][:extensions][:osmfverifycontributor][:repository] = "https://github.com/openstreetmap/osmf-verify-contributor.git"
-default[:civicrm][:extensions][:osmfverifycontributor][:revision] = "5fb3ebf6c6636e7e4eeadd074b8074593330ddca"
+default[:civicrm][:extensions][:osmfverifycontributor][:revision] = "73e4d5cf77623cb9a6217f0b0166386f96330b6f"
 
 # Pay with Mollie
 default[:civicrm][:extensions][:omnipay][:name] = "nz.co.fuzion.omnipaymultiprocessor"