CRM-19972 Add in post upgrade message about the addition of manage tags permission
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 6 Feb 2017 00:19:37 +0000 (11:19 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 9 Feb 2017 02:04:54 +0000 (13:04 +1100)
CRM/Upgrade/Incremental/php/FourSeven.php

index 739e5a82a130f04f5aa54e716166ec11d2800b9c..3f43e535d9ef7685bb51d8c3c31b7df8814aa8c0 100644 (file)
@@ -59,6 +59,9 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base
         $preUpgradeMessage .= '<p>' . ts('The %1 payment processor is no longer bundled with CiviCRM. After upgrading you will need to install the extension to continue using it.', array(1 => 'Moneris')) . '</p>';
       }
     }
+    if ($rev = '4.7.13') {
+      $preUpgradeMessage .= '<p>' . ts('A new permission has been added called %1 This Permission is now used to control access to the Manage Tags screen', array(1 => 'manage tags')) . '</p>';
+    }
   }
 
   /**