Skip to content

Commit b6813df

Browse files
Merge pull request #697 from jitendra-webkul/master
Changelog updated
2 parents 38e06ac + 822bc15 commit b6813df

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APP_NAME='Krayin CRM'
22
APP_ENV=local
3-
APP_VERSION=1.2.0
3+
APP_VERSION=1.2.1
44
APP_KEY=
55
APP_DEBUG=true
66
APP_URL=http://localhost

CHANGELOG for v1.x.x.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
## **v1.2.1 (12st of November 2021)**
2+
3+
* [feature] Calendar view added for activities
4+
5+
* [feature] Admin profile picture feature implemented
6+
7+
8+
* #308 [fixed] - There should be a warning message if the user creating multiple persons with the same details.
9+
10+
* #315 [fixed] - The participants should not be added to multiple activities at the same time.
11+
12+
* #323 [fixed] - There should be an option to upload user profile picture
13+
14+
* #343 [fixed] - There should be an option to view lead on dashboard.
15+
16+
* #373 [fixed] - The color of quote should be red which is expired.
17+
18+
* #453 [fixed] - The warning message should be removed after fill data in the Reply section.
19+
20+
* #463 [fixed] - When SKU was made not compulsory, and when we add the product, it shows a junk code in the screen
21+
22+
* #496 [fixed] - There should be a dropdown according to the default pipeline instead of an input box when the user trying to filter leads by stage.
23+
24+
* #501 [fixed] - There should be an option to change activity status in activity table.
25+
26+
* #504 [fixed] - There should be a warning message if the user is adding the same email and contact number multiple time
27+
28+
* #511 [fixed] - There should not be print the JSON data when the user clicking on the back arrow.
29+
30+
* #535 [fixed] - There should be an option of created date, when user trying to view the lead.
31+
32+
* #572 [fixed] - There should be an option for searching the "Tag" in global search bar and in Filter also.
33+
34+
* #582 [fixed] - There should be a loader before the success message When the user trying to mark as done any activity.
35+
36+
* #596 [fixed] - There should be an option to give permission to download a quote
37+
38+
* #634 [fixed] - The color of Won lead should be green in the dashboard.
39+
40+
* #635 [fixed] - The filters should work properly when the user is trying to filter the lead by the contact person.
41+
42+
* #636 [fixed] - The number of activities should be correct in the dashboard.
43+
44+
* #637 [fixed] - There should not be any warning message when the user is trying to filter organization by Person count
45+
46+
* #638 [fixed] - The attached file should be visible in the reply section if any.
47+
48+
* #639 [fixed] - The name of the filter should be correct.
49+
50+
* #647 [fixed] - The Expected close date should be correct when the user is selecting the current date for the expected closed date.
51+
52+
* #648 [fixed] - The name of the leads filter should be correct.
53+
54+
* #653 [fixed] - There should be a warning message when the user is trying to add multiple "Types" with the same name.
55+
56+
* #661 [fixed] - There should be a loader before the success message When the user trying to update activity status.
57+
58+
* #668 [fixed] - The name of the filter should be correct when the user is trying to filter activity by the type.
59+
60+
* #671 [fixed] - There should be one more option of 'select status' when the user is trying to filter activity by 'Is Done' filter.
61+
62+
* #672 [fixed] - The 'Expired At' time should be correct when the user is selecting the current date for 'Expired At'.
63+
64+
* #679 [fixed] - When the user is clicking on 'Sales Person', then the page should be redirected to the person's page.
65+
66+
* #678 [fixed] - The stage we are deleting from the pipeline, the leads of that stage should not be deleted.
67+
68+
* #685 [fixed] - There should not be any warning when the user is trying to delete that lead for which the workflow was created
69+
70+
* #692 [fixed] - The page should be redirected to the leads of the same pipeline for which the user is creating the lead.
71+
72+
* #691 [fixed] - There should not be an exception when the user is trying to create a new lead.
73+
74+
75+
76+
177
## **v1.2.0 (1st of November 2021)**
278

379
* [feature] Pipeline feature implemented

0 commit comments

Comments
 (0)