Skip to content

Commit

Permalink
Version 403.1.3 - In development.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jun 9, 2024
1 parent 8eabecd commit 50798d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
History
=============

Version 403.1.3 - In development
--------------------------------

Version 403.1.2 - 08/04/2024
----------------------------
1. Fix 'Orphaned Section still appear in Index Drawer'.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();

// Plugin version.
$plugin->version = 2023101502;
$plugin->version = 2023101503;

// Required Moodle version.
$plugin->requires = 2023100900.00; // 4.3 (Build: 20231009).
Expand All @@ -44,4 +44,4 @@
$plugin->maturity = MATURITY_STABLE;

// User-friendly version number.
$plugin->release = '403.1.2';
$plugin->release = '403.1.3';

0 comments on commit 50798d0

Please sign in to comment.