From fa8ffc1c22b577e5dcfa61d86d7b69befee30f04 Mon Sep 17 00:00:00 2001 From: Manuel Cagigas Date: Mon, 13 May 2019 11:03:36 +0200 Subject: [PATCH] 2019051300 stable version --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index a4211e3..5a37844 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019090500; -$plugin->release = '7.12.0.1412'; +$plugin->version = 2019051300; +$plugin->release = '7.13.0'; $plugin->requires = 2012120300; $plugin->component = 'tinymce_tiny_mce_wiris'; -$plugin->dependencies = array ('filter_wiris' => 2019040800); +$plugin->dependencies = array ('filter_wiris' => 2019051300); $plugin->maturity = MATURITY_BETA;