Skip to content

Commit 9f7461f

Browse files
committed
Release 3.3.2
1 parent a3be6e5 commit 9f7461f

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.2 -- Mon Nov 24 2025
2+
=====================================================
3+
- add testing against PHP 8.5
4+
- Update PHPUnit and php_codesniffer
5+
- Fix phpstan report on curl_setopt_array
6+
17
3.3.1 -- Thu Nov 21 2024
28
=====================================================
39
- add testing against PHP 8.4

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-
const VERSION = '3.3.1'; // if changing this => remember to match everything with the git tag
7+
const VERSION = '3.3.2'; // if changing this => remember to match everything with the git tag
88

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

0 commit comments

Comments
 (0)