Skip to content

Commit 4a2f6ab

Browse files
authored
Merge pull request #38 from DataValues/release023Now
Release 0.2.3 now
2 parents 0927d9a + a7f18dd commit 4a2f6ab

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Interfaces.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
return 1;
1616
}
1717

18-
define( 'DATAVALUES_INTERFACES_VERSION', '0.2.2' );
18+
define( 'DATAVALUES_INTERFACES_VERSION', '0.2.3' );
1919

2020
if ( defined( 'MEDIAWIKI' ) ) {
2121
$GLOBALS['wgExtensionCredits']['datavalues'][] = [

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ as [Wikimedia Germany](https://wikimedia.de) employee for the [Wikidata project]
5656

5757
## Release notes
5858

59-
### 0.2.3 (dev)
59+
### 0.2.3 (2017-08-02)
6060

61-
* Raised required PHP version from 5.3 to 5.5.
61+
* Updated minimal required PHP version from 5.3 to 5.5.9.
62+
* Minor fixes to code documentation.
63+
* Added PHPCS support.
6264

6365
### 0.2.2 (2016-07-15)
6466

0 commit comments

Comments
 (0)