File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
- 1.12.1
4
+ 1.12.1 (2025-05-05)
5
5
-------------------
6
6
7
7
* The C extension now checks that the database metadata lookup was
Original file line number Diff line number Diff line change @@ -180,6 +180,6 @@ The MaxMind DB Reader PHP API uses [Semantic Versioning](https://semver.org/).
180
180
181
181
## Copyright and License ##
182
182
183
- This software is Copyright (c) 2014-2024 by MaxMind, Inc.
183
+ This software is Copyright (c) 2014-2025 by MaxMind, Inc.
184
184
185
185
This is free software, licensed under the Apache License, Version 2.0.
Original file line number Diff line number Diff line change 15
15
16
16
#ifndef PHP_MAXMINDDB_H
17
17
#define PHP_MAXMINDDB_H 1
18
- #define PHP_MAXMINDDB_VERSION "1.12.0 "
18
+ #define PHP_MAXMINDDB_VERSION "1.12.1 "
19
19
#define PHP_MAXMINDDB_EXTNAME "maxminddb"
20
20
21
21
extern zend_module_entry maxminddb_module_entry ;
Original file line number Diff line number Diff line change 14
14
<email >goschwald@maxmind.com</email >
15
15
<active >yes</active >
16
16
</lead >
17
- <date >2024-11-14 </date >
17
+ <date >2025-05-05 </date >
18
18
<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 >
21
21
</version >
22
22
<stability >
23
23
<release >stable</release >
24
24
<api >stable</api >
25
25
</stability >
26
26
<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 >
30
29
<contents >
31
30
<dir name =" /" >
32
31
<file role =" doc" name =" LICENSE" />
You can’t perform that action at this time.
0 commit comments