Skip to content

Commit d7aecba

Browse files
authored
Merge pull request #187 from maxmind/greg/eng-1866
Release 1.12.1
2 parents 880d262 + 815939e commit d7aecba

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
1.12.1
4+
1.12.1 (2025-05-05)
55
-------------------
66

77
* The C extension now checks that the database metadata lookup was

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ The MaxMind DB Reader PHP API uses [Semantic Versioning](https://semver.org/).
180180

181181
## Copyright and License ##
182182

183-
This software is Copyright (c) 2014-2024 by MaxMind, Inc.
183+
This software is Copyright (c) 2014-2025 by MaxMind, Inc.
184184

185185
This is free software, licensed under the Apache License, Version 2.0.

ext/php_maxminddb.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#ifndef PHP_MAXMINDDB_H
1717
#define PHP_MAXMINDDB_H 1
18-
#define PHP_MAXMINDDB_VERSION "1.12.0"
18+
#define PHP_MAXMINDDB_VERSION "1.12.1"
1919
#define PHP_MAXMINDDB_EXTNAME "maxminddb"
2020

2121
extern zend_module_entry maxminddb_module_entry;

package.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@
1414
<email>[email protected]</email>
1515
<active>yes</active>
1616
</lead>
17-
<date>2024-11-14</date>
17+
<date>2025-05-05</date>
1818
<version>
19-
<release>1.12.0</release>
20-
<api>1.12.0</api>
19+
<release>1.12.1</release>
20+
<api>1.12.1</api>
2121
</version>
2222
<stability>
2323
<release>stable</release>
2424
<api>stable</api>
2525
</stability>
2626
<license uri="https://github.com/maxmind/MaxMind-DB-Reader-php/blob/main/LICENSE">Apache License 2.0</license>
27-
<notes>* Improve the error handling when the user tries to open a directory
28-
with the pure PHP reader.
29-
* Improve the typehints on arrays in the PHPDocs.</notes>
27+
<notes>* The C extension now checks that the database metadata lookup was
28+
successful.</notes>
3029
<contents>
3130
<dir name="/">
3231
<file role="doc" name="LICENSE"/>

0 commit comments

Comments
 (0)