Skip to content

Tags: NibyP/Buzz

Tags

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added autoload dev for tests (kriswallsmith#253)

* Added autoload dev for tests

* Do not use phpunit-bridge

* Run tests with php 6.3 on php7

v0.15.2

Toggle v0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kriswallsmith#242 from Nyholm/changelog

Added Changelog for 0.15.2

v0.15.1

Toggle v0.15.1's commit message
Prepare for 0.15.1 (kriswallsmith#230)

* Prepare for 0.15.1

* Updated changelog

v0.15

Toggle v0.15's commit message
updated changelog

v0.14

Toggle v0.14's commit message
added changelog

v0.13

Toggle v0.13's commit message
Merge pull request kriswallsmith#170 from CEikermann/request-exception

RequestException extends ClientException

v0.12

Toggle v0.12's commit message
added missing annotations (fixes kriswallsmith#139)

v0.11

Toggle v0.11's commit message
Merge pull request kriswallsmith#136 from Koc/file-upload

Fix file uploading compatibility via curl for 5.5

v0.10

Toggle v0.10's commit message
Merge pull request kriswallsmith#125 from JasWSInc/master

cURL Compatibility Improvement

v0.9

Toggle v0.9's commit message
Merge pull request kriswallsmith#107 from stloyd/feature/cleanup

Add missing exception change to MultiCurl. Polished phpdoc in FileGetCon...