MDL-86792 versions: Main version bump
This commit is contained in:
@@ -29,4 +29,3 @@ $plugin->version = 2025100600; // The current plugin version (Date: YYYYMMDDXX
|
||||
$plugin->requires = 2025092600; // Requires this Moodle version.
|
||||
$plugin->component = 'tool_lpimportcsv'; // Full name of the plugin (used for diagnostics).
|
||||
$plugin->dependencies = ['tool_lp' => 2025092600];
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@ defined('MOODLE_INTERNAL') || die();
|
||||
$plugin->component = 'customfield_date';
|
||||
$plugin->version = 2025100600;
|
||||
$plugin->requires = 2025092600;
|
||||
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2025092600.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2025100200.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '5.1rc1 (Build: 20250926)'; // Human-friendly version name
|
||||
|
||||
Reference in New Issue
Block a user