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.
2 parents 0927d9a + a7f18dd commit 4a2f6abCopy full SHA for 4a2f6ab
Interfaces.php
@@ -15,7 +15,7 @@
15
return 1;
16
}
17
18
-define( 'DATAVALUES_INTERFACES_VERSION', '0.2.2' );
+define( 'DATAVALUES_INTERFACES_VERSION', '0.2.3' );
19
20
if ( defined( 'MEDIAWIKI' ) ) {
21
$GLOBALS['wgExtensionCredits']['datavalues'][] = [
README.md
@@ -56,9 +56,11 @@ as [Wikimedia Germany](https://wikimedia.de) employee for the [Wikidata project]
56
57
## Release notes
58
59
-### 0.2.3 (dev)
+### 0.2.3 (2017-08-02)
60
61
-* Raised required PHP version from 5.3 to 5.5.
+* Updated minimal required PHP version from 5.3 to 5.5.9.
62
+* Minor fixes to code documentation.
63
+* Added PHPCS support.
64
65
### 0.2.2 (2016-07-15)
66
0 commit comments