Skip to content

Commit c0dc067

Browse files
committed
release of v1.9.1
1 parent ae7e076 commit c0dc067

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

db/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*/
4242
function xmldb_filter_jsxgraph_install() {
4343

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

4747
$versions = [

db/upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*/
4646
function xmldb_filter_jsxgraph_upgrade($oldversion) {
4747

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

5151
$versions = [

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434

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

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

0 commit comments

Comments
 (0)