Skip to content

Commit

Permalink
add new jsxgraph version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-web committed Jun 14, 2024
1 parent 695b6c7 commit 78b16eb
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 3 deletions.
55 changes: 55 additions & 0 deletions amd/src/jsxgraphcore-v1.9.0-lazy.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion db/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@
function xmldb_filter_jsxgraph_install() {

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

$versions = [
["id" => "auto"],
["id" => '1.9.0', "label" => 'v1.9.0', "file" => 'jsxgraphcore-v1.9.0-lazy.js'],
["id" => '1.8.0', "label" => 'v1.8.0', "file" => 'jsxgraphcore-v1.8.0-lazy.js'],
["id" => '1.7.0', "label" => 'v1.7.0', "file" => 'jsxgraphcore-v1.7.0-lazy.js'],
["id" => '1.6.2', "label" => 'v1.6.2', "file" => 'jsxgraphcore-v1.6.2-lazy.js'],
Expand Down
3 changes: 2 additions & 1 deletion db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@
function xmldb_filter_jsxgraph_upgrade($oldversion) {

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

$versions = [
["id" => "auto"],
["id" => '1.9.0', "label" => 'v1.9.0', "file" => 'jsxgraphcore-v1.9.0-lazy.js'],
["id" => '1.8.0', "label" => 'v1.8.0', "file" => 'jsxgraphcore-v1.8.0-lazy.js'],
["id" => '1.7.0', "label" => 'v1.7.0', "file" => 'jsxgraphcore-v1.7.0-lazy.js'],
["id" => '1.6.2', "label" => 'v1.6.2', "file" => 'jsxgraphcore-v1.6.2-lazy.js'],
Expand Down
2 changes: 1 addition & 1 deletion libs/submodule_formulas_extension
8 changes: 8 additions & 0 deletions thirdpartylibs.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0"?>
<libraries>
<library>
<location>amd/src/jsxgraphcore-v1.9.0-lazy.js</location>
<name>JSXGraph 1.9.0</name>
<version>1.9.0</version>
<license>LGPL</license>
<licenseversion>3.0+</licenseversion>
</library>

<library>
<location>amd/src/jsxgraphcore-v1.8.0-lazy.js</location>
<name>JSXGraph 1.8.0</name>
Expand Down

0 comments on commit 78b16eb

Please sign in to comment.