From 72a203177b33671234d7ed60a4369c7fd6754b63 Mon Sep 17 00:00:00 2001 From: David Herney Date: Fri, 26 Nov 2021 12:37:28 -0500 Subject: [PATCH] Changed to MATURITY_STABLE --- README.txt | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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);