diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3d32457..214b4d6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -6,12 +6,17 @@ https://www.mediawiki.org/wiki/Extension:Semantic_Watchlist 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 @@ https://git.wikimedia.org/raw/mediawiki%2fextensions%2fSemanticWatchlist.git/HEA * 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( 'Error: 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__,