Skip to content

Releases: stymiee/authnetjson

AuthnetJson 3.2.0 (PHP 5.6 compatible)

16 Feb 23:30
Compare
Choose a tag to compare

Catches the PHP 5.6 branch of this package up to date with the master branch while maintaining PHP 5.6 compatibility.

AuthnetJson 4.2.0

14 Feb 13:33
Compare
Choose a tag to compare

Added __set() and __isset() magic methods to JSON handling classes. Throws an exception if you try to set values in response objects. Small bug fixes.

AuthnetJson 4.1.4

19 Dec 19:37
Compare
Choose a tag to compare

Minor bug fixes. Fixed webhook examples.

AuthnetJson 4.1.3

31 Aug 23:06
Compare
Choose a tag to compare

Bug Fix: Namespacing/autoloading

AuthnetJson 4.1.2

28 Aug 23:46
Compare
Choose a tag to compare

Bug fixes (see CHANGELOG), updated namespacing to be PSR-0/4 compliant, improved examples to show how more data is accessed

AuthnetJson 4.1.1

22 Jun 00:40
Compare
Choose a tag to compare

Fixed HTTP headers being incorrect and causing isValid() to incorrectly fail (thank you ericnicolaas). Added examples for ARBGetSubscriptionListRequest, ARBGetSubscriptionRequest, ARBCreateSubscriptionRequest (from Profile). Removed unnecessary proxy code in Exception classes.

AuthnetJson 3.1.10

22 Jun 00:40
ff15d97
Compare
Choose a tag to compare

Fixed HTTP headers being incorrect and causing isValid() to incorrectly fail (thank you ericnicolaas).

AuthnetJson 4.1.0

29 May 11:27
Compare
Choose a tag to compare

Added support for Accept.js and Accept hosted

AuthnetJson 4.0.0

08 May 17:41
Compare
Choose a tag to compare

PHP 7.2+ release. Lots of code clean up as a result of functionality made available with newer versions of PHP.

AuthnetJson 4.0.0 Beta

08 Mar 13:25
Compare
Choose a tag to compare
Pre-release

Bumped supported PHP version to 7.2. Added support for prepaid cards.