File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44
55abstract 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/? ' ;
You can’t perform that action at this time.
0 commit comments