Skip to content

Commit 5b2d7a7

Browse files
committed
Bumped version to 1.12.0
1 parent 01b9987 commit 5b2d7a7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ext/php_maxminddb.h

Lines changed: 1 addition & 1 deletion
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.11.1"
18+
#define PHP_MAXMINDDB_VERSION "1.12.0"
1919
#define PHP_MAXMINDDB_EXTNAME "maxminddb"
2020

2121
extern zend_module_entry maxminddb_module_entry;

package.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
<email>[email protected]</email>
1515
<active>yes</active>
1616
</lead>
17-
<date>2023-12-01</date>
17+
<date>2024-11-14</date>
1818
<version>
19-
<release>1.11.1</release>
20-
<api>1.11.1</api>
19+
<release>1.12.0</release>
20+
<api>1.12.0</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>* Resolve warnings when compiling the C extension.
28-
* Fix various type issues detected by PHPStan level. Pull request by
29-
LauraTaylorUK. GitHub #160.</notes>
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>
3030
<contents>
3131
<dir name="/">
3232
<file role="doc" name="LICENSE"/>

0 commit comments

Comments
 (0)