remove never-used option value
[civicrm-core.git] / CRM / Upgrade / Incremental / MessageTemplates.php
index 0b86bc6a6dce72e55275d2fd4cafd1a0e7179c07..0fc233bb2b23babf415ff15c0bad2b11a7d370d5 100644 (file)
@@ -215,7 +215,23 @@ class CRM_Upgrade_Incremental_MessageTemplates {
           ['name' => 'contribution_invoice_receipt', 'type' => 'html'],
         ],
       ],
-
+      [
+        'version' => '5.30.alpha1',
+        'upgrade_descriptor' => ts('Support negative hours for cancellation/transfer'),
+        'templates' => [
+          ['name' => 'participant_confirm', 'type' => 'html'],
+          ['name' => 'participant_confirm', 'type' => 'text'],
+          ['name' => 'event_online_receipt', 'type' => 'html'],
+          ['name' => 'event_online_receipt', 'type' => 'text'],
+        ],
+      ],
+      [
+        'version' => '5.30.beta1',
+        'upgrade_descriptor' => ts('Ensure that amount paid is shown even when fully paid'),
+        'templates' => [
+          ['name' => 'contribution_invoice_receipt', 'type' => 'html'],
+        ],
+      ],
     ];
   }