diff --git a/ext/php_maxminddb.h b/ext/php_maxminddb.h index 8acb282..b5261b8 100644 --- a/ext/php_maxminddb.h +++ b/ext/php_maxminddb.h @@ -15,7 +15,7 @@ #ifndef PHP_MAXMINDDB_H #define PHP_MAXMINDDB_H 1 -#define PHP_MAXMINDDB_VERSION "1.11.1" +#define PHP_MAXMINDDB_VERSION "1.12.0" #define PHP_MAXMINDDB_EXTNAME "maxminddb" extern zend_module_entry maxminddb_module_entry; diff --git a/package.xml b/package.xml index e7b3277..5fe5cb8 100644 --- a/package.xml +++ b/package.xml @@ -14,19 +14,19 @@ goschwald@maxmind.com yes - 2023-12-01 + 2024-11-14 - 1.11.1 - 1.11.1 + 1.12.0 + 1.12.0 stable stable Apache License 2.0 - * Resolve warnings when compiling the C extension. -* Fix various type issues detected by PHPStan level. Pull request by - LauraTaylorUK. GitHub #160. + * Improve the error handling when the user tries to open a directory + with the pure PHP reader. +* Improve the typehints on arrays in the PHPDocs.