-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version Bump v5.4.0: #337 API level addressing of the string-only cus…
…tom arg rule
- Loading branch information
1 parent
d49dc20
commit c7bc436
Showing
5 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,8 @@ | |
/** | ||
* This library allows you to quickly and easily send emails through SendGrid using PHP. | ||
* | ||
* PHP version 5.3 | ||
* | ||
* @author Elmer Thomas <[email protected]> | ||
* @copyright 2016 SendGrid | ||
* @copyright 2017 SendGrid | ||
* @license https://opensource.org/licenses/MIT The MIT License | ||
* @version GIT: <git_id> | ||
* @link http://packagist.org/packages/sendgrid/sendgrid | ||
|
@@ -16,7 +14,7 @@ | |
*/ | ||
class SendGrid | ||
{ | ||
const VERSION = '5.3.0'; | ||
const VERSION = '5.4.0'; | ||
|
||
/** | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters