From e69c7dca6eb12c054bfec0a663fbfce446484502 Mon Sep 17 00:00:00 2001 From: Roberto B Date: Sun, 18 Apr 2021 14:49:03 +0200 Subject: [PATCH] v0.2.4 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d5768..8874062 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog +## 0.2.4 - 2021-04-18 +### Add +- In runtime information, added upload_max_filesize and post_max_size from php configuration ( thanks to @yogendra-revanna ) ## 0.2.3 - 2021-04-10 ### Add - Check DEBUG and ENV configuration for production (if production avoid having debug on); -- Check Storage Links and sohw the user a waring if some directory links are missing +- Check Storage Links and show the user a waring if some directory links are missing ### Change - improve tests and checks script for Workflows