]> git.openstreetmap.org Git - chef.git/blob - cookbooks/civicrm/attributes/default.rb
civicrm version bump, manually install mosaico
[chef.git] / cookbooks / civicrm / attributes / default.rb
1 default[:civicrm][:version] = "5.64.2"
2
3 # was used for SotM
4 default[:civicrm][:extensions][:cividiscount][:name] = "org.civicrm.module.cividiscount"
5 default[:civicrm][:extensions][:cividiscount][:repository] = "https://lab.civicrm.org/extensions/cividiscount.git"
6 default[:civicrm][:extensions][:cividiscount][:revision] = "3.8.8"
7
8 # used to email people from civicrm
9 default[:civicrm][:extensions][:emailapi][:name] = "org.civicoop.emailapi"
10 default[:civicrm][:extensions][:emailapi][:repository] = "https://lab.civicrm.org/extensions/emailapi.git"
11 default[:civicrm][:extensions][:emailapi][:revision] = "2.9"
12
13 # fancy email templates
14 # Do not update from git! See https://civicrm.stackexchange.com/questions/25763/mosaico-packages-are-missing-beta-4
15 #default[:civicrm][:extensions][:mosaico][:name] = "uk.co.vedaconsulting.mosaico"
16 #default[:civicrm][:extensions][:mosaico][:repository] = "https://github.com/veda-consulting-company/uk.co.vedaconsulting.mosaico.git"
17 #default[:civicrm][:extensions][:mosaico][:revision] = "3.2"
18
19 # validate that osm username exists, simple check
20 default[:civicrm][:extensions][:username][:name] = "org.openstreetmap.username"
21 default[:civicrm][:extensions][:username][:repository] = "https://github.com/grischard/org.openstreetmap.username.git"
22 default[:civicrm][:extensions][:username][:revision] = "ac86edbe29cf076cd956507ac6cec4bf6c5a137d"
23
24 # do not send report emails if daily report is empty (mwg)
25 default[:civicrm][:extensions][:donotsendreportemail][:name] = "org.civicrm.donotsendreportemail"
26 default[:civicrm][:extensions][:donotsendreportemail][:repository] = "https://github.com/pradpnayak/org.civicrm.donotsendreportemail.git"
27 default[:civicrm][:extensions][:donotsendreportemail][:revision] = "3b31c2e0c62183872c7ecd244395fb8dcfbd5dbb"
28
29 # make civicrm look nicer
30 default[:civicrm][:extensions][:shoreditch][:name] = "org.civicrm.shoreditch"
31 default[:civicrm][:extensions][:shoreditch][:repository] = "https://github.com/civicrm/org.civicrm.shoreditch.git"
32 default[:civicrm][:extensions][:shoreditch][:revision] = "1.0.0-beta.12"
33
34 # extra rules for membership renewal
35 default[:civicrm][:extensions][:membershipextra][:name] = "com.skvare.membershipextra"
36 default[:civicrm][:extensions][:membershipextra][:repository] = "https://github.com/Skvare/com.skvare.membershipextra.git"
37 default[:civicrm][:extensions][:membershipextra][:revision] = "41edc3c04d49987006500b7426b38c12470446b3"
38
39 # Verify active contributor status
40 default[:civicrm][:extensions][:osmfverifycontributor][:name] = "osmf-verify-contributor"
41 default[:civicrm][:extensions][:osmfverifycontributor][:repository] = "https://github.com/openstreetmap/osmf-verify-contributor.git"
42 default[:civicrm][:extensions][:osmfverifycontributor][:revision] = "bb0cd61783033fb2e108c30e47224e5a818987f8"
43
44 # Pay with Mollie
45 default[:civicrm][:extensions][:omnipay][:name] = "nz.co.fuzion.omnipaymultiprocessor"
46 default[:civicrm][:extensions][:omnipay][:repository] = "https://github.com/eileenmcnaughton/nz.co.fuzion.omnipaymultiprocessor.git"
47 default[:civicrm][:extensions][:omnipay][:revision] = "3.19"