Skip to content

Commit

Permalink
Merge pull request #2 from bugfloyd/feat/gatewayapi
Browse files Browse the repository at this point in the history
Feat/gatewayapi
  • Loading branch information
bugfloyd authored May 12, 2022
2 parents d530a07 + 81039dd commit 76e978f
Show file tree
Hide file tree
Showing 10 changed files with 1,199 additions and 25 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ The plugin has a complete text message newsletter system with a detailed registr
* Automatic username generation with 4 different patterns: 1) WooCommerce default 2) International mobile number 3) National mobile number with or without the leading zero 4) Random numbers
* Control sending new customer email
* Control sending forget-password email
* Generate mobile-friendly passwords
* Update name fields on user profile for new customers registered via My-Account page
* For logged in customers with an already linked member, update member name fields in the checkout process
* Allow logged in customers with no linked members, to register via Checkout page
Expand Down Expand Up @@ -108,10 +107,11 @@ The plugin has a complete text message newsletter system with a detailed registr
* Advanced member importer tool to automatically register existing site users as a linked member

### SUPPORTED GATEWAYS
* [Spryng](https://www.spryng.nl/)
* [Twilio](https://www.twilio.com/)
* [Melipayamak](https://www.melipayamak.com/) (Dedicated and shared line)
* There’s more to come soon!
* [GatewayAPI](https://gatewayapi.com)
* [Melipayamak](https://www.melipayamak.com/) (Dedicated and shared line)
* [Spryng](https://www.spryng.nl/)
* [Twilio](https://www.twilio.com/)
* There’s more to come soon!

### REQUIREMENTS
Texteller needs PHP version 7.4 or above to give you the lite and smooth experience with the least effect on your website’s performance.
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 1.2.0 =
* New: New gateway! gatewayapi.com full support: Send SMS, choose sender, get delivery reports, receive SMS

= 1.1.1 =
* Fix: Minor formatting issue in upgrade notices

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"require": {
"twilio/sdk": "^6.37",
"giggsey/libphonenumber-for-php": "8.12.47.1",
"spryng/rest-api-php": "^1.1"
"spryng/rest-api-php": "^1.1",
"nickdnk/gatewayapi-php": "^3.2"
}
}
Loading

0 comments on commit 76e978f

Please sign in to comment.