Skip to content
Snippets Groups Projects
Commit 3d2974c9 authored by mattwire's avatar mattwire
Browse files

Update required extension versions

parent c1e3d6f0
No related branches found
No related tags found
No related merge requests found
...@@ -25,9 +25,9 @@ class CRM_Stripe_Check { ...@@ -25,9 +25,9 @@ class CRM_Stripe_Check {
/** /**
* @var string * @var string
*/ */
const MIN_VERSION_MJWSHARED = '0.9.7'; const MIN_VERSION_MJWSHARED = '0.9.9';
const MIN_VERSION_SWEETALERT = '1.4'; const MIN_VERSION_SWEETALERT = '1.4';
const MIN_VERSION_FIREWALL = '1.1'; const MIN_VERSION_FIREWALL = '1.1.2';
public static function checkRequirements(&$messages) { public static function checkRequirements(&$messages) {
self::checkExtensionMjwshared($messages); self::checkExtensionMjwshared($messages);
......
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