From e246467db08f44e23584416542247123d5a52a3b Mon Sep 17 00:00:00 2001 From: Akshay Kumar Date: Wed, 23 Mar 2022 18:57:17 +0530 Subject: [PATCH] Add CHANGELOG-1.1.md --- CHANGELOG-1.1.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG-1.1.md diff --git a/CHANGELOG-1.1.md b/CHANGELOG-1.1.md new file mode 100644 index 0000000..0a3d39e --- /dev/null +++ b/CHANGELOG-1.1.md @@ -0,0 +1,19 @@ +CHANGELOG for 1.1.x +=================== + +This changelog references any relevant changes introduced in 1.1 minor versions. + +* 1.1.0 (2022-03-23) + * Feature: Improved compatibility with PHP 8 and Symfony 5 components + * Bug #172: Update misc. validation error messages while working with knowledgebase categories and folders (vipin-shrivastava) + * Bug #167: Add cross-site scripting checks for uploaded .svg assets (vipin-shrivastava) + * Bug #166: Throw *NotFoundHttpException* instead to render *404 Page Not Found* error message when ticket is not found (vipin-shrivastava) + * Bug #164: Fix misc. issues while updating articles (vipin-shrivastava) + * Bug #163: Show warning when creating article with an already occupied slug name, update validation criteria when creating folders (vipin-shrivastava) + * Bug #160: Delete previous website logo asset from filesystem while updating a new logo (vipin-shrivastava) + * Bug #159: Delete knowledgebase folder image asset from file system when deleting folder (vipin-shrivastava) + * Bug #158: Editor resize issue while creating ticket (vipin-shrivastava) + * Bug #157: Use editor when creating ticket (vipin-shrivastava) + * Bug #156: Article's numbered list not being rendered correctly (vipin-shrivastava) + * Bug #155: Delete customer profile picture from file system when updating account details (papnoisanjeev) + * Bug #154: Fix wrong custom field placeholder value being rendered (vipin-shrivastava)