]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/attributes/default.rb
Civicrm core version bump
[chef.git] / cookbooks / civicrm / attributes / default.rb
index b249323eeabea3a88b10e91e6ff1de1803776be8..73b78fa28deb0ca870e668effe4d869bf8aa769e 100644 (file)
@@ -1,4 +1,4 @@
-default[:civicrm][:version] = "5.66.1"
+default[:civicrm][:version] = "5.69.4"
 
 # was used for SotM
 # default[:civicrm][:extensions][:cividiscount][:name] = "org.civicrm.module.cividiscount"
@@ -17,12 +17,12 @@ default[:civicrm][:extensions][:mosaico][:zip] = "https://download.civicrm.org/e
 # validate that osm username exists, simple check
 default[:civicrm][:extensions][:username][:name] = "org.openstreetmap.username"
 default[:civicrm][:extensions][:username][:repository] = "https://github.com/grischard/org.openstreetmap.username.git"
-default[:civicrm][:extensions][:username][:revision] = "ac86edbe29cf076cd956507ac6cec4bf6c5a137d"
+default[:civicrm][:extensions][:username][:revision] = "9d67583bd3e0342a9770cde48f23586f707012ee"
 
 # do not send report emails if daily report is empty (mwg)
 default[:civicrm][:extensions][:donotsendreportemail][:name] = "org.civicrm.donotsendreportemail"
 default[:civicrm][:extensions][:donotsendreportemail][:repository] = "https://github.com/pradpnayak/org.civicrm.donotsendreportemail.git"
-default[:civicrm][:extensions][:donotsendreportemail][:revision] = "3b31c2e0c62183872c7ecd244395fb8dcfbd5dbb"
+default[:civicrm][:extensions][:donotsendreportemail][:revision] = "1.0"
 
 # make civicrm look nicer
 default[:civicrm][:extensions][:theisland][:name] = "theisland"
@@ -62,7 +62,7 @@ default[:civicrm][:extensions][:osmfverifycontributor][:revision] = "bb0cd617830
 # Pay with Mollie
 default[:civicrm][:extensions][:omnipay][:name] = "nz.co.fuzion.omnipaymultiprocessor"
 default[:civicrm][:extensions][:omnipay][:repository] = "https://github.com/eileenmcnaughton/nz.co.fuzion.omnipaymultiprocessor.git"
-default[:civicrm][:extensions][:omnipay][:revision] = "3.21"
+default[:civicrm][:extensions][:omnipay][:revision] = "3.22"
 
 # Pay with Stripe
 default[:civicrm][:extensions][:stripe][:name] = "com.drastikbydesign.stripe"
@@ -72,7 +72,7 @@ default[:civicrm][:extensions][:stripe][:revision] = "6.9.4"
 # Stripe requires mjwshared ("payment shared")
 default[:civicrm][:extensions][:mjwshared][:name] = "com.mjwconsult.mjwshared"
 default[:civicrm][:extensions][:mjwshared][:repository] = "https://lab.civicrm.org/extensions/mjwshared.git"
-default[:civicrm][:extensions][:mjwshared][:revision] = "1.2.17"
+default[:civicrm][:extensions][:mjwshared][:revision] = "1.2.18"
 
 # Stripe requires sweetalert
 default[:civicrm][:extensions][:sweetalert][:name] = "org.civicrm.sweetalert"