Skip to content

Commit ff6e830

Browse files
committed
Release 3.3.3
1 parent 19ac00b commit ff6e830

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.3.3 -- Mon De 8 2025
2+
=====================================================
3+
- Uses http_get_last_response_headers() with PHP >= 8.4
4+
- Update composer config, adds script
5+
- Uses PSR-12
6+
17
3.3.2 -- Mon Nov 24 2025
28
=====================================================
39
- add testing against PHP 8.5

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.2'; // if changing this => remember to match everything with the git tag
7+
public const VERSION = '3.3.3'; // 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)