Add Contributor Name to Offline Contribution Receipts
[civicrm-core.git] / CRM / Upgrade / Incremental / MessageTemplates.php
index 420d85dfd023a3107efa575ababa867060214943..2768fc69b1ea6ddfe5a3b6b6c3dc7453b637bde8 100644 (file)
@@ -192,6 +192,21 @@ class CRM_Upgrade_Incremental_MessageTemplates {
           ['name' => 'test_preview', 'type' => 'html'],
         ],
       ],
+      [
+        'version' => '5.21.beta1',
+        'upgrade_descriptor' => ts('Fix Membership Receipt'),
+        'templates' => [
+          ['name' => 'membership_online_receipt', 'type' => 'html'],
+        ],
+      ],
+      [
+        'version' => '5.23.alpha1',
+        'upgrade_descriptor' => ts('Add Contributor Name to Offline Contribution receipts'),
+        'templates' => [
+          ['name' => 'contribution_offline_receipt', 'type' => 'text'],
+          ['name' => 'contribution_offline_receipt', 'type' => 'html'],
+        ],
+      ],
 
     ];
   }