diff --git a/wysiwyg_imageupload.module b/wysiwyg_imageupload.module
index f326727..0f7d74e 100644
--- a/wysiwyg_imageupload.module
+++ b/wysiwyg_imageupload.module
@@ -566,7 +566,7 @@ function _wysiwyg_imageupload_check_dependencies(&$requirements = NULL) {
 
   if (module_exists('jquery_update')) {
     $jqv = jquery_update_get_version();
-    if (!preg_match('@1\.[3,4]\.\d+@', $jqv)) {
+    if (!preg_match('@1\.[3,4,5,6][.]?\d?@', $jqv)) {
       $msg = 'Your jquery version is to old to use wysiwyg_imageupload. Therefore you need to install <a href="http://drupal.org/project/jquery_update">jquery_update</a> 6.2.x, not jquery_update 6.1.x. Please read point 3 at <a href="http://drupal.org/node/808626">this howto</a> to fix this.';
       if (is_array($requirements)) {
         $requirements['wyiwyg_imageupload_jquery_update']['description'] = $msg;
