Skip to content

Commit be9e14d

Browse files
authored
Merge pull request #117 from legoktm/stuff
Remove MediaWiki integration & release 2.1.0
2 parents 2d8e852 + de4fb1b commit be9e14d

2 files changed

Lines changed: 9 additions & 16 deletions

File tree

Geo.php

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

18-
define( 'DATAVALUES_GEO_VERSION', '2.0.1' );
19-
20-
if ( defined( 'MEDIAWIKI' ) ) {
21-
$GLOBALS['wgExtensionCredits']['datavalues'][] = [
22-
'path' => __DIR__,
23-
'name' => 'DataValues Geo',
24-
'version' => DATAVALUES_GEO_VERSION,
25-
'author' => [
26-
'[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]',
27-
'The Wikidata team',
28-
],
29-
'url' => 'https://github.com/DataValues/Geo',
30-
'description' => 'Geographical value objects, parsers and formatters',
31-
'license-name' => 'GPL-2.0+'
32-
];
33-
}
18+
define( 'DATAVALUES_GEO_VERSION', '2.1.0' );
3419

3520
// Aliases introduced in 1.0
3621
class_alias( DataValues\Geo\Values\LatLongValue::class, 'DataValues\LatLongValue' );

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ It is based upon and contains a lot of code written by [Jeroen De Dauw]
9393

9494
## Release notes
9595

96+
### 2.1.0 (2017-08-09)
97+
98+
* Remove MediaWiki integration
99+
* Make use of the …::class feature
100+
* Add .gitattributes to exclude not needed files from git exports
101+
* Use Wikibase CodeSniffer instead of Mediawiki's
102+
* Move to short array syntax
103+
96104
### 2.0.1 (2017-06-26)
97105

98106
* Fixed `GlobeCoordinateValue::newFromArray` and `LatLongValue::newFromArray` not accepting mixed

0 commit comments

Comments
 (0)