diff --git a/db/install.xml b/db/install.xml index daba1f1..64b946f 100644 --- a/db/install.xml +++ b/db/install.xml @@ -1,5 +1,5 @@ - diff --git a/db/upgrade.php b/db/upgrade.php index 1c8f74a..34e91a9 100644 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -43,7 +43,7 @@ function xmldb_format_remuiformat_upgrade($oldversion) { global $DB; $dbman = $DB->get_manager(); - if ($oldversion < 2020051400) { + if ($oldversion < 2020061800) { // Define table format_remuiformat to be created. $table = new xmldb_table('format_remuiformat'); @@ -67,6 +67,6 @@ function xmldb_format_remuiformat_upgrade($oldversion) { } // Remuiformat savepoint reached. - upgrade_plugin_savepoint(true, 2020051400, 'format', 'remuiformat'); + upgrade_plugin_savepoint(true, 2020061800, 'format', 'remuiformat'); } } diff --git a/version.php b/version.php index 29803fd..cab8765 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020051400; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = '1.0.6'; +$plugin->version = 2020061800; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = '1.0.7'; $plugin->requires = 2017111300; // Requires this Moodle version (Moodle V3.4.0). $plugin->maturity = MATURITY_STABLE; $plugin->component = 'format_remuiformat'; // Full name of the plugin (used for diagnostics).