Skip to content

Commit

Permalink
v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
james-cnz committed Sep 11, 2023
1 parent 9d456cf commit 83c6d14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023080901; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2023080902; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022041900; // Requires this Moodle version.
$plugin->component = 'format_multitopic'; // Full name of the plugin (used for diagnostics). // CHANGED: format name.
$plugin->maturity = MATURITY_RC;
$plugin->release = 'v4.2.3-rc2';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v4.2.3';
$plugin->dependencies = ['format_topics' => 2022041900];

0 comments on commit 83c6d14

Please sign in to comment.