mirror of
https://github.com/PlagiarismCheck/moodle-plagiarism_pchkorg.git
synced 2024-12-22 12:10:08 +00:00
Add pptx checks
This commit is contained in:
parent
09557e83eb
commit
c071dae607
@ -603,13 +603,13 @@ class plagiarism_pchkorg_api_provider {
|
|||||||
*/
|
*/
|
||||||
public function is_supported_mime($mime) {
|
public function is_supported_mime($mime) {
|
||||||
return in_array($mime, array(
|
return in_array($mime, array(
|
||||||
'application/msword',
|
'application/msword',
|
||||||
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
||||||
'application/rtf',
|
'application/vnd.openxmlformats-officedocument.presentationml.presentation',
|
||||||
'application/vnd.oasis.opendocument.text',
|
'application/rtf',
|
||||||
'text/plain',
|
'application/vnd.oasis.opendocument.text',
|
||||||
'plain/text',
|
'text/plain',
|
||||||
'application/pdf',
|
'application/pdf'
|
||||||
), true);
|
), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die();
|
|||||||
if (!isset($plugin)) {
|
if (!isset($plugin)) {
|
||||||
$plugin = new stdClass();
|
$plugin = new stdClass();
|
||||||
}
|
}
|
||||||
$plugin->version = 2022072914;
|
$plugin->version = 2022092613;
|
||||||
$plugin->requires = 2020061501; // Requires Moodle 3.9 .
|
$plugin->requires = 2020061501; // Requires Moodle 3.9 .
|
||||||
$plugin->release = 'v3.10.2';
|
$plugin->release = 'v3.11.1';
|
||||||
$plugin->component = 'plagiarism_pchkorg';
|
$plugin->component = 'plagiarism_pchkorg';
|
||||||
$plugin->maturity = MATURITY_STABLE;
|
$plugin->maturity = MATURITY_STABLE;
|
||||||
$plugin->dependencies = array(
|
$plugin->dependencies = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user