Yaron Koren has uploaded a new change for review. https://gerrit.wikimedia.org/r/100602
Change subject: New version: 0.2.2 ...................................................................... New version: 0.2.2 Change-Id: Ie8b18b21171a3cd946765e9aca6b8846b4a16f7e --- M RELEASE-NOTES M SemanticWatchlist.php 2 files changed, 9 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticWatchlist refs/changes/02/100602/1 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3d32457..214b4d6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -6,12 +6,17 @@ Latest version of the release notes: https://git.wikimedia.org/raw/mediawiki%2fextensions%2fSemanticWatchlist.git/HEAD/RELEASE-NOTES -=== Version 0.2.1 === +== Version 0.2.2 == +2013-12-10 + +* Fix for Special:AdminLinks when using SMW 1.9+. + +== Version 0.2.1 == 2013-09-26 * 'swladmins' group removed. -=== Version 0.2 === +== Version 0.2 == 2012-11-15 * Special:WatchlistConditions UI improved. @@ -20,7 +25,7 @@ * No email sent to a page's own editor, by default. * Fixed deleting of groups, which was not working. -=== Version 0.1 === +== Version 0.1 == 2011-07-30 Initial release with these features: diff --git a/SemanticWatchlist.php b/SemanticWatchlist.php index c25e368..0043d70 100644 --- a/SemanticWatchlist.php +++ b/SemanticWatchlist.php @@ -37,7 +37,7 @@ die( '<b>Error:</b> Semantic Watchlist requires Semantic MediaWiki 1.6 or above.' ); } -define( 'SemanticWatchlist_VERSION', '0.2.1' ); +define( 'SemanticWatchlist_VERSION', '0.2.2' ); $wgExtensionCredits['semantic'][] = array( 'path' => __FILE__, -- To view, visit https://gerrit.wikimedia.org/r/100602 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie8b18b21171a3cd946765e9aca6b8846b4a16f7e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticWatchlist Gerrit-Branch: master Gerrit-Owner: Yaron Koren <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
