File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 */
4242function 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 = [
Original file line number Diff line number Diff line change 4545 */
4646function 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 = [
Original file line number Diff line number Diff line change 3434
3535defined ('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.
You can’t perform that action at this time.
0 commit comments