From 22208948fdecc3452b5ea317fa1468da9d714695 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Sun, 31 Mar 2024 23:34:15 +0530 Subject: [PATCH 1/7] fix: added docs link in sidebar --- .../src/components/Layouts/AppSidebar.vue | 43 ++++++++++++------- frontend/src/components/SidebarLink.vue | 3 +- 2 files changed, 30 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/Layouts/AppSidebar.vue b/frontend/src/components/Layouts/AppSidebar.vue index f25b6092..5abe8488 100644 --- a/frontend/src/components/Layouts/AppSidebar.vue +++ b/frontend/src/components/Layouts/AppSidebar.vue @@ -76,21 +76,29 @@ - - - +
+ + + + +
@@ -113,6 +121,7 @@ import SidebarLink from '@/components/SidebarLink.vue' import Notifications from '@/components/Notifications.vue' import { viewsStore } from '@/stores/views' import { notificationsStore } from '@/stores/notifications' +import { FeatherIcon } from 'frappe-ui' import { useStorage } from '@vueuse/core' import { computed } from 'vue' @@ -222,4 +231,8 @@ function getIcon(routeName) { return PinIcon } } + +function openDocs() { + window.open('https://docs.frappe.io/crm', '_blank') +} diff --git a/frontend/src/components/SidebarLink.vue b/frontend/src/components/SidebarLink.vue index 976371fc..f8dae913 100644 --- a/frontend/src/components/SidebarLink.vue +++ b/frontend/src/components/SidebarLink.vue @@ -12,7 +12,8 @@ - + + From 0d7e4b9235442fe50c91ff24fbdc5571966a54eb Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 1 Apr 2024 11:48:20 +0530 Subject: [PATCH 2/7] =?UTF-8?q?chore:=20Bump=20Frappe=20CRM=20version=20to?= =?UTF-8?q?=201.0.0=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ crm/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27acac18..3e900aec 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ ## Getting Started +### Cloud Hosting + +Get started with your personal or business site with a few clicks on [Frappe Cloud](https://frappecloud.com/marketplace/apps/crm). + ### Self-hosting If you prefer self-hosting, follow the official [Frappe Bench Installation](https://github.com/frappe/bench#installation) instructions. @@ -77,6 +81,10 @@ If you prefer self-hosting, follow the official [Frappe Bench Installation](http Join our [telegram group](https://t.me/frappecrm) for instant help. +## Documentation + +Check out the [official documentation](https://docs.frappe.io/crm) for more details. + ## License [GNU Affero General Public License v3.0](LICENSE) diff --git a/crm/__init__.py b/crm/__init__.py index 7a0660b4..88a7e16c 100644 --- a/crm/__init__.py +++ b/crm/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.0.1' +__version__ = '1.0.0' From 41d47cd3130409e51d4dcf54fd411199a4075189 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 8 Apr 2024 17:41:49 +0000 Subject: [PATCH 3/7] chore(release): Bumped to Version 1.0.1 --- crm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crm/__init__.py b/crm/__init__.py index 88a7e16c..20988037 100644 --- a/crm/__init__.py +++ b/crm/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.0.0' +__version__ = '1.0.1' From 3b438ad6a11c64bdc808a1d010cde9d6ddbc8250 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 11 Apr 2024 16:58:56 +0000 Subject: [PATCH 4/7] chore(release): Bumped to Version 1.0.2 --- crm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crm/__init__.py b/crm/__init__.py index 20988037..e78b6812 100644 --- a/crm/__init__.py +++ b/crm/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.0.1' +__version__ = '1.0.2' From 1e65195fd0fe584be8f23080adac69096f1e8ebe Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 15 Apr 2024 16:17:14 +0000 Subject: [PATCH 5/7] chore(release): Bumped to Version 1.1.0 --- crm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crm/__init__.py b/crm/__init__.py index e78b6812..408543ec 100644 --- a/crm/__init__.py +++ b/crm/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.0.2' +__version__ = '1.1.0' From 38abad495e5be33bc3e237aa6d6a4b7a1f78beae Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 24 Apr 2024 12:00:33 +0000 Subject: [PATCH 6/7] chore(release): Bumped to Version 1.1.1 --- crm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crm/__init__.py b/crm/__init__.py index 408543ec..4212b2e6 100644 --- a/crm/__init__.py +++ b/crm/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.1.0' +__version__ = '1.1.1' From 2a9d20f8f0d951a0da3b9a3b4821d9b7ae7449f3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 29 Apr 2024 05:36:17 +0000 Subject: [PATCH 7/7] chore(release): Bumped to Version 1.2.0 --- crm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crm/__init__.py b/crm/__init__.py index 4212b2e6..d2f5359f 100644 --- a/crm/__init__.py +++ b/crm/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.1.1' +__version__ = '1.2.0'