Skip to content

Commit

Permalink
update to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed Mar 9, 2019
1 parent 6b2a68e commit ceb34ac
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 11 deletions.
2 changes: 1 addition & 1 deletion AppConfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"APP_VERSION": "2.1.8",
"APP_VERSION": "2.2.0",
"APP_NAME": "X Prober",
"APP_URL": "https://github.com/kmvan/x-prober",
"AUTHOR_URL": "https://inn-studio.com/prober",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All Notable changes to `X-Prober` will be documented in this file

## 2.2.0 - 2019-03-09

### Add

- Add debug mode for compiler
- Add bin download for network speed testing (server benchmark)
- Add prober page (server benchmark)
- Add sleep operating when doing server benchmark
- Add latest PHP version 7.3.3
- Add 1Gbits server benchmark

### Optimize

- Change `seconds` to `s`

## 2.1.8 - 2019-03-05

### Add
Expand Down
30 changes: 21 additions & 9 deletions dist/prober.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Components/Config/ConfigApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ConfigApi
{
public static $APP_VERSION = '2.1.8';
public static $APP_VERSION = '2.2.0';
public static $APP_NAME = 'X Prober';
public static $APP_URL = 'https://github.com/kmvan/x-prober';
public static $AUTHOR_URL = 'https://inn-studio.com/prober';
Expand Down

0 comments on commit ceb34ac

Please sign in to comment.