Skip to content

Commit

Permalink
Bumped version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Oct 1, 2020
1 parent f004336 commit b566d42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
},
"conflict": {
"ext-maxminddb": "<1.7.0,>=2.0.0"
"ext-maxminddb": "<1.8.0,>=2.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.*",
Expand Down
2 changes: 1 addition & 1 deletion ext/php_maxminddb.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#ifndef PHP_MAXMINDDB_H
#define PHP_MAXMINDDB_H 1
#define PHP_MAXMINDDB_VERSION "1.7.0"
#define PHP_MAXMINDDB_VERSION "1.8.0"
#define PHP_MAXMINDDB_EXTNAME "maxminddb"

extern zend_module_entry maxminddb_module_entry;
Expand Down
16 changes: 3 additions & 13 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,17 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2020-08-07</date>
<date>2020-10-01</date>
<version>
<release>1.7.0</release>
<release>1.8.0</release>
<api>1.7.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/maxmind/MaxMind-DB-Reader-php/blob/master/LICENSE">Apache License 2.0</license>
<notes>* IMPORTANT: PHP 7.2 or greater is now required.
* The extension no longer depends on the pure PHP classes in
`maxmind-db/reader`. You can use it independently.
* Type hints have been added to both the pure PHP implementation
and the extension.
* The `metadata` method on the reader now returns a new copy of the
metadata object rather than the actual object used by the reader.
* Work around PHP `is_readable()` bug. Reported by Ben Roberts. GitHub
#92.
* This is the first release of the extension as a PECL package.
GitHub #34.</notes>
<notes>* Fixes for PHP 8.0. Pull Request by Remi Collet. GitHub #108.</notes>
<contents>
<dir name="/">
<file role="doc" name="LICENSE"/>
Expand Down

0 comments on commit b566d42

Please sign in to comment.