From 195f7a37fcc8cb5210119840863f0a0baa703bdf Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Mon, 27 Jan 2025 12:32:51 -0500 Subject: [PATCH 1/2] Release 3.8.1 --- HISTORY.md | 5 +++++ lib/Version.php | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f0f203c..8437ee2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,9 @@ +3.8.1 / 2025-01-27 +================== + + * Convert the exec output to string (#239) + 3.8.0 / 2024-02-15 ================== diff --git a/lib/Version.php b/lib/Version.php index a362c6e..2904023 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -1,7 +1,3 @@ Date: Mon, 27 Jan 2025 12:37:59 -0500 Subject: [PATCH 2/2] Fixing code standard problems caused by release script --- lib/Version.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index 2904023..56792c8 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -1,3 +1,7 @@