Skip to content

Commit a85e44d

Browse files
committed
Release 3.3.4 - fix deprecation warning with PHP 8.5
1 parent c6c178a commit a85e44d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
3.3.3 -- Mon De 8 2025
1+
3.3.4 -- Mon Dec 15 2025
2+
=====================================================
3+
- removes deprecation warning when using PHP 8.5 on $http_response_header created by fopen (thanks to @TimWolla)
4+
5+
3.3.3 -- Mon Dec 8 2025
26
=====================================================
37
- Uses http_get_last_response_headers() with PHP >= 8.4
48
- Update composer config, adds script

src/AbstractGeocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
abstract class AbstractGeocoder
66
{
7-
public const VERSION = '3.3.3'; // if changing this => remember to match everything with the git tag
7+
public const VERSION = '3.3.4'; // if changing this => remember to match everything with the git tag
88

99
public const TIMEOUT = 10;
1010
public const URL = 'https://api.opencagedata.com/geocode/v1/json/?';

0 commit comments

Comments
 (0)