@@ -53,8 +53,8 @@ The **supported coordinate formats** are:
53
53
* Decimal degree (` 55.7557860°, -37.6176330° ` or ` 55.7557860° N, 37.6176330° W ` )
54
54
* Float (` 55.7557860, -37.6176330 ` or ` 55.7557860 N, 37.6176330 W ` )
55
55
56
- The parsers and formatters allow you to customize the used symbols for degrees, minutes and seconds and
57
- to change the letters used to indicate direction (N, E, S, W).
56
+ The parsers and formatters allow you to customize the used symbols for degrees, minutes, and seconds and
57
+ to change the letters used to indicate the direction (N, E, S, W).
58
58
59
59
## Requirements
60
60
@@ -103,6 +103,12 @@ employees for the [Wikidata project](https://wikidata.org/).
103
103
104
104
## Release notes
105
105
106
+ ### 4.6.0 (2025-09-23)
107
+
108
+ * Updated requirement for ` data-values/interfaces ` to ` ^1.1.0 `
109
+ * Dropped support for PHP 7.4 and 8.0
110
+ * Testing on PHP 8.4
111
+
106
112
### 4.5.1 (2025-01-06)
107
113
108
114
* Restored support for PHP 7.4
@@ -123,7 +129,7 @@ employees for the [Wikidata project](https://wikidata.org/).
123
129
124
130
### 4.3.0 (2021-04-21)
125
131
126
- * Raised minimum PHP version from 7.1 to 7.3
132
+ * Raised the minimum PHP version from 7.1 to 7.3
127
133
128
134
### 4.2.3 (2021-04-23)
129
135
@@ -166,7 +172,7 @@ employees for the [Wikidata project](https://wikidata.org/).
166
172
167
173
### 4.0.0 (2018-07-13)
168
174
169
- * Updated minimum required PHP version from 5.5.9 to 7.1
175
+ * Updated the minimum required PHP version from 5.5.9 to 7.1
170
176
* Added scalar type hints
171
177
* Added return type hints
172
178
* Added nullable type hints
@@ -200,22 +206,22 @@ employees for the [Wikidata project](https://wikidata.org/).
200
206
### 2.1.0 (2017-08-09)
201
207
202
208
* Remove MediaWiki integration
203
- * Make use of the …::class feature
204
- * Add .gitattributes to exclude not needed files from git exports
205
- * Use Wikibase CodeSniffer instead of Mediawiki 's
209
+ * Make use of the …` ::class ` feature
210
+ * Add .gitattributes to exclude unnecessary files from git exports
211
+ * Use Wikibase CodeSniffer instead of MediaWiki 's
206
212
* Move to short array syntax
207
213
208
214
### 2.0.1 (2017-06-26)
209
215
210
216
* Fixed ` GlobeCoordinateValue::newFromArray ` and ` LatLongValue::newFromArray ` not accepting mixed
211
217
values.
212
218
* Deprecated ` GlobeCoordinateValue::newFromArray ` and ` LatLongValue::newFromArray ` .
213
- * Updated minimum required PHP version from 5.3 to 5.5.9.
219
+ * Updated the minimum required PHP version from 5.3 to 5.5.9.
214
220
215
221
### 2.0.0 (2017-05-09)
216
222
217
- * ` GlobeCoordinateValue ` does not accept empty strings as globes any more .
218
- * ` GlobeCoordinateValue ` does not accept precisions outside the [ -360..+360] interval any more .
223
+ * ` GlobeCoordinateValue ` no longer accepts empty strings as globes.
224
+ * ` GlobeCoordinateValue ` no longer accept precisions outside the [ -360..+360] interval.
219
225
* Changed hash calculation of ` GlobeCoordinateValue ` in an incompatible way.
220
226
* Renamed ` GeoCoordinateFormatter ` to ` LatLongFormatter ` , leaving a deprecated alias.
221
227
* Renamed ` GeoCoordinateParser ` to ` LatLongParser ` , leaving a deprecated alias.
@@ -254,7 +260,7 @@ employees for the [Wikidata project](https://wikidata.org/).
254
260
255
261
### 1.1.4 (2014-11-25)
256
262
257
- * Add fall back to default on invalid precision to more places.
263
+ * Add a fallback to default on invalid precision to more places.
258
264
259
265
### 1.1.3 (2014-11-19)
260
266
@@ -274,14 +280,14 @@ employees for the [Wikidata project](https://wikidata.org/).
274
280
* Made the component installable with DataValues 1.x
275
281
* ` GeoCoordinateFormatter ` now supports precision in degrees
276
282
* ` GlobeCoordinateFormatter ` now passes the globe precision to the ` GeoCoordinateFormatter ` it uses
277
- * Introduced ` FORMAT_NAME ` class constants on ValueParsers in order to use them as expectedFormat
283
+ * Introduced ` FORMAT_NAME ` class constants on ValueParsers to use them as expectedFormat
278
284
* Changed ValueParsers to pass rawValue and expectedFormat arguments when constructing a ` ParseException `
279
285
280
286
### 1.0.0 (2014-07-31)
281
287
282
288
* All classes and interfaces have been moved into the ` DataValues\Geo ` namespace
283
- * ` DataValues\LatLongValue ` has been left as deprecated alias
284
- * ` DataValues\GlobeCoordinateValue ` has been left as deprecated alias
289
+ * `DataValues\LatLongValue` has been left as deprecated alias
290
+ * `DataValues\GlobeCoordinateValue` has been left as deprecated alias
285
291
* Globe in ` GlobeCoordinateValue ` now defaults to ` http://www.wikidata.org/entity/Q2 `
286
292
287
293
### 0.2.0 (2014-07-07)
0 commit comments