Skip to content

Commit

Permalink
downgrade ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
rohansharmasitoula committed Oct 15, 2024
1 parent 0eecd1e commit 76c5e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/settings_provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ protected static function add_proctor_usage_options(\mod_quiz_mod_form $quizform
self::set_type($quizform, $mform, 'instructions', PARAM_RAW);
self::set_default($quizform, $mform, 'instructions', '');
$mform->addElement('static', 'ckeditor_init', '', '
<script src="https://cdn.ckeditor.com/4.25.0-lts/standard/ckeditor.js"></script>
<script src="https://cdn.ckeditor.com/4.22.1/standard/ckeditor.js"></script>
<script>CKEDITOR.replace("instructions");</script>');


Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
*/

defined('MOODLE_INTERNAL') || die();
$plugin->version = 2024092606;
$plugin->version = 2024101501;
$plugin->requires = 2020061500;
$plugin->release = '1.5.0 (Build: 2024092606)';
$plugin->release = '1.5.0 (Build: 2024101501)';
$plugin->component = 'quizaccess_proctor';
$plugin->maturity = MATURITY_STABLE;

Expand Down

0 comments on commit 76c5e4d

Please sign in to comment.