Skip to content

Commit 5009249

Browse files
committed
chore: update version to 0.5.0 and add README badges
- Add Salesforce, Version, License, Apex, LWC, kwtSMS, and i18n badges - Update version from 1.0.0 to 0.5.0 (pre-AppExchange MVP) - Fix login button label in configuration steps
1 parent 2bed049 commit 5009249

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.0.0] - 2026-03-20
3+
## [0.5.0] - 2026-03-20
44

55
### Added
66
- 5-tab admin UI: Dashboard, Settings, Gateway, Logs, Help

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# kwtSMS SMS Gateway for Salesforce
22

3+
[![Salesforce](https://img.shields.io/badge/Salesforce-00A1E0?style=flat&logo=salesforce&logoColor=white)](https://appexchange.salesforce.com)
4+
[![Version](https://img.shields.io/badge/version-0.5.0-blue)](https://github.com/boxlinknet/kwtsms-salesforce/releases)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
6+
[![Apex](https://img.shields.io/badge/Apex-API%2060.0-blueviolet)](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/)
7+
[![LWC](https://img.shields.io/badge/LWC-Lightning%20Web%20Components-orange)](https://developer.salesforce.com/docs/platform/lwc/guide/)
8+
[![kwtSMS](https://img.shields.io/badge/kwtSMS-SMS%20Gateway-FFA200)](https://kwtsms.com)
9+
[![Arabic Support](https://img.shields.io/badge/i18n-English%20%7C%20Arabic-success)](https://kwtsms.com)
10+
311
A free Salesforce AppExchange plugin that integrates the kwtSMS SMS gateway into your Salesforce org, enabling automated SMS notifications for orders, cases, and custom flows.
412

513
## Features
@@ -29,7 +37,7 @@ Once published, install directly from AppExchange with one click. No code deploy
2937

3038
1. After installation, open the **kwtSMS** Lightning App from the App Launcher.
3139
2. Go to the **Settings** tab and enter your kwtSMS API credentials.
32-
3. Click **Connect** on the **Gateway** tab to validate the connection.
40+
3. Click **Login** on the **Gateway** tab to validate the connection.
3341
4. Configure notification templates on the **Settings** tab.
3442
5. Assign the `KwtSMS Admin` or `KwtSMS User` permission set to relevant users.
3543

sfdx-project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"path": "force-app",
55
"default": true,
66
"package": "KwtSMS SMS Gateway",
7-
"versionName": "ver 1.0",
8-
"versionNumber": "1.0.0.NEXT"
7+
"versionName": "ver 0.5",
8+
"versionNumber": "0.5.0.NEXT"
99
}
1010
],
1111
"namespace": "kwtsms",

0 commit comments

Comments
 (0)