Skip to content

Commit

Permalink
Civicrm version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grischard committed May 11, 2024
1 parent 5dbc0df commit 9876d31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cookbooks/civicrm/attributes/default.rb
@@ -1,4 +1,4 @@
default[:civicrm][:version] = "5.69.4"
default[:civicrm][:version] = "5.73.1"

# was used for SotM
# default[:civicrm][:extensions][:cividiscount][:name] = "org.civicrm.module.cividiscount"
Expand All @@ -8,11 +8,11 @@
# used to email people from civicrm
default[:civicrm][:extensions][:emailapi][:name] = "org.civicoop.emailapi"
default[:civicrm][:extensions][:emailapi][:repository] = "https://lab.civicrm.org/extensions/emailapi.git"
default[:civicrm][:extensions][:emailapi][:revision] = "2.12"
default[:civicrm][:extensions][:emailapi][:revision] = "2.14"

# fancy email templates - INSTALL MANUALLY, NOT FROM GIT
default[:civicrm][:extensions][:mosaico][:name] = "uk.co.vedaconsulting.mosaico"
default[:civicrm][:extensions][:mosaico][:zip] = "https://download.civicrm.org/extension/uk.co.vedaconsulting.mosaico/3.3.1697392242/uk.co.vedaconsulting.mosaico-3.3.1697392242.zip"
default[:civicrm][:extensions][:mosaico][:zip] = "https://download.civicrm.org/extension/uk.co.vedaconsulting.mosaico/3.5.1709296836/uk.co.vedaconsulting.mosaico-3.5.1709296836.zip"

# validate that osm username exists, simple check
default[:civicrm][:extensions][:username][:name] = "org.openstreetmap.username"
Expand All @@ -27,7 +27,7 @@
# make civicrm look nicer
default[:civicrm][:extensions][:theisland][:name] = "theisland"
default[:civicrm][:extensions][:theisland][:repository] = "https://lab.civicrm.org/extensions/theisland.git"
default[:civicrm][:extensions][:theisland][:revision] = "2.3.1"
default[:civicrm][:extensions][:theisland][:revision] = "2.3.2"

# civiprospect
default[:civicrm][:extensions][:civiprospect][:name] = "uk.co.compucorp.civicrm.prospect"
Expand Down Expand Up @@ -72,14 +72,14 @@
# 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.20"
default[:civicrm][:extensions][:mjwshared][:revision] = "1.2.22"

# Stripe requires sweetalert
default[:civicrm][:extensions][:sweetalert][:name] = "org.civicrm.sweetalert"
default[:civicrm][:extensions][:sweetalert][:repository] = "https://lab.civicrm.org/extensions/sweetalert.git"
default[:civicrm][:extensions][:sweetalert][:revision] = "1.5"
default[:civicrm][:extensions][:sweetalert][:revision] = "1.6"

# Stripe requires firewall
default[:civicrm][:extensions][:firewall][:name] = "org.civicrm.firewall"
default[:civicrm][:extensions][:firewall][:repository] = "https://lab.civicrm.org/extensions/firewall.git"
default[:civicrm][:extensions][:firewall][:revision] = "1.5.9"
default[:civicrm][:extensions][:firewall][:revision] = "1.5.10"

0 comments on commit 9876d31

Please sign in to comment.