Skip to content

Commit

Permalink
Prepared 3.0.3
Browse files Browse the repository at this point in the history
removed echo that broke responses from api.php
  • Loading branch information
gesinn-it-evl committed Jan 9, 2024
1 parent fdc5c8c commit b2c4db8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SemanticDependencyUpdater",
"version": "3.0.2",
"version": "3.0.3",
"author": [
"Simon Heimler (gesinn.it GmbH & Co. KG)",
"Alexander Gesinn (gesinn.it GmbH & Co. KG)",
Expand Down
1 change: 0 additions & 1 deletion src/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public static function onAfterDataUpdateComplete(
} // revision ID change is good, but must not trigger UpdateJob for semantic dependencies
}
}
echo $key;
}
}
} else {
Expand Down

0 comments on commit b2c4db8

Please sign in to comment.