Skip to content

Commit

Permalink
chore: bump version to 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Torrent i Soler committed Jan 26, 2024
1 parent 069f8be commit ca3bc55
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions quizzes/lib/quizzes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16170,6 +16170,7 @@ com.wiris.quizzes.impl.ui.component.GraphInputComponent = $hxClasses["com.wiris.
this.parameters.set(com.wiris.quizzes.impl.ui.component.GraphInputComponent.PARAM_DEFAULT_DISPLAY_SETTINGS,com.wiris.util.json.JSon.encode(defaultConfig));
}
if(this.parameters.exists(com.wiris.quizzes.impl.ui.component.GraphInputComponent.PARAM_TOOLBAR_DEFINITION)) this.toolbarDefinition = com.wiris.util.ui.controller.ToolbarDefinition.deserialize(this.parameters.get(com.wiris.quizzes.impl.ui.component.GraphInputComponent.PARAM_TOOLBAR_DEFINITION));
if(this.parameters.get(com.wiris.quizzes.impl.ui.component.GraphInputComponent.PARAM_LANGUAGE) == null) this.parameters.set(com.wiris.quizzes.impl.ui.component.GraphInputComponent.PARAM_LANGUAGE,com.wiris.quizzes.impl.ui.QuizzesContext.getInstance().getLanguage());
this.pendingActions = new Hash();
};
com.wiris.quizzes.impl.ui.component.GraphInputComponent.__name__ = ["com","wiris","quizzes","impl","ui","component","GraphInputComponent"];
Expand Down Expand Up @@ -45955,6 +45956,7 @@ com.wiris.quizzes.impl.ui.component.GraphInputComponent.PARAM_FROZEN_MODE = "fro
com.wiris.quizzes.impl.ui.component.GraphInputComponent.PARAM_ALLOW_ANIMATIONS = "allowAnimations";
com.wiris.quizzes.impl.ui.component.GraphInputComponent.PARAM_DEFAULT_DISPLAY_SETTINGS = "defaultDisplaySettings";
com.wiris.quizzes.impl.ui.component.GraphInputComponent.PARAM_GRAPH_MODE = "graphMode";
com.wiris.quizzes.impl.ui.component.GraphInputComponent.PARAM_LANGUAGE = "language";
com.wiris.quizzes.impl.ui.component.GraphInputComponent.EMPTY_GEOMETRY_FILE_GRAPH = "{\"elements\":[],\"constraints\":[],\"displays\":[{}],\"handwriting\":[]}";
com.wiris.quizzes.impl.ui.component.GraphInputComponent.EMPTY_GEOMETRY_FILE_BAR_CHART = "{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}";
com.wiris.quizzes.impl.ui.component.GraphInputComponent.EMPTY_GEOMETRY_FILE_LINE_CHART = "{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2,3,4],[2,1,2,3],[4,3,4,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.4000000000000004],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}";
Expand Down
4 changes: 2 additions & 2 deletions quizzes/lib/util.css

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

2 changes: 1 addition & 1 deletion quizzes/lib/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.10.0.0e73a6
4.10.1.efc474
2 changes: 1 addition & 1 deletion thirdpartylibs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<library>
<location>quizzes</location>
<name>WirisQuizzes generic integration</name>
<version>4.10.0</version>
<version>4.10.1</version>
<license>GPL</license>
<licenseversion>3.0+</licenseversion>
</library>
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

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

$plugin->version = 2024010800;
$plugin->version = 2024010801;
$plugin->requires = 2015111600; // Moodle 3.0.
$plugin->release = '4.10.0';
$plugin->release = '4.10.1';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'qtype_wq';
$plugin->dependencies = array (
Expand Down

0 comments on commit ca3bc55

Please sign in to comment.