Skip to content

Commit b086b12

Browse files
manickithiemowmde
authored andcommitted
Release 3.1.0 (#79)
* Release 3.1.0 * Run Travis CI build on PHP 5.5 machine
1 parent 97b8f3b commit b086b12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 5.3
4+
- 5.5
55

66
sudo: false
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ at the heart of the [Wikibase software](http://wikiba.se/).
88

99
## Release notes
1010

11-
### 3.1.0 (dev)
11+
### 3.1.0 (2017-09-04)
1212

1313
* Added a `hash` parameter to the constructors of
1414
`Snak`, `PropertyValueSnak`, `PropertySomeValueSnak` and `PropertyNoValueSnak`,

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @deprecated since 3.0
55
*/
6-
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '3.0.1' );
6+
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '3.1.0' );
77

88
if ( defined( 'MEDIAWIKI' ) && function_exists( 'wfLoadExtension' ) ) {
99
wfLoadExtension( 'WikibaseDataModelJavaScript', __DIR__ . '/mediawiki-extension.json' );

mediawiki-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"url": "https://github.com/wmde/WikibaseDataModelJavascript",
77
"description": "Javascript implementation of the Wikibase data model",
8-
"version": "3.0.1",
8+
"version": "3.1.0",
99
"type": "wikibase",
1010
"license-name": "GPL-2.0+",
1111
"manifest_version": 1

0 commit comments

Comments
 (0)