From 0c16d8954021b36cef2e8058ace38fe735b5d9da Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sat, 4 Jun 2016 23:22:05 +0300 Subject: [PATCH] Updated grandfathered user date --- app/Http/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/routes.php b/app/Http/routes.php index 0db6eaaa6d2d..d215755ba940 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -761,7 +761,7 @@ if (!defined('CONTACT_EMAIL')) { define('FEATURE_USER_PERMISSIONS', 'user_permissions'); // Pro users who started paying on or before this date will be able to manage users - define('PRO_USERS_GRANDFATHER_DEADLINE', '2016-05-15'); + define('PRO_USERS_GRANDFATHER_DEADLINE', '2016-06-04'); // WePay define('WEPAY_PRODUCTION', 'production');