Skip to content

Commit e0ade3c

Browse files
author
Ivan Dudarev
committed
Merge branch 'feature-v2-ip-sources' into v2
2 parents 2c519f7 + 85dbc2d commit e0ade3c

40 files changed

+1428
-3565
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Contributing
33
Report an issue
44
---------------
55
Please follow the guidelines below when creating an issue so that your issue can be more promptly resolved:
6-
* Provide information including: the version of PHP and IPTool, the type of operating system and Web server;
6+
* Provide information including: the version of PHP and IPStack Wizard, the type of operating system;
77
* Provide the complete error call stack if available;
88
* Describe the steps for reproducing the issue. It would be even better if you could provide code to reproduce the issue;
99

10-
Do not report an issue if you are asking how to use some IPTool feature. You should use the [Documentation](https://github/ddrv/iptool/wiki).
10+
Do not report an issue if you are asking how to use some IPStack Wizard feature. You should use the Documentation in `docs` folder.
1111

12-
Before you report an issue, please search through existing issues to see if your issue is already reported or fixed to make sure you are not reporting a duplicated issue. Also make sure you have the latest version of IPTool and see if the issue still exists.
12+
Before you report an issue, please search through existing issues to see if your issue is already reported or fixed to make sure you are not reporting a duplicated issue. Also make sure you have the latest version of IPStack Wizard and see if the issue still exists.
1313

1414
Translate documentstion
1515
-----------------------

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
### Additional info
88

9-
|Q|A|
10-
|---|---|
11-
|Wizard version|2.0.?|
12-
|PHP version|?|
13-
|Operating system|?|
9+
| Q | A
10+
| ---------------- | ---
11+
| Wizard version | 2.0.?
12+
| PHP version |
13+
| Operating system |
1414

15-
### Add your binary database file in attacnments
15+
### Add your binary database file in attacnments

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.idea/*

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Packagist](https://img.shields.io/packagist/v/ipstack/wizard.svg?style=flat-square)](https://packagist.org/packages/ipstack/wizard)
2-
[![Downloads](https://img.shields.io/packagist/dt/ipstack/wizard.svg?style=flat-square)](https://packagist.org/packages/ipstack/wizard/stats)
1+
[![Latest Stable Version](https://img.shields.io/packagist/v/ipstack/wizard.svg?style=flat-square)](https://packagist.org/packages/ipstack/wizard)
2+
[![Total Downloads](https://img.shields.io/packagist/dt/ipstack/wizard.svg?style=flat-square)](https://packagist.org/packages/ipstack/wizard/stats)
33
[![License](https://img.shields.io/packagist/l/ipstack/wizard.svg?style=flat-square)](https://github.com/ipstack/wizard/blob/master/LICENSE)
44
[![PHP](https://img.shields.io/packagist/php-v/ipstack/wizard.svg?style=flat-square)](https://php.net)
55

@@ -8,6 +8,8 @@
88

99
> IP Stack Wizard. Create your IP Address database.
1010
11-
[Database format](https://github.com/ipstack/database-format/tree/v2.0.0)
11+
## Supported formats
12+
13+
- IPStack v1
1214

1315
The idea is taken from [Sypex Geo](https://sypexgeo.net)

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipstack/wizard",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.0",
44
"type": "library",
55
"description": "Wizard for create databases for ipstack",
66
"keywords": ["iptool", "ipstack", "ipstack-wizard", "ip", "geo", "geoip", "info", "data", "ip-database", "wizard"],
@@ -15,10 +15,8 @@
1515
"require": {
1616
"php": ">=5.3",
1717
"ext-pdo_sqlite": "*",
18-
"ddrv/extra-pack": "*"
19-
},
20-
"require-dev": {
21-
"phpunit/phpunit": ">=4.8"
18+
"ext-pdo": "*",
19+
"ext-mbstring": "*"
2220
},
2321
"autoload": {
2422
"psr-4": {

docs/en.md

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)