Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run civix upgrade #9

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Conversation

eileenmcnaughton
Copy link
Contributor

This allows people on the latest CiviCRM to switch to Smarty 3 (which hopefully performs bettter) without notices

Note that this extension is already updated to 1.3 in the info.xml so it would be good if you could tag that once this is merged

  • the switch is done via a define in civicrm.settings.php
if (!defined('CIVICRM_SMARTY3_AUTOLOAD_PATH')) {
  define('CIVICRM_SMARTY3_AUTOLOAD_PATH', $civicrm_root . '/packages/smarty3/vendor/autoload.php');
}

@jmcclelland jmcclelland merged commit bb01c6d into progressivetech:master Nov 3, 2023
@jmcclelland
Copy link
Contributor

Thank you @eileenmcnaughton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants