Skip to content

Commit

Permalink
update to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed May 14, 2019
1 parent cdb69da commit 668323f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 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.3.2",
"APP_VERSION": "2.4.0",
"APP_NAME": "X Prober",
"APP_URL": "https://github.com/kmvan/x-prober",
"AUTHOR_URL": "https://inn-studio.com/prober",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## 2.4.0 - 2019-05-14

### Add

- Add Ping Server feature

### Update

- Update PHP version to 7.3.5
- Update NGINX version to 1.16.0
- Update SQLite version to 3.28.0

## 2.3.2 - 2019-04-07

### Update
Expand Down
12 changes: 6 additions & 6 deletions dist/prober.php

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/Components/Config/ConfigApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

class ConfigApi
{
public static $APP_VERSION = '2.3.2';
public static $APP_VERSION = '2.4.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';
public static $UPDATE_PHP_URLS = array('https://raw.githubusercontent.com/kmvan/x-prober/master/dist/prober.php', 'https://api.inn-studio.com/download/?id=xprober');
public static $AUTHOR_NAME = 'INN STUDIO';
public static $CHANGELOG_URL = 'https://raw.githubusercontent.com/kmvan/x-prober/master/CHANGELOG.md';
public static $LATEST_PHP_STABLE_VERSION = '7.3.4';
public static $LATEST_NGINX_STABLE_VERSION = '1.14.2';
public static $LATEST_PHP_STABLE_VERSION = '7.3.5';
public static $LATEST_NGINX_STABLE_VERSION = '1.16.0';
}

0 comments on commit 668323f

Please sign in to comment.