From: CiviCRM Date: Fri, 7 Jul 2017 23:45:06 +0000 (+0000) Subject: Rename v4.7.22 to v4.7.23 (continued) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a058f8a137a2a272c3525d9739760557f51cc93c;p=civicrm-core.git Rename v4.7.22 to v4.7.23 (continued) --- diff --git a/CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl b/CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl index 60cb7dfcde..cfb6dabe04 100644 --- a/CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl +++ b/CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl @@ -1,5 +1,5 @@ {php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.22.msg_template/message_templates'; + $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.23.msg_template/message_templates'; $templates = array(); foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { $parts = explode('_', basename($filename, '.tpl')); diff --git a/CRM/Upgrade/Incremental/php/FourSeven.php b/CRM/Upgrade/Incremental/php/FourSeven.php index d883c26d8b..a741cee00b 100644 --- a/CRM/Upgrade/Incremental/php/FourSeven.php +++ b/CRM/Upgrade/Incremental/php/FourSeven.php @@ -122,7 +122,7 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base $postUpgradeMessage .= '

civicrm_sms_provider ' . ts('has now had a domain id column added. As there is more than 1 domains in this install you need to manually set the domain id for the providers in this install') . '

'; } } - if ($rev == '4.7.22') { + if ($rev == '4.7.23') { $postUpgradeMessage .= '

' . ts('Default version of the following System Workflow Message Templates have been modified: If you have modified these templates, please review the new default versions and implement updates as needed to your copies (Administer > Communications > Message Templates > System Workflow Messages).'); } } @@ -368,7 +368,7 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base * * @param string $rev */ - public function upgrade_4_7_22($rev) { + public function upgrade_4_7_23($rev) { $this->addTask('CRM-20387 - Add invoice_number column to civicrm_contribution', 'addColumn', 'civicrm_contribution', 'invoice_number', "varchar(255) COMMENT 'Human readable invoice number' DEFAULT NULL"); $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'runSql', $rev);