Skip to content
Snippets Groups Projects
Commit 48383b00 authored by jaapjansma's avatar jaapjansma
Browse files

Merge branch 'master' of lab.civicrm.org:extensions/form-processor

parents d50a472d bae662ac
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Version 1.2
* Added a Campaign Type
* Fixed bug with checking if input/action name already exists
** Importanted notices when you are updating **
**Importanted notices when you are updating**
* You have also to update the action provider extension
* When you have a _Create/Update Group_ action in your form processor you have to check that form processor
......
......@@ -71,7 +71,7 @@ class CRM_FormProcessor_Upgrader extends CRM_FormProcessor_Upgrader_Base {
public static function getUnmetDependencyErrorMessage($unmet) {
switch ($unmet) {
case 'action-provider':
return ts('CiviVolunteer was installed successfully, but you must also install and enable the <a href="%1">action-provider Extension</a>.', array(1 => 'https://lab.civicrm.org/jaapjansma/action-provider'));
return ts('Form Processor was installed successfully, but you must also install and enable the <a href="%1">action-provider Extension</a>.', array(1 => 'https://lab.civicrm.org/jaapjansma/action-provider'));
}
CRM_Core_Error::fatal(ts('Unknown error key: %1', array(1 => $unmet)));
......
......@@ -16,9 +16,9 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
<url desc="Action-Provider Extension">https://lab.civicrm.org/extensions/action-provider</url>
</urls>
<releaseDate>2019-01-09</releaseDate>
<releaseDate>2019-04-24</releaseDate>
<version>1.2</version>
<develStage>alpha</develStage>
<develStage>stable</develStage>
<compatibility>
<ver>4.7</ver>
<ver>5.0</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment