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

Set firewall min version to 1.2.1

parent 968a0ece
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class CRM_Stripe_Check {
*/
const MIN_VERSION_MJWSHARED = '1.0';
const MIN_VERSION_SWEETALERT = '1.5';
const MIN_VERSION_FIREWALL = '1.1.3';
const MIN_VERSION_FIREWALL = '1.2.1';
public static function checkRequirements(&$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