Skip to content

Commit ffcbb2a

Browse files
authored
README.md: Add 4.6.0 and some editing (#243)
1 parent 56ac7ca commit ffcbb2a

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

README.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ The **supported coordinate formats** are:
5353
* Decimal degree (`55.7557860°, -37.6176330°` or `55.7557860° N, 37.6176330° W`)
5454
* Float (`55.7557860, -37.6176330` or `55.7557860 N, 37.6176330 W`)
5555

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).
5858

5959
## Requirements
6060

@@ -103,6 +103,12 @@ employees for the [Wikidata project](https://wikidata.org/).
103103

104104
## Release notes
105105

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+
106112
### 4.5.1 (2025-01-06)
107113

108114
* Restored support for PHP 7.4
@@ -123,7 +129,7 @@ employees for the [Wikidata project](https://wikidata.org/).
123129

124130
### 4.3.0 (2021-04-21)
125131

126-
* Raised minimum PHP version from 7.1 to 7.3
132+
* Raised the minimum PHP version from 7.1 to 7.3
127133

128134
### 4.2.3 (2021-04-23)
129135

@@ -166,7 +172,7 @@ employees for the [Wikidata project](https://wikidata.org/).
166172

167173
### 4.0.0 (2018-07-13)
168174

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
170176
* Added scalar type hints
171177
* Added return type hints
172178
* Added nullable type hints
@@ -200,22 +206,22 @@ employees for the [Wikidata project](https://wikidata.org/).
200206
### 2.1.0 (2017-08-09)
201207

202208
* 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
206212
* Move to short array syntax
207213

208214
### 2.0.1 (2017-06-26)
209215

210216
* Fixed `GlobeCoordinateValue::newFromArray` and `LatLongValue::newFromArray` not accepting mixed
211217
values.
212218
* 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.
214220

215221
### 2.0.0 (2017-05-09)
216222

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.
219225
* Changed hash calculation of `GlobeCoordinateValue` in an incompatible way.
220226
* Renamed `GeoCoordinateFormatter` to `LatLongFormatter`, leaving a deprecated alias.
221227
* Renamed `GeoCoordinateParser` to `LatLongParser`, leaving a deprecated alias.
@@ -254,7 +260,7 @@ employees for the [Wikidata project](https://wikidata.org/).
254260

255261
### 1.1.4 (2014-11-25)
256262

257-
* Add fall back to default on invalid precision to more places.
263+
* Add a fallback to default on invalid precision to more places.
258264

259265
### 1.1.3 (2014-11-19)
260266

@@ -274,14 +280,14 @@ employees for the [Wikidata project](https://wikidata.org/).
274280
* Made the component installable with DataValues 1.x
275281
* `GeoCoordinateFormatter` now supports precision in degrees
276282
* `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
278284
* Changed ValueParsers to pass rawValue and expectedFormat arguments when constructing a `ParseException`
279285

280286
### 1.0.0 (2014-07-31)
281287

282288
* 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
285291
* Globe in `GlobeCoordinateValue` now defaults to `http://www.wikidata.org/entity/Q2`
286292

287293
### 0.2.0 (2014-07-07)

0 commit comments

Comments
 (0)