Skip to content
Snippets Groups Projects
Commit 8e29b647 authored by Tim Schroeder's avatar Tim Schroeder
Browse files

Merge branch 'remove-declaration-of-features-that-we-dont-support' into 'testing4'

removed declaration of features that we dont support

See merge request moodle_l2p/moodle-mod_pdfannotator!207
parents 0ca1c951 c052110a
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ function pdfannotator_supports($feature) { ...@@ -45,7 +45,7 @@ function pdfannotator_supports($feature) {
case FEATURE_COMPLETION_TRACKS_VIEWS: case FEATURE_COMPLETION_TRACKS_VIEWS:
return true; return true;
case FEATURE_COMPLETION_HAS_RULES: case FEATURE_COMPLETION_HAS_RULES:
return true; return false;
case FEATURE_GRADE_HAS_GRADE: case FEATURE_GRADE_HAS_GRADE:
return false; return false;
case FEATURE_GRADE_OUTCOMES: case FEATURE_GRADE_OUTCOMES:
...@@ -57,9 +57,9 @@ function pdfannotator_supports($feature) { ...@@ -57,9 +57,9 @@ function pdfannotator_supports($feature) {
case FEATURE_ADVANCED_GRADING: case FEATURE_ADVANCED_GRADING:
return false; return false;
case FEATURE_PLAGIARISM: case FEATURE_PLAGIARISM:
return true; return false;
case FEATURE_COMMENT: case FEATURE_COMMENT:
return true; return false;
default: default:
return null; return null;
} }
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_pdfannotator'; $plugin->component = 'mod_pdfannotator';
$plugin->version = 2023040400; $plugin->version = 2023041100;
$plugin->release = 'PDF Annotator v1.5 release 3'; $plugin->release = 'PDF Annotator v1.5 release 3';
$plugin->requires = 2021051700; $plugin->requires = 2021051700;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment