Skip to content

Commit

Permalink
release of v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-web committed Jun 14, 2024
1 parent ae7e076 commit c0dc067
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion db/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*/
function xmldb_filter_jsxgraph_install() {

$release = 'v1.6.2'; // This value should be the same as in version.php!
$release = 'v1.9.1'; // This value should be the same as in version.php!
$recommendedjsx = 'v1.9.1';

$versions = [
Expand Down
2 changes: 1 addition & 1 deletion db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
function xmldb_filter_jsxgraph_upgrade($oldversion) {

$release = 'v1.6.2'; // This value should be the same as in version.php!
$release = 'v1.9.1'; // This value should be the same as in version.php!
$recommendedjsx = 'v1.9.1';

$versions = [
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@

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

$plugin->version = 2023121805; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2024061400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2019111800; // Requires this Moodle version.
$plugin->supported = [38, 404]; // Moodle versions.
$plugin->component = 'filter_jsxgraph'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v1.6.2-patch'; // JSXGraph + filter version.
$plugin->release = 'v1.9.1'; // JSXGraph + filter version.

0 comments on commit c0dc067

Please sign in to comment.