From 4947f70a6e8a39af2aa2e143a13e9a9e3a24f7ca Mon Sep 17 00:00:00 2001 From: Juan Lago Date: Thu, 28 Feb 2019 14:08:00 +0100 Subject: [PATCH] Improved JSON detection and extraction. --- src/App/Controller/Main.php | 1 + src/Config/Version.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App/Controller/Main.php b/src/App/Controller/Main.php index 8329def..32e65b8 100644 --- a/src/App/Controller/Main.php +++ b/src/App/Controller/Main.php @@ -209,6 +209,7 @@ protected function readLog() if ($this->log_info['verbose']) $this->console->json($entry); + // Send to sender try { diff --git a/src/Config/Version.php b/src/Config/Version.php index 64659a7..4b1e512 100644 --- a/src/Config/Version.php +++ b/src/Config/Version.php @@ -1,7 +1,7 @@ 2, - 'minor' => 5, - 'build' => 45, + 'minor' => 6, + 'build' => 47, 'codename' => '', ); \ No newline at end of file