Skip to content

1.0.6

Compare
Choose a tag to compare
@bgaillard bgaillard released this 14 Oct 10:26
· 144 commits to master since this release
  • Now the Gomoob\Pushwoosh\Exception\PushwooshException class has an additionnal data property which allows to transport additional details when an error is encountered. For example if a CURL error is encountered now an exception is thrown with additional CURL informations which are very useful to identify problems.
  • Fix #16, add a link to Laravel Pushwoosh project in the Readme.
  • Fix #19, It seems the last release has invalid versions in composer.json and package.json.
  • Fix #21, Create a CURL abstraction.
  • Fix #24, Add several checks in response to CURL requests.
  • Fix #25, Better Error Handler.