diff --git a/README.txt b/README.txt index 18e24f8..6f7134c 100644 --- a/README.txt +++ b/README.txt @@ -15,7 +15,7 @@ Powered by: https://bambuco.co/ IN VERSION ============= -2020122702 (MATURITY BETA): +2020122703: Changed the add new tab feature, now the tabs is inserted to the rigth of current selected tab. New buttom (+) to add new subtabs (powered by USC Cali Colombia - https://www.usc.edu.co/). New 'tabsview' option, with special views: diff --git a/version.php b/version.php index 2287a24..755b441 100644 --- a/version.php +++ b/version.php @@ -24,9 +24,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020122702.02; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2020122703; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2020061503; // Requires this Moodle version. $plugin->component = 'format_onetopic'; // Full name of the plugin (used for diagnostics). -$plugin->maturity = MATURITY_BETA; +$plugin->maturity = MATURITY_STABLE; $plugin->release = 'la almeria'; $plugin->dependencies = array('format_topics' => 2020061500);