From a7fe855282369ff6405f648fdfa74665195462c0 Mon Sep 17 00:00:00 2001 From: jitendra Date: Fri, 17 Sep 2021 20:21:52 +0530 Subject: [PATCH 1/4] Update readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c931152b0..995a56c7d 100644 --- a/README.md +++ b/README.md @@ -109,4 +109,4 @@ Krayin CRM is a truly opensource CRM framework which will always be free under t ### Security Vulnerabilities -Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in Krayin CRM then please email us: mailto:support@krayincrm.com. +Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in Krayin CRM then please email us: mailto:sales@krayincrm.com. From ac810a11f865a008542f5cc32227aaf63fbea3c3 Mon Sep 17 00:00:00 2001 From: jitendra Date: Fri, 17 Sep 2021 20:26:01 +0530 Subject: [PATCH 2/4] Updated changelog --- CHANGELOG for v1.x.x.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG for v1.x.x.md b/CHANGELOG for v1.x.x.md index 2ecd2eb0f..b430ddd5f 100755 --- a/CHANGELOG for v1.x.x.md +++ b/CHANGELOG for v1.x.x.md @@ -1,3 +1,20 @@ +## **v1.1.1 (17th of September 2021)** + + +* #217 [fixed] - When we adding a new organization then it should not give an exception. + +* #221 [fixed] - if the user has no permission to add a role and the user is trying to add a role. then it should be shown a warning + +* #225 [fixed] - When we creating a person then after creating person it is not redirecting to persons list page + +* #226 [fixed] - When we creating a user then the the 'asterisk icon' should visible on Confirm password label + +* #218 [fixed] - When we creating a new lead, Then after create lead it should be redirect to leads page + +* #230 [fixed] - Automatic publish should be done at the time of installation + + + ## **v1.1.0 (16th of September 2021)** * [feature] Workflow (CRM Automation) feature implemented From 10dd16adf6d23e2e5029206039ec739226121bc7 Mon Sep 17 00:00:00 2001 From: jitendra Date: Fri, 17 Sep 2021 20:26:55 +0530 Subject: [PATCH 3/4] Version in env file updated --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 2d2eddea2..86d777075 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME='Krayin CRM' APP_ENV=local -APP_VERSION=1.1.0 +APP_VERSION=1.1.1 APP_KEY= APP_DEBUG=true APP_URL=http://localhost From 2cc0c81bf8226dac284c39fd4ebe2dfa195b8743 Mon Sep 17 00:00:00 2001 From: jitendra Date: Fri, 17 Sep 2021 20:29:29 +0530 Subject: [PATCH 4/4] Version updated --- .env.example | 2 +- CHANGELOG for v1.x.x.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 86d777075..6fdd61ff2 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME='Krayin CRM' APP_ENV=local -APP_VERSION=1.1.1 +APP_VERSION=1.1.2 APP_KEY= APP_DEBUG=true APP_URL=http://localhost diff --git a/CHANGELOG for v1.x.x.md b/CHANGELOG for v1.x.x.md index b430ddd5f..9be51c11f 100755 --- a/CHANGELOG for v1.x.x.md +++ b/CHANGELOG for v1.x.x.md @@ -1,4 +1,4 @@ -## **v1.1.1 (17th of September 2021)** +## **v1.1.2 (17th of September 2021)** * #217 [fixed] - When we adding a new organization then it should not give an exception.