Skip to content

Commit 942ff44

Browse files
committed
prepared 2.0.0
1 parent 6c26c17 commit 942ff44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SemanticDependencyUpdater.hooks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public static function dummyEdit( $title ) {
154154
$page->doEditContent( ContentHandler::makeContent( $text, $page->getTitle() ),
155155
"[SemanticDependencyUpdater] Null edit." ); // since this is a null edit, the edit summary will be ignored.
156156
$page->doPurge(); // required since SMW 2.5.1
157-
157+
158158
# Consider calling doSecondaryDataUpdates() for MW 1.32+
159159
# https://doc.wikimedia.org/mediawiki-core/master/php/classWikiPage.html#ac761e927ec2e7d95c9bb48aac60ff7c8
160160
}

extension.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SemanticDependencyUpdater",
3-
"version": "2.0.0-alpha",
3+
"version": "2.0.0",
44
"author": [
55
"Simon Heimler (gesinn.it GmbH & Co. KG)",
66
"Alexander Gesinn (gesinn.it GmbH & Co. KG)",

0 commit comments

Comments
 (0)