File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3621class_alias ( DataValues \Geo \Values \LatLongValue::class, 'DataValues\LatLongValue ' );
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments