From 809189dbcb28560dc067ea48a5ff8ec125f960ef Mon Sep 17 00:00:00 2001 From: Jane Adelmann Date: Sat, 11 May 2019 14:42:51 +0300 Subject: [PATCH] Fix issue #23. Delete concatenation operator. --- lang/en/plagiarism_pchkorg.php | 4 ++-- version.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/en/plagiarism_pchkorg.php b/lang/en/plagiarism_pchkorg.php index 6acd3ed..973ea5d 100644 --- a/lang/en/plagiarism_pchkorg.php +++ b/lang/en/plagiarism_pchkorg.php @@ -38,8 +38,8 @@ $string['savedconfigsuccess'] = 'Settings had been changed'; $string['pchkorg_check_for_plagiarism'] = 'Check for plagiarism'; $string['pchkorg_disclosure'] = 'Submission will be sent to PlagiarismCheck.org for check.
-By submitting assignment I agree with Terms & Conditions ' - . 'and Privacy Policy.'; +By submitting assignment I agree with Terms & Conditions + and Privacy Policy.'; $string['privacy:metadata:plagiarism_pchkorg_files'] = 'Table with information about a file within moodle system belonge to a check in plagiarismcheck.org system.'; $string['privacy:metadata:plagiarism_pchkorg_files:cm'] = 'Course module identity '; diff --git a/version.php b/version.php index ba177ce..b03e325 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die(); if (!isset($plugin)) { $plugin = new stdClass(); } -$plugin->version = 2019042601; +$plugin->version = 2019051101; $plugin->requires = 2017051501; // Requires Moodle 3.3 . -$plugin->release = 'v3.5'; +$plugin->release = 'v3.6'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'plagiarism_pchkorg'; $plugin->dependencies = array(