Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 31577ee

Browse files
committed
rebranding
1 parent 22a2fdd commit 31577ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+498
-511
lines changed

.gitignore

Whitespace-only changes.

LICENSE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2021-present sms77 e.K.
3+
Copyright (c) 2021-2022 sms77 e.K.
4+
Copyright (c) 2023-present seven communications GmbH & Co. KG
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1819
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1920
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2021
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
22+
SOFTWARE.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
![](https://www.sms77.io/wp-content/uploads/2019/07/sms77-Logo-400x79.png "sms77 logo")
1+
![](https://www.seven.io/wp-content/uploads/Logo.svg "seven Logo")
22

3-
# [sms77](https://www.sms77.io/) SMS module for Suite CRM
3+
# [seven](https://www.seven.io/) SMS module for Suite CRM
44

55
This module requires at least PHP 7.3.
66
Only tested with SuiteCRM 7.x, but it should work well with 6.x too.
@@ -11,17 +11,17 @@ Only tested with SuiteCRM 7.x, but it should work well with 6.x too.
1111
- Navigate to Suite CRM `Module Loader` located in Suite CRM Admin Panel.
1212
- Upload the download zip file and click the `Install` button. It will take a couple of
1313
seconds to install.
14-
- Navigate to `Admin`, click `sms77 API Configuration`, fill in your API key and save.
14+
- Navigate to `Admin`, click `seven API Configuration`, fill in your API key and save.
1515

1616
### Usage
1717

1818
- Go to a contact and click the envelope icon for composing a message.
1919
- Use `Contact Template Configuration` for sending SMS when a new contact gets created.
2020
- Use `Lead Template Configuration` for sending SMS when a new lead gets created.
21-
- For inbound SMS, add a *sms_mo* webhook pointing to /index.php?entryPoint=sms77_inbound
21+
- For inbound SMS, add a *sms_mo* webhook pointing to /index.php?entryPoint=seven_inbound
2222

2323
#### Support
2424

25-
Need help? Feel free to [contact us](https://www.sms77.io/en/company/contact/).
25+
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/).
2626

27-
[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](LICENSE)
27+
[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](LICENSE)

SuiteModules/EntryPoint/seven.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
$entry_point_registry['seven'] = [
4+
'auth' => false,
5+
'file' => 'modules/seven/sendSMS.php',
6+
];
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
$entry_point_registry['seven_inbound'] = [
4+
'auth' => false,
5+
'file' => 'modules/seven/receiveSMS.php',
6+
];

SuiteModules/EntryPoint/sms77.php

Lines changed: 0 additions & 6 deletions
This file was deleted.

SuiteModules/EntryPoint/sms77_inbound.php

Lines changed: 0 additions & 6 deletions
This file was deleted.

SuiteModules/Extension/modules/Administration/Ext/Administration/administration.ext.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
$admin_options_defs = [];
55
$admin_options_defs['Administration']['Configuration1'] = [
66
'PANELSETTINGS',
7-
'LBL_SMS77_CONFIGURATION_TITLE',
8-
'LBL_SMS77_CONFIGURATION_DESC',
9-
'./index.php?module=sms77&action=index',
7+
'LBL_SEVEN_CONFIGURATION_TITLE',
8+
'LBL_SEVEN_CONFIGURATION_DESC',
9+
'./index.php?module=seven&action=index',
1010
];
1111
$admin_options_defs['Administration']['Configuration2'] = [
1212
'PANELSETTINGS',
13-
'LBL_SMS77_TEMPLATE_CONFIGURATION_TITLE',
14-
'LBL_SMS77_TEMPLATE_CONFIGURATION_DESC',
15-
'./index.php?module=sms77&action=template',
13+
'LBL_SEVEN_TEMPLATE_CONFIGURATION_TITLE',
14+
'LBL_SEVEN_TEMPLATE_CONFIGURATION_DESC',
15+
'./index.php?module=seven&action=template',
1616
];
1717
$admin_options_defs['Administration']['Configuration3'] = [
1818
'PANELSETTINGS',
19-
'LBL_SMS77_LEAD_CONFIGURATION_TITLE',
20-
'LBL_SMS77_LEAD_CONFIGURATION_DESC',
21-
'./index.php?module=sms77&action=lead',
19+
'LBL_SEVEN_LEAD_CONFIGURATION_TITLE',
20+
'LBL_SEVEN_LEAD_CONFIGURATION_DESC',
21+
'./index.php?module=seven&action=lead',
2222
];
2323

2424
$admin_group_header[] = [
25-
'LBL_SMS77_TITLE',
26-
'LBL_SMS77_DESC',
25+
'LBL_SEVEN_TITLE',
26+
'LBL_SEVEN_DESC',
2727
false,
2828
$admin_options_defs,
2929
];

SuiteModules/Extension/modules/Administration/Ext/Language/de_de.lang.ext.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
if (!isset($mod_strings)) $mod_strings = [];
55

6-
$mod_strings['LBL_SMS77_TITLE'] = 'sms77 Konfiguration';
7-
$mod_strings['LBL_SMS77_DESC'] = '';
6+
$mod_strings['LBL_SEVEN_TITLE'] = 'seven Konfiguration';
7+
$mod_strings['LBL_SEVEN_DESC'] = '';
88

9-
$mod_strings['LBL_SMS77_CONFIGURATION_TITLE'] = 'sms77 API-Konfiguration';
10-
$mod_strings['LBL_SMS77_CONFIGURATION_DESC'] = 'sms77 Konfiguration';
9+
$mod_strings['LBL_SEVEN_CONFIGURATION_TITLE'] = 'seven API-Konfiguration';
10+
$mod_strings['LBL_SEVEN_CONFIGURATION_DESC'] = 'seven Konfiguration';
1111

12-
$mod_strings['LBL_SMS77_TEMPLATE_CONFIGURATION_TITLE'] = 'Kontakt Vorlagen-Konfiguration';
13-
$mod_strings['LBL_SMS77_TEMPLATE_CONFIGURATION_DESC'] = 'Kontakt Vorlagen-Konfiguration';
12+
$mod_strings['LBL_SEVEN_TEMPLATE_CONFIGURATION_TITLE'] = 'Kontakt Vorlagen-Konfiguration';
13+
$mod_strings['LBL_SEVEN_TEMPLATE_CONFIGURATION_DESC'] = 'Kontakt Vorlagen-Konfiguration';
1414

15-
$mod_strings['LBL_SMS77_LEAD_CONFIGURATION_TITLE'] = 'Lead Vorlagen-Konfiguration';
16-
$mod_strings['LBL_SMS77_LEAD_CONFIGURATION_DESC'] = 'Lead Vorlagen-Konfiguration';
15+
$mod_strings['LBL_SEVEN_LEAD_CONFIGURATION_TITLE'] = 'Lead Vorlagen-Konfiguration';
16+
$mod_strings['LBL_SEVEN_LEAD_CONFIGURATION_DESC'] = 'Lead Vorlagen-Konfiguration';
1717

18-
$mod_strings['LBL_SMS77_PANEL_HEADING'] = 'SMS via sms77';
18+
$mod_strings['LBL_SEVEN_PANEL_HEADING'] = 'SMS via seven';
1919
?>

SuiteModules/Extension/modules/Administration/Ext/Language/en_us.lang.ext.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
if (!isset($mod_strings)) $mod_strings = [];
55

6-
$mod_strings['LBL_SMS77_TITLE'] = 'sms77 Configuration';
7-
$mod_strings['LBL_SMS77_DESC'] = '';
6+
$mod_strings['LBL_SEVEN_TITLE'] = 'seven Configuration';
7+
$mod_strings['LBL_SEVEN_DESC'] = '';
88

9-
$mod_strings['LBL_SMS77_CONFIGURATION_TITLE'] = 'sms77 API Configuration';
10-
$mod_strings['LBL_SMS77_CONFIGURATION_DESC'] = 'sms77 Configuration';
9+
$mod_strings['LBL_SEVEN_CONFIGURATION_TITLE'] = 'seven API Configuration';
10+
$mod_strings['LBL_SEVEN_CONFIGURATION_DESC'] = 'seven Configuration';
1111

12-
$mod_strings['LBL_SMS77_TEMPLATE_CONFIGURATION_TITLE'] = 'Contact Template Configuration';
13-
$mod_strings['LBL_SMS77_TEMPLATE_CONFIGURATION_DESC'] = 'Contact Template Configuration';
12+
$mod_strings['LBL_SEVEN_TEMPLATE_CONFIGURATION_TITLE'] = 'Contact Template Configuration';
13+
$mod_strings['LBL_SEVEN_TEMPLATE_CONFIGURATION_DESC'] = 'Contact Template Configuration';
1414

15-
$mod_strings['LBL_SMS77_LEAD_CONFIGURATION_TITLE'] = 'Lead Template Configuration';
16-
$mod_strings['LBL_SMS77_LEAD_CONFIGURATION_DESC'] = 'Lead Template Configuration';
15+
$mod_strings['LBL_SEVEN_LEAD_CONFIGURATION_TITLE'] = 'Lead Template Configuration';
16+
$mod_strings['LBL_SEVEN_LEAD_CONFIGURATION_DESC'] = 'Lead Template Configuration';
1717

18-
$mod_strings['LBL_SMS77_PANEL_HEADING'] = 'SMS by sms77';
18+
$mod_strings['LBL_SEVEN_PANEL_HEADING'] = 'SMS by seven';
1919
?>

0 commit comments

Comments
 (0)