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 ' , '1.2.2 ' );
18+ define ( 'DATAVALUES_GEO_VERSION ' , '2.0.0 ' );
1919
2020if ( defined ( 'MEDIAWIKI ' ) ) {
2121 $ GLOBALS ['wgExtensionCredits ' ]['datavalues ' ][] = array (
Original file line number Diff line number Diff line change @@ -93,11 +93,15 @@ It is based upon and contains a lot of code written by [Jeroen De Dauw]
9393
9494## Release notes
9595
96- ### 2.0.0 (dev )
96+ ### 2.0.0 (2017-05-09 )
9797
98+ * ` GlobeCoordinateValue ` does not accept empty strings as globes any more.
99+ * ` GlobeCoordinateValue ` does not accept precisions outside the [ -360..+360] interval any more.
100+ * Changed hash calculation of ` GlobeCoordinateValue ` in an incompatible way.
98101* Renamed ` GeoCoordinateFormatter ` to ` LatLongFormatter ` , leaving a deprecated alias.
99102* Renamed ` GeoCoordinateParser ` to ` LatLongParser ` , leaving a deprecated alias.
100103* Renamed ` GeoCoordinateParserBase ` to ` LatLongParserBase ` .
104+ * Deprecated ` LatLongParser::areCoordinates ` .
101105
102106### 1.2.2 (2017-03-14)
103107
Original file line number Diff line number Diff line change 4848 },
4949 "extra" : {
5050 "branch-alias" : {
51- "dev-master" : " 1.2 .x-dev"
51+ "dev-master" : " 2.0 .x-dev"
5252 }
5353 },
5454 "scripts" : {
Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ public function getGlobe() {
179179 /**
180180 * @see Hashable::getHash
181181 *
182+ * @since 2.0
183+ *
182184 * @return string
183185 */
184186 public function getHash () {
You can’t perform that action at this time.
0 commit comments