Skip to content

Commit 9ee9ba9

Browse files
committed
Bumped version to 1.9.0
1 parent aeec891 commit 9ee9ba9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
2222
},
2323
"conflict": {
24-
"ext-maxminddb": "<1.8.0,>=2.0.0"
24+
"ext-maxminddb": "<1.9.0,>=2.0.0"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "*",

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.8.0"
18+
#define PHP_MAXMINDDB_VERSION "1.9.0"
1919
#define PHP_MAXMINDDB_EXTNAME "maxminddb"
2020

2121
extern zend_module_entry maxminddb_module_entry;

package.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,18 @@
1414
<email>[email protected]</email>
1515
<active>yes</active>
1616
</lead>
17-
<date>2020-10-01</date>
17+
<date>2021-01-07</date>
1818
<version>
19-
<release>1.8.0</release>
20-
<api>1.8.0</api>
19+
<release>1.9.0</release>
20+
<api>1.9.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/master/LICENSE">Apache License 2.0</license>
27-
<notes>* Fixes for PHP 8.0. Pull Request by Remi Collet. GitHub #108.</notes>
27+
<notes>* The `maxminddb` extension is now buildable on Windows. Pull request
28+
by Jan Ehrhardt. GitHub #115.</notes>
2829
<contents>
2930
<dir name="/">
3031
<file role="doc" name="LICENSE"/>

0 commit comments

Comments
 (0)