From e1b7ea48a3ee920b31407bb90822a377fcce73ad Mon Sep 17 00:00:00 2001 From: Jane Adelmann Date: Thu, 2 Jun 2022 11:31:10 +0300 Subject: [PATCH] Drop QuikForm validation rule for text. --- lib.php | 1 - version.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib.php b/lib.php index 74670df..595100f 100644 --- a/lib.php +++ b/lib.php @@ -134,7 +134,6 @@ function plagiarism_pchkorg_coursemodule_standard_elements($formwrapper, $mform) $dissabledattribute ); $mform->addHelpButton('pchkorg_min_percent', 'pchkorg_min_percent', 'plagiarism_pchkorg'); - $mform->addRule('pchkorg_min_percent', null, 'text', null, 'client'); $mform->addRule( 'pchkorg_min_percent', get_string('pchkorg_min_percent_range', 'plagiarism_pchkorg'), diff --git a/version.php b/version.php index ab4fbb6..322565a 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die(); if (!isset($plugin)) { $plugin = new stdClass(); } -$plugin->version = 2022060114; +$plugin->version = 2022060211; $plugin->requires = 2020061501; // Requires Moodle 3.9 . -$plugin->release = 'v3.9.4'; +$plugin->release = 'v3.9.5'; $plugin->component = 'plagiarism_pchkorg'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array(