Skip to content

Releases: herbdool/civicrm-starterkit-drops-7

7.78-5.32.1-0

21 Jan 19:56
3969c79
Compare
Choose a tag to compare

Up to date with Drupal 7.78 and CiviCRM 5.32.1

7.73-5.31.0-0

16 Nov 16:04
Compare
Choose a tag to compare

Up to date with Drupal 7.73 and CiviCRM 5.31.0

7.73-5.29.1-0

16 Nov 14:33
Compare
Choose a tag to compare

Up to date with Drupal 7.73 and CiviCRM 5.29.1.

7.59-5.5.3-0

27 Sep 03:52
Compare
Choose a tag to compare

Update to CiviCRM 5.5.3 which includes various improvements and bug fixes.

7.57-5.3.1-0

21 Jul 18:59
Compare
Choose a tag to compare

Update CiviCRM to 5.3.1, which includes critical security fixes. Upgrade as quickly as possible.

7.57-4.7.30-1

02 Mar 21:00
Compare
Choose a tag to compare

Update to the way CiviCRM templates are compiled. This is a small but important change to the settings file. There are no database changes.

We have removed the patch to optionally store compiled templates in Redis. This approach is no longer recommended. Instead, based on Pantheon's recommendations, you should store compiled templates in the /tmp folder. You will need to update your civicrm.settings.php file to assign CIVICRM_TEMPLATE_COMPILEDIR to the /tmp directory. Compare your live settings file to sites/default/default.civicrm.settings.php. You can read the full explanation in the README.md file.

Specifically CIVICRM_TEMPLATE_COMPILEDIR should look like this:

if (isset($pantheon_conf)) {
    define('CIVICRM_TEMPLATE_COMPILEDIR', '/srv/bindings/' . $pantheon_conf['pantheon_binding'] . '/tmp/civicrm/templates_c/');
  }

Fully test on a dev environment before upgrading on live. Don't merge this code yet if you've got other updates which are urgent. If you have questions contact http://civicrmstarterkit.org/contact. We provide some basic general support for the public. If you require help with your specific website there will likely be a cost.