Thanks to Luca Bösch and Matteo Scaramuccia that detected
these 2 minor, but ugly details in core version files:
1) Adding comments pointed to versions (3.x,
20190801...) is not
recommended, they easily come outdated.
2) Using plugin->release in core is no sense. Core plugins belong
to the core release.
This commit just gets rid of them. That's all.
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2020061500;
-$plugin->requires = 2020060900; // Moodle 3.5dev (Build 2018031600) and upwards.
+$plugin->requires = 2020060900;
$plugin->component = 'tool_dataprivacy';
$plugin->requires = 2020060900; // Requires this Moodle version.
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'cachestore_redis';
-$plugin->release = '3.0.4 (Build: 20160509)';
$plugin->version = 2020061500; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2020060900; // Requires this Moodle version
$plugin->component = 'editor_tinymce'; // Full name of the plugin (used for diagnostics)
-$plugin->release = '3.5.11'; // This is NOT a directory name, see lib.php if you need to know where is the editor code!
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2020061500;
-$plugin->release = 2020060900; // Match to version.
-$plugin->requires = 2020060900; // Moodle 3.7.
+$plugin->requires = 2020060900;
$plugin->component = 'quizaccess_seb';
$plugin->maturity = MATURITY_STABLE;