Skip to content

Commit

Permalink
Upgrade Moodle 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobazzo committed Jul 25, 2024
1 parent 1fb53b0 commit 4ea8a97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/react/build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/react/build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recit_dashboard",
"version": "1.18.8-stable",
"version": "1.18.10-stable",
"description": "RÉCIT Dashboard",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
*/
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024050900; // The current module version (Date: YYYYMMDDXX)
$plugin->release = 'v1.18.9-stable';
$plugin->supported = [39, 403]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
$plugin->version = 2024072500; // The current module version (Date: YYYYMMDDXX)
$plugin->release = 'v1.18.10-stable';
$plugin->supported = [39, 405]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
$plugin->requires = 2020061500.00; // Moodle 3.9.0
$plugin->component = 'local_recitdashboard'; // Full name of the plugin (used for diagnostics)
$plugin->maturity = MATURITY_STABLE; // MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC or MATURITY_STABLE

0 comments on commit 4ea8a97

Please sign in to comment.