Skip to content

Commit

Permalink
add voice messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiez committed Oct 4, 2021
1 parent cbe2b49 commit 4709729
Show file tree
Hide file tree
Showing 14 changed files with 14,031 additions and 37 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

1. `composer require sms77/bolt`

2. Add Content Type for mobile phone:
2. Add Content Type for mobile phone field:

```yaml
people:
Expand Down
Binary file added _screenshots/bulk_voice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _screenshots/configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _screenshots/edit_contenttypes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _screenshots/edit_person.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _screenshots/widget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Sms77\\Bolt\\": "src/"
}
},
"description": "Bolt extension for sending SMS via Sms77.io",
"description": "Bolt extension for sending SMS and making text-to-speech calls via sms77.io",
"extra": {
"entrypoint": "Sms77\\Bolt\\Extension"
},
Expand Down
Loading

0 comments on commit 4709729

Please sign in to comment.