Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Minor bug fix | Vincent Song | 2016-06-10 | 1 | -9/+3 | |
| | | | | ||||||
| * | | | fixed minor bug | Vincent Song | 2016-06-10 | 1 | -1/+45 | |
| | | | | ||||||
| * | | | Resource.post and get now accepts CC headers which are generated in the ↵ | Vincent Song | 2016-06-10 | 2 | -19/+24 | |
| | | | | | | | | | | | | | | | | fixCarbonCopy() method | |||||
| * | | | No more CC header section if there's no CC | Vincent Song | 2016-06-10 | 1 | -2/+5 | |
| | | | | ||||||
| * | | | Minor bugfixes | Vincent Song | 2016-06-10 | 2 | -11/+12 | |
| | | | | ||||||
| * | | | it wont break anymore if there's no CC or BCC, and also added return to ↵ | Vincent Song | 2016-06-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Transmissions->post() | |||||
| * | | | It won't break anymore if there's no CC or BCC | Vincent Song | 2016-06-10 | 1 | -21/+26 | |
| | |/ | |/| | ||||||
| * | | Cleaned up Transmissions.php according to PSR-2, deleted more test code and ↵ | Vincent Song | 2016-06-10 | 1 | -116/+30 | |
| | | | | | | | | | | | | comments. | |||||
| * | | Removed test functions | Vincent Song | 2016-06-10 | 1 | -4/+0 | |
| | | | ||||||
| * | | Updated Transmission.php for new refactor, still WIP. Created Resource.php ↵ | Vincent Song | 2016-06-10 | 2 | -118/+196 | |
| |/ | | | | | | | as a parent class for all future resources. | |||||
* | | Add inline images to transmissions example | Richard Leland | 2016-06-14 | 1 | -0/+7 | |
|/ | ||||||
* | Merge pull request #115 from SparkPost/bump1.2.1 | Richard Leland | 2016-05-27 | 2 | -3/+8 | |
|\ | | | | | Bump version, update changelog | |||||
| * | Bump version, update changelog | Rich Leland | 2016-05-27 | 2 | -3/+8 | |
|/ | ||||||
* | Merge pull request #111 from fishr01/hotfix-timeouts | Richard Leland | 2016-05-25 | 2 | -1/+3 | |
|\ | | | | | Added an option to overwrite the default 10 seconds timeout | |||||
| * | Added a timeout option to overwrite the default 10 seconds built into the ↵ | Ryan | 2016-05-19 | 2 | -1/+3 | |
| | | | | | | | | default configuration | |||||
* | | output more error information in webhooks example | Richard Leland | 2016-05-23 | 1 | -1/+3 | |
| | | ||||||
* | | Add example for unwrapped transmissions call | Rich Leland | 2016-05-20 | 1 | -0/+47 | |
|/ | ||||||
* | Add examples for cc/bcc | Richard Leland | 2016-05-13 | 2 | -0/+120 | |
|\ | ||||||
| * | FAD-3045 add examples for cc/bcc | Rich Leland | 2016-05-12 | 2 | -0/+120 | |
|/ | ||||||
* | Bump version, update changelog1.2.0 | Rich Leland | 2016-05-04 | 2 | -3/+14 | |
| | ||||||
* | Add more of our awesome contributors | Richard Leland | 2016-05-03 | 1 | -4/+11 | |
| | ||||||
* | Add php-cs-fixer as composer script and make initial fix-style run | Jason Rhodes | 2016-05-03 | 30 | -1673/+2100 | |
| | | | | | | * Add php-cs-fixer as composer script * Make initial fix-style run * Fix indentation on all files * Add editorconfig file | |||||
* | Return extended exception data | Richard Leland | 2016-05-03 | 10 | -10/+39 | |
| | | | | | | | | | * Update examples to show available extra exception methods * Resolves #83 * Update 403s to pass back extended exception data Fixes #83 | |||||
* | Remove reliance on composer | Richard Leland | 2016-05-03 | 2 | -7/+7 | |
| | | | | - Some users don't use composer and the code required the composer.json - Resolves #95 | |||||
* | Update rfc822 example. Fixes #94 | Rich Leland | 2016-05-03 | 1 | -1/+1 | |
| | ||||||
* | Fix typos, update language in examples | Rich Leland | 2016-05-03 | 10 | -47/+47 | |
| | ||||||
* | updated changelog for release of 1.1.0v1.1.0 | Jordan Nornhold | 2016-05-02 | 1 | -1/+8 | |
| | ||||||
* | Bumped version. | Jordan Nornhold | 2016-05-02 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #69 from j4m3s/ISSUE-58 | Jordan Nornhold | 2016-05-02 | 10 | -3/+187 | |
|\ | | | | | Message Events | |||||
| * | Rename MessageEvent to plural, update docblocks. | James Fellows | 2016-04-26 | 4 | -6/+15 | |
| | | ||||||
| * | Reformat Transmission code lines | James Fellows | 2016-04-24 | 1 | -4/+2 | |
| | | ||||||
| * | Add explanation to APIResource query param imploding | James Fellows | 2016-04-24 | 1 | -0/+1 | |
| | | ||||||
| * | Add JF as contributor | James Fellows | 2016-04-04 | 1 | -0/+1 | |
| | | ||||||
| * | Add unit tests for Message Events::documentation and ::samples | James Fellows | 2016-04-04 | 2 | -3/+29 | |
| | | ||||||
| * | Add unit test for startTime object formatting | James Fellows | 2016-04-04 | 1 | -0/+16 | |
| | | ||||||
| * | Add tests for new MessageEvent DateTime handling | James Fellows | 2016-04-04 | 3 | -3/+75 | |
| | | ||||||
| * | Message Event mocked tests pass | James Fellows | 2016-04-03 | 3 | -17/+40 | |
| | | ||||||
| * | Initial commit adding MessageEvent support | James Fellows | 2016-03-31 | 4 | -0/+31 | |
| | | ||||||
| * | Allow startTime param to be a DateTime object | James Fellows | 2016-03-29 | 1 | -1/+8 | |
| | | ||||||
* | | Update docs to use extended from format | Richard Leland | 2016-05-02 | 5 | -114/+133 | |
| | | ||||||
* | | Merge pull request #88 from SparkPost/php7-ci | Jordan Nornhold | 2016-04-27 | 1 | -0/+1 | |
|\ \ | | | | | | | Add PHP 7.0 to CI runs | |||||
| * | | Add PHP 7.0 to CI runs | Richard Leland | 2016-04-27 | 1 | -0/+1 | |
|/ / | ||||||
* | | Update key validation | LF Bittencourt | 2016-04-22 | 1 | -1/+1 | |
| | | | | | | Fixes #75 | |||||
* | | Improve Exception message on 403 response (#71) | James Fellows | 2016-04-19 | 2 | -0/+18 | |
|/ | | | Fixes #70. | |||||
* | Bump version, update changelogv1.0.3 | Rich Leland | 2016-03-25 | 2 | -2/+14 | |
| | ||||||
* | Merge pull request #59 from SparkPost/ISSUE-46 | Richard Leland | 2016-03-25 | 2 | -0/+35 | |
|\ | | | | | Update transmission examples | |||||
| * | Update transmission examples | Rich Leland | 2016-03-17 | 2 | -0/+35 | |
|/ | | | | | * Delete transmission * Additional options, including attachments on send | |||||
* | Merge pull request #56 from SparkPost/ISSUE-45 | Jordan Nornhold | 2016-03-14 | 1 | -21/+31 | |
|\ | | | | | Additional options for transmissions | |||||
| * | Sort parameter mappings | Rich Leland | 2016-03-12 | 1 | -31/+31 | |
| | | ||||||
| * | Add transmission options | Rich Leland | 2016-03-12 | 1 | -2/+12 | |
| | | ||||||
* | | Merge pull request #51 from zaporylie/feat/customize-api-response-exception | Richard Leland | 2016-03-13 | 4 | -8/+100 | |
|\ \ | |/ |/| | Improve APIResponseException class | |||||
| * | Add unit test for APIResponseException | zaporylie | 2016-03-13 | 1 | -0/+36 | |
| | | ||||||
| * | Rename to | zaporylie | 2016-03-13 | 1 | -7/+7 | |
| | | ||||||
| * | Fix test coverage | zaporylie | 2016-03-08 | 1 | -0/+2 | |
| | | ||||||
| * | Improve APIResponseException class | Jakub Piasecki | 2016-03-08 | 2 | -8/+62 | |
| | | ||||||
* | | Add support for inline images | cchandon | 2016-03-11 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #52 from astletron/doc-update-optional-from | Richard Leland | 2016-03-11 | 1 | -2/+2 | |
|\ \ | | | | | | | docs - identify from as optional when a template is in use | |||||
| * | | docs - identify from as optional when a template is in use | Mike Astle | 2016-03-08 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge pull request #50 from zaporylie/bug/missing-attachments | Richard Leland | 2016-03-10 | 1 | -0/+1 | |
|\ \ | |/ |/| | Support attachments | |||||
| * | Add missing support for attchments | Jakub Piasecki | 2016-03-08 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #49 from SparkPost/add-ivory-note | Richard Leland | 2016-03-07 | 1 | -3/+3 | |
|\ | | | | | Adding Ivory note to README | |||||
| * | Adding Ivory note to README | Jason Rhodes | 2016-03-07 | 1 | -3/+3 | |
|/ | ||||||
* | add slack community badgev1.0.2 | Richard Leland | 2016-02-28 | 1 | -1/+1 | |
| | ||||||
* | removed test, because it's not needed after added strong-typing to the ↵ | danil zakablukovskii | 2016-02-28 | 8 | -249/+162 | |
| | | | | 'setHttpAdapter' method | |||||
* | clean lib code | danil zakablukovskii | 2016-02-27 | 7 | -213/+288 | |
| | | | | | | | removed @desc tag, since it doesn't exist in phpdoc fixed comments fixed namespaces added strong-typing for some methods | |||||
* | Merge pull request #41 from SparkPost/issue-32v1.0.1 | Richard Leland | 2016-02-25 | 1 | -0/+30 | |
|\ | | | | | changelog | |||||
| * | Update CHANGELOG.md | Jordan Nornhold | 2016-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | added compare links | Jordan Nornhold | 2016-02-25 | 1 | -1/+4 | |
| | | ||||||
| * | Issue-32 | Jordan Nornhold | 2016-02-23 | 1 | -0/+27 | |
| | | | | | | Closes #32 | |||||
* | | Merge pull request #39 from SparkPost/issue38 | Richard Leland | 2016-02-25 | 6 | -16/+68 | |
|\ \ | | | | | | | version bump, error response handling | |||||
| * | | Updated concatenations to have spaces | Jordan Nornhold | 2016-02-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | bumped version | beardyman | 2016-02-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Updated unit tests | beardyman | 2016-02-23 | 2 | -3/+14 | |
| | | | ||||||
| * | | added new exception type and unwrapped example for webhooks | beardyman | 2016-02-23 | 2 | -0/+34 | |
| | | | ||||||
| * | | added logic to handle error responses | beardyman | 2016-02-23 | 1 | -12/+19 | |
| |/ | ||||||
* | | Merge pull request #40 from SparkPost/issue-37 | Richard Leland | 2016-02-25 | 1 | -1/+2 | |
|\ \ | |/ |/| | Update README.md, issue-37 | |||||
| * | Update README.md | Jordan Nornhold | 2016-02-23 | 1 | -1/+2 | |
|/ | | | closes #37 | |||||
* | Merge pull request #35 from yepher/master | Jordan Nornhold | 2015-11-20 | 1 | -5/+13 | |
|\ | | | | | Changes wording SDK to Library and adds some spacing so the file rend… | |||||
| * | Fixes typo | Chris Wilson | 2015-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | Changes wording SDK to Library and adds some spacing so the file renders ↵ | Chris Wilson | 2015-11-19 | 1 | -5/+13 | |
|/ | | | | better in MacDown | |||||
* | Add standard logo/link to sign up | Richard Leland | 2015-10-28 | 1 | -1/+6 | |
| | ||||||
* | Updated template id in unwrapped example | Jordan Nornhold | 2015-10-15 | 1 | -1/+1 | |
| | ||||||
* | Updated composer description. | Jordan Nornhold | 2015-10-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed contributing link | Jordan Nornhold | 2015-10-14 | 1 | -1/+1 | |
| | ||||||
* | Update composer.jsonv1.0.0 | Jordan Nornhold | 2015-10-14 | 1 | -1/+1 | |
| | | | Updated version number | |||||
* | Merge pull request #28 from SparkPost/issue-27 | Jordan Nornhold | 2015-10-14 | 2 | -3/+18 | |
|\ | | | | | Issue 27 | |||||
| * | Changed gettype() to is_string() | beardyman | 2015-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | Added ability to pass in api key as a config | beardyman | 2015-10-10 | 2 | -7/+15 | |
| | | ||||||
| * | Merged master | beardyman | 2015-10-10 | 26 | -1329/+1819 | |
| |\ | ||||||
| * | | added check to see if an api key is passed in instead of a config object | beardyman | 2015-10-04 | 1 | -14/+20 | |
| | | | ||||||
* | | | Merge pull request #30 from SparkPost/contributing | Richard Leland | 2015-10-13 | 2 | -15/+73 | |
|\ \ \ | |_|/ |/| | | Added CONTRIBUTING.md and updated contribution guidelines. | |||||
| * | | Updated links and some other errors | beardyman | 2015-10-13 | 2 | -3/+6 | |
| | | | ||||||
| * | | Actually added the file this time | beardyman | 2015-10-13 | 1 | -0/+72 | |
| | | | ||||||
| * | | Added CONTRIBUTING.md and updated contribution guidelines. | beardyman | 2015-10-13 | 1 | -17/+0 | |
|/ / | ||||||
* | | Merge pull request #22 from SparkPost/http-adapter-update | Jordan Nornhold | 2015-10-10 | 26 | -1328/+1817 | |
|\ \ | |/ |/| | Http adapter update | |||||
| * | removed unhittable code and removed a unit test for it. Updated code ↵ | beardyman | 2015-10-07 | 4 | -18/+3 | |
| | | | | | | | | coverage filters in phpunit.xml to ignore test files because a utility function wasn't being used | |||||
| * | replaced tabs with two spaces. normalized quotes | beardyman | 2015-10-03 | 21 | -741/+741 | |
| | | ||||||
| * | fixed an indent issue | beardyman | 2015-10-03 | 1 | -2/+2 | |
| | | ||||||
| * | Removed all tabs and replaced them with two spaces | beardyman | 2015-10-02 | 20 | -27/+26 | |
| | | ||||||
| * | udpated readme with review suggestions | beardyman | 2015-10-02 | 1 | -3/+5 | |
| | |