Skip to content

Commit

Permalink
update version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed Feb 28, 2019
1 parent 72f7b75 commit a55d54c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 14 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.5",
"APP_VERSION": "2.1.6",
"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.1.6 - 2019-03-01

### Add

- Add server benchmark date
- Add APP config file
- Add progress high light style
- add SQLite3 ext detection
- add SimpleXML ext detection

### Optimize

- Optimize server benchmark style
- Optimize module title style for firefox

## 2.1.5 - 2019-02-20

### Add
Expand Down
24 changes: 12 additions & 12 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.5';
public static $APP_VERSION = '2.1.6';
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 a55d54c

Please sign in to comment.