MDL-70089 versions: bump all versions and requires near release
version = 2020110900 release version requires= 2020110300 current beta+ (week6roll1) version Note that, because we are under parallel development period, this is being done in the branch that is going to be released (MOODLE_310_STABLE already existing) for Moodle 3.10.0 and not in master, that is the one getting the bump under normal (non-parallel) periods.
This commit is contained in:
@@ -24,6 +24,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2020061500; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2020060900; // Requires this Moodle version.
|
||||
$plugin->version = 2020110900; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2020110300; // Requires this Moodle version.
|
||||
$plugin->component = 'tool_httpsreplace'; // Full name of the plugin (used for diagnostics).
|
||||
|
||||
Reference in New Issue
Block a user