We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0da454 commit 983e8b2Copy full SHA for 983e8b2
README.md
@@ -6,6 +6,9 @@ at the heart of the [Wikibase software](http://wikiba.se/).
6
7
## Release notes
8
9
+### 0.3.1 (2014-08-14)
10
+* Remove ResourceLoader dependencies on jquery and mediawiki (bug 69468)
11
+
12
### 0.3.0 (2014-07-10)
13
14
* Remove methods isSameAs and equals from wikibase.Entity
init.mw.php
@@ -3,7 +3,7 @@
3
$GLOBALS['wgExtensionCredits']['wikibase'][] = array(
4
'path' => __FILE__,
5
'name' => 'Wikibase DataModel JavaScript',
- 'version' => '0.3.1-alpha',
+ 'version' => '0.3.1 alpha',
'author' => array(
'[https://www.mediawiki.org/wiki/User:Danwe Daniel Werner]',
'[http://www.snater.com H. Snater]',
0 commit comments