Skip to content

Commit

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

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

## 2.4.3 - 2019-07-06

### Fix

- Fix #31 division by zero error

### Update

- Update PHP lastest version 7.3.7

## 2.4.2 - 2019-06-10

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.4.2';
public static $APP_VERSION = '2.4.3';
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.6';
public static $LATEST_PHP_STABLE_VERSION = '7.3.7';
public static $LATEST_NGINX_STABLE_VERSION = '1.16.0';
}

0 comments on commit f0c331b

Please sign in to comment.