diff --git a/VERSION b/VERSION deleted file mode 100644 index 56c1ecf..0000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -7.12.0.1412 diff --git a/version.php b/version.php index 8203699..cbdaaf8 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021041600; +$plugin->version = 2021050600; $plugin->release = '7.26.0'; $plugin->requires = 2012120300; $plugin->component = 'tinymce_tiny_mce_wiris'; -$plugin->dependencies = array ('filter_wiris' => 2021041600); +$plugin->dependencies = array('filter_wiris' => 2021050600); $plugin->maturity = MATURITY_STABLE;