Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Dec 14, 2024
1 parent fc63334 commit 0a606ce
Show file tree
Hide file tree
Showing 4 changed files with 801 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function plugin_metademands_install() {
include_once(PLUGIN_METADEMANDS_DIR . "/inc/profile.class.php");

if (!$DB->tableExists("glpi_plugin_metademands_fields", false)) {
$DB->runFile(PLUGIN_METADEMANDS_DIR . "/install/sql/empty-3.3.17.sql");
$DB->runFile(PLUGIN_METADEMANDS_DIR . "/install/sql/empty-3.3.18.sql");
install_notifications_metademands();
install_notifications_forms_metademands();
}
Expand Down
Loading

0 comments on commit 0a606ce

Please sign in to comment.