Quentin
ce2bd4b0f1
feat(unsubscribe): Handle tags in Unsubscribe v3 api.
2018-02-01 22:42:12 +00:00
David Joos
83800d7486
Fix typo ( #441 )
...
sill > still
2018-01-29 17:18:02 +01:00
Tobias Nyholm
fdb22c0cf7
Removed paragraph referring to old versions ( #425 )
2017-12-08 08:54:20 +01:00
Tobias Nyholm
78b05dc58e
Apply fixes from StyleCI ( #426 )
2017-12-07 22:53:16 +01:00
Ángel Guzmán Maeso
b415076e45
Implement getTotalCount and add doc descriptions ( #393 )
...
* Implement getTotalCount and add doc descriptions
* Use camelCase and store in private var
* Removed extra calls to count()
2017-12-07 22:34:47 +01:00
Tobias Nyholm
2078321504
Make sure we do not instantiate an abstract class. ( #424 )
2017-12-07 22:05:43 +01:00
Tobias Nyholm
e86ca61027
Prepare for 2.4 ( #423 )
2017-12-07 21:54:34 +01:00
Eugene Storchevoy
2412efd1a2
cleanup_duplication: moved duplications to abstract class.
2017-12-06 22:09:58 +00:00
Mike Chacon
c228b2bd2c
Fixed gramatical errors in README.md
2017-12-05 16:00:35 +00:00
François-Xavier de Guillebon
b73adaf60c
Fixed stats retrieval ( #384 )
...
* [Stats] Fixed stats always empty
* Added tests
2017-12-01 21:10:21 +01:00
Tobias Nyholm
6dfd2b5a18
Update .travis.yml and fix style ( #414 )
...
* Update .travis.yml
* syntax fix
* Apply fixes from StyleCI (#415 )
* Syntax fix
2017-12-01 20:55:29 +01:00
Ángel Guzmán Maeso
1fd4f222e6
Update POST domain/create with optional params ( #399 )
...
According to issue #397 the stmp params are optionals in the creation of a domain
2017-11-22 09:47:57 +01:00
SeanJA
fa02dd4fdb
fixed typo ( #411 )
...
splitted => split
2017-11-22 09:37:38 +01:00
Hannes Magnússon
ce484ecbc8
Grammar typo ( #413 )
...
* Grammar typo
* Fixed style errors as reported by styleci
2017-11-22 09:37:04 +01:00
Alan Aasmaa
ede13bd24c
Removed unnecessary new lines ( #403 )
...
It feels a bit cleaner to me like this.
2017-10-16 09:45:36 -07:00
Ángel Guzmán Maeso
5345115cde
Fix typo in complaints method ( #389 )
...
Add () in call
2017-08-29 21:57:30 +02:00
Ángel Guzmán Maeso
d320567572
Fix small typo in docs ( #388 )
...
Fix response variable typo
2017-08-29 21:38:22 +02:00
Jeppler
253bce7789
Fix for deprecation message for sendMessage()
( #383 )
...
The `sendMessage()` method will be replaced by `Mailgun->messages()->send()` see issue #383
2017-08-16 18:37:06 +02:00
Joris Vaesen
5b098407d0
Add CakePHP to framework integrations ( #377 )
2017-08-02 20:07:21 +02:00
Steven Briscoe
bc928c395b
Fix docs typo ( #375 )
2017-07-25 08:58:25 +02:00
Stefan Natter
8ebaa6676f
Updated EXCEPTION_MISSING_ENDPOINT and README accordingly ( #373 )
...
* Updated EXCEPTION_MISSING_ENDPOINT and README accordingly
* Updated HttpClientException
* reuse existing ExceptionMessages constants
* removed ExceptionMessages constants again
2017-07-13 09:36:36 +02:00
Oleksii Rytov
ee35e40846
fix to index webhooks method ( #372 )
2017-06-28 11:25:11 +02:00
Sean Johnson
273b48343d
Expose response code from HttpClientException ( #371 )
2017-06-24 07:46:48 +02:00
maximzasorin
e800038f21
Add domain verification ( #370 )
2017-06-22 19:35:42 +02:00
maximzasorin
8187a47fa0
Add cached property for DNS record ( #368 )
2017-06-21 20:10:47 +02:00
maximzasorin
f58c5914ae
Fix DNS record validation ( #365 )
2017-06-20 21:56:09 +02:00
Richard Le Poidevin
b16259c808
Fixed typo in ArrayHydrator documentation ( #363 )
...
ArrayHydrator was spelt wrong causing the example not to work
2017-06-10 12:59:22 +02:00
Tobias Nyholm
dd591edb3c
Prepare for 2.3.3 ( #361 )
...
* Update CHANGELOG.md
* Make sure HHVM runs on Trusty
2017-06-03 10:39:37 +02:00
Tobias Nyholm
5976bcbb4e
Use stable version of multipart stream builder ( #356 )
2017-06-03 10:21:05 +02:00
Temirkhan
6d56fa6a0d
Few test corrections to preview where it goes. ( #358 )
...
* Few test corrections to preview where it goes.
* Removed TODO. Fixed dependency
2017-05-22 13:47:11 +02:00
Tobias Nyholm
487c1edd77
Prepare for release 2.3.2 ( #352 )
...
* Style fixes
* Added changelog
2017-05-16 15:20:33 +02:00
Tobias Nyholm
91f96bad3e
Show that the constructor is deprecated ( #347 )
2017-05-16 14:51:25 +02:00
Alexandre Dupuy
d504472206
fix: named addresses must be surrounded by double quotes ( #349 )
...
* fix: named addresses must be surrounded by double quotes
Due to your recent API update, named addresses with special chars (like parentheses) are now rejected if they are surrounded by simple quotes
They must be surrounded by double quotes
'Whoever (SomeCompany)' <some@address.com> is no longer valid and will be rejected by your API
"Whoever (SomeCompany)" <some@address.com> is valid and will be OK
* sprintf instaead of old school concatenation
2017-05-16 14:51:02 +02:00
Tobias Nyholm
089f32d746
Make sure to reset the multipartStreamBuilder ( #351 )
2017-05-11 17:52:04 +02:00
Nenu Adrian
ab95a7fba3
Update README.md ( #345 )
...
Typo
2017-04-19 20:36:11 -05:00
Tobias Nyholm
5df14eb6aa
Prepare for 2.3 ( #344 )
2017-04-14 11:15:08 +02:00
Tobias Nyholm
e30955fa51
Do not skip route test ( #342 )
2017-04-14 10:59:35 +02:00
Tobias Nyholm
d4ab1b0a87
Support mime messages ( #341 )
...
* Support mime messages
* cs
* Removed pointless integration tests
* typo
* Create new endpoint for message.mime
* cs
* Added docs
* Doc fixes
* Refactor
2017-04-14 10:31:13 +02:00
Tobias Nyholm
7ba99184a0
Updated changelog ( #340 )
2017-04-08 11:52:19 +02:00
Tobias Nyholm
27b5c830ba
Use latest version of guzzle/psr7 ( #339 )
2017-04-08 11:36:06 +02:00
Tobias Nyholm
fab86bbef3
Make integrationt tests safe to run simultaneously ( #338 )
...
* Make integrationt tests safe to run simultaneously
* cs
* We only have the credentials when we do not make a PR
2017-04-08 11:22:20 +02:00
z38
afd8f361f3
Enable integration tests ( #335 )
2017-04-08 11:07:10 +02:00
Tobias Nyholm
af98ed3307
Added documentation for the API classes ( #328 )
...
* Added documentation for the API classes
* Added more docs
* Added domain
* Typo
* Minor fixes
2017-04-08 10:45:25 +02:00
Tobias Nyholm
1e33bc5545
Always run "composer test-all" ( #337 )
...
This PR will also remove the "IS_PR"-check
2017-04-08 10:43:04 +02:00
Tobias Nyholm
f2dfd56224
Delete test file. ( #336 )
2017-04-08 10:38:07 +02:00
z38
edcfcc397f
Add integration tests for Route API ( #334 )
2017-04-08 10:34:57 +02:00
Tobias Nyholm
7665700b00
Implemented a way to verify webhook signature ( #325 )
...
* Implemented a way to verify webhook signature
* CS
2017-04-07 18:29:20 -05:00
Tobias Nyholm
d8e716fbd3
Removed old "shared host install". ( #331 )
2017-04-07 18:28:18 -05:00
z38
b713364dc0
Fix integration tests for domain API ( #294 )
...
* Send multipart/form-data requests by default
* Fix integration tests for Domain API
2017-04-07 18:24:48 -05:00
z38
0bc0a3b1a5
Fix disordered POST parameters ( #279 )
2017-04-07 18:24:37 -05:00