Skip to content

Commit

Permalink
Merge pull request #11864 from colemanw/upgradeVersion
Browse files Browse the repository at this point in the history
Increment minimum upgradable version
  • Loading branch information
colemanw authored Mar 23, 2018
2 parents 4e31146 + 49cdccf commit 933ef83
Show file tree
Hide file tree
Showing 30 changed files with 1 addition and 5,610 deletions.
15 changes: 0 additions & 15 deletions CRM/Core/BAO/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,21 +475,6 @@ public static function setValueOption(
self::setItem($optionValue, $group, $name);
}

/**
* Civicrm_setting didn't exist before 4.1.alpha1 and this function helps taking decisions during upgrade
*
* @return bool
*/
public static function isUpgradeFromPreFourOneAlpha1() {
if (CRM_Core_Config::isUpgradeMode()) {
$currentVer = CRM_Core_BAO_Domain::version();
if (version_compare($currentVer, '4.1.alpha1') < 0) {
return TRUE;
}
}
return FALSE;
}

/**
* Check if environment is explicitly set.
*
Expand Down
69 changes: 0 additions & 69 deletions CRM/Core/I18n/SchemaStructure_2_2_0.php

This file was deleted.

251 changes: 0 additions & 251 deletions CRM/Core/I18n/SchemaStructure_3_0_alpha1.php

This file was deleted.

Loading

0 comments on commit 933ef83

Please sign in to comment.