Skip to content

Commit

Permalink
civicrm version bump, corrected extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
grischard committed Oct 17, 2023
1 parent 3c04971 commit 4d05867
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbooks/civicrm/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# 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.2.1691060437/uk.co.vedaconsulting.mosaico-3.2.1691060437.zip"
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"

# validate that osm username exists, simple check
default[:civicrm][:extensions][:username][:name] = "org.openstreetmap.username"
Expand All @@ -25,9 +25,9 @@
default[:civicrm][:extensions][:donotsendreportemail][:revision] = "3b31c2e0c62183872c7ecd244395fb8dcfbd5dbb"

# make civicrm look nicer
default[:civicrm][:extensions][:shoreditch][:name] = "theisland"
default[:civicrm][:extensions][:shoreditch][:repository] = "https://lab.civicrm.org/extensions/theisland.git"
default[:civicrm][:extensions][:shoreditch][:revision] = "2.1.0"
default[:civicrm][:extensions][:theisland][:name] = "theisland"
default[:civicrm][:extensions][:theisland][:repository] = "https://lab.civicrm.org/extensions/theisland.git"
default[:civicrm][:extensions][:theisland][:revision] = "2.1.0"

# civiprospect
default[:civicrm][:extensions][:civiprospect][:name] = "uk.co.compucorp.civicrm.prospect"
Expand Down

0 comments on commit 4d05867

Please sign in to comment.