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;
|
||||
$plugin->requires = 2020060900;
|
||||
$plugin->version = 2020110900;
|
||||
$plugin->requires = 2020110300;
|
||||
$plugin->component = 'tinymce_ctrlhelp';
|
||||
|
||||
@@ -24,6 +24,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2020061500; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2020060900; // Required Moodle version.
|
||||
$plugin->version = 2020110900; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2020110300; // Required Moodle version.
|
||||
$plugin->component = 'tinymce_managefiles'; // Full name of the plugin (used for diagnostics).
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
// The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2020061500;
|
||||
$plugin->version = 2020110900;
|
||||
// Required Moodle version.
|
||||
$plugin->requires = 2020060900;
|
||||
$plugin->requires = 2020110300;
|
||||
// Full name of the plugin (used for diagnostics).
|
||||
$plugin->component = 'tinymce_moodleemoticon';
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
// The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2020061500;
|
||||
$plugin->version = 2020110900;
|
||||
// Required Moodle version.
|
||||
$plugin->requires = 2020060900;
|
||||
$plugin->requires = 2020110300;
|
||||
// Full name of the plugin (used for diagnostics).
|
||||
$plugin->component = 'tinymce_moodleimage';
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
// The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2020061500;
|
||||
$plugin->version = 2020110900;
|
||||
// Required Moodle version.
|
||||
$plugin->requires = 2020060900;
|
||||
$plugin->requires = 2020110300;
|
||||
// Full name of the plugin (used for diagnostics).
|
||||
$plugin->component = 'tinymce_moodlemedia';
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
// The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2020061500;
|
||||
$plugin->version = 2020110900;
|
||||
// Required Moodle version.
|
||||
$plugin->requires = 2020060900;
|
||||
$plugin->requires = 2020110300;
|
||||
// Full name of the plugin (used for diagnostics).
|
||||
$plugin->component = 'tinymce_moodlenolink';
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
// The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2020061500;
|
||||
$plugin->version = 2020110900;
|
||||
// Required Moodle version.
|
||||
$plugin->requires = 2020060900;
|
||||
$plugin->requires = 2020110300;
|
||||
// Full name of the plugin (used for diagnostics).
|
||||
$plugin->component = 'tinymce_pdw';
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
// The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2020061500;
|
||||
$plugin->version = 2020110900;
|
||||
// Required Moodle version.
|
||||
$plugin->requires = 2020060900;
|
||||
$plugin->requires = 2020110300;
|
||||
// Full name of the plugin (used for diagnostics).
|
||||
$plugin->component = 'tinymce_spellchecker';
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
// The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2020061500;
|
||||
$plugin->version = 2020110900;
|
||||
// Required Moodle version.
|
||||
$plugin->requires = 2020060900;
|
||||
$plugin->requires = 2020110300;
|
||||
// Full name of the plugin (used for diagnostics).
|
||||
$plugin->component = 'tinymce_wrap';
|
||||
|
||||
Reference in New Issue
Block a user