From: Guillaume RISCHARD Date: Sat, 11 May 2024 19:18:19 +0000 (-0400) Subject: Civi theme version bump, php warning X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/fbb59f519dfff2541a391b3bfe1d7ac751a85fe9 Civi theme version bump, php warning --- diff --git a/cookbooks/civicrm/attributes/default.rb b/cookbooks/civicrm/attributes/default.rb index 80a894e8d..c8cc94bb8 100644 --- a/cookbooks/civicrm/attributes/default.rb +++ b/cookbooks/civicrm/attributes/default.rb @@ -1,3 +1,4 @@ +# Don't upgrade ta 5.75 before upgrading ridley to php 8! default[:civicrm][:version] = "5.73.1" # was used for SotM @@ -27,7 +28,7 @@ default[:civicrm][:extensions][:donotsendreportemail][:revision] = "1.0" # 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.2" +default[:civicrm][:extensions][:theisland][:revision] = "2.3.3" # civiprospect default[:civicrm][:extensions][:civiprospect][:name] = "uk.co.compucorp.civicrm.prospect"