Skip to content

Commit

Permalink
2023-04-04 14:02 - v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisOuellet committed Apr 4, 2023
1 parent d7b4595 commit 2418a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7
2 changes: 1 addition & 1 deletion src/phpSMS.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function send($Number, $Body){
// Construct Data Array
$Data = [
'From' => $this->Phone,
'To' => $this->formatToE164($Number),
'To' => $this->formatToE164($Number, 1),
'Body' => $Body,
];

Expand Down

0 comments on commit 2418a01

Please sign in to comment.