Skip to content

Commit 0d5ec79

Browse files
authored
Merge pull request #320 from maxmind/greg/stf-1005
Release 3.4.0
2 parents a359bd3 + eaec850 commit 0d5ec79

5 files changed

Lines changed: 53 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
3.4.0 (unreleased)
4+
3.4.0 (2026-07-16)
55
------------------
66

77
* A new `residential` property has been added to `GeoIp2\Record\Anonymizer`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You should now have the file `composer.phar` in your project directory.
2626
Run in your project root:
2727

2828
```sh
29-
php composer.phar require geoip2/geoip2:^3.3.0
29+
php composer.phar require geoip2/geoip2:^3.4.0
3030
```
3131

3232
You should now have the files `composer.json` and `composer.lock` as well as

lychee.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
# Run locally with:
55
# lychee './**/*.md' './src/**/*.php' './composer.json'
66

7-
# Include URL fragments in checks
8-
include_fragments = true
7+
# Include URL fragments in checks. lychee 0.24 changed this from a bool to an
8+
# enum (none|anchor-only|text-only|full); "full" checks both anchor and text
9+
# fragments.
10+
include_fragments = "full"
911

1012
# Don't allow any redirects, so links that have moved are surfaced and updated
1113
# to their canonical destination.

mise.lock

Lines changed: 46 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/WebService/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Client implements ProviderInterface
5454
private readonly WsClient $client;
5555
private static string $basePath = '/geoip/v2.1';
5656

57-
public const VERSION = 'v3.3.0';
57+
public const VERSION = 'v3.4.0';
5858

5959
/**
6060
* Constructor.

0 commit comments

Comments
 (0)