Rename v4.7.22 to v4.7.23 (continued)
authorCiviCRM <info@civicrm.org>
Fri, 7 Jul 2017 23:45:06 +0000 (23:45 +0000)
committerCiviCRM <info@civicrm.org>
Fri, 7 Jul 2017 23:45:06 +0000 (23:45 +0000)
CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl
CRM/Upgrade/Incremental/php/FourSeven.php

index 60cb7dfcdec7136bd4a1ab02b422601ef12f71e9..cfb6dabe0443c3239f138a8ce76a0bbb80643c9d 100644 (file)
@@ -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'));
index d883c26d8b4a45e1e7b35457989c5ca09224f020..a741cee00b90a18e372426ff376e021b64f10988 100644 (file)
@@ -122,7 +122,7 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base
         $postUpgradeMessage .= '<p>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') . '</p>';
       }
     }
-    if ($rev == '4.7.22') {
+    if ($rev == '4.7.23') {
       $postUpgradeMessage .= '<br /><br />' . ts('Default version of the following System Workflow Message Templates have been modified: <ul><li>Contribution Invoice</li></ul> 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);