All Versions
105
Latest Version
Avg Release Cycle
69 days
Latest Release
1679 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v0.4.0 Changes
April 04, 2013- โ remove
HttpResponseStatusNotSuccessException
- ๐ rename
ActionPaymentAware
toPaymentAwareAction
- โ remove
ApiAwareActionInterface
- โ remove
PaymentAwareActionInterface
- ๐ rename instruction aware\aggregate models to details ones
- โ add expired and suspended statuses.
- ๐ rename
StatusRequestInterface::isInProgress
toisPending
- โ remove
ArrayObject::offsetsExists
method. - โ add
ArrayObject::validateNotEmpty
method
- โ remove
-
v0.3.1 Changes
March 28, 2013- ๐ allow any stable buzz version
-
v0.3.0 Changes
March 11, 2013- โ add
forcePrepend
option toPaymentInterface::addAction
method - โ add
ArrayObject::ensure
method. do not create nested models arrays - ๐ fix variaty bugs in ArrayObject implementation
- โ add an action for
PaymentInstructionAggregate
models - โ remove null storage
- โ add storage extension
- โ add extensions
- โ add omnipay to the list of supported payments
- ๐ change doctrine version to stable in composer
- ability to set several APIs to the
Payment
instance - ๐ fix
ArrayObject::replace
method - โ add
BaseModelRequest
andBaseModelInteractiveRequest
- โก๏ธ update list of supported payments
- โ add
setModel
method to a request - catch interactive requests to payment and reutrn it
- โ add
-
v0.2.0 Changes
February 08, 2013- ๐ move
SyncRequest
request from paypal express checkout - โ add
NullStorage
- rework storages, change name, namespace
- โ remove
SimpleSell
request - rework
PaymentInstructionAggregate\Aware
interfaces - โ remove
CreatePaymentInstructionRequest
class - โ remove
ModelInterface
andPaymentInstruction
interfaces - โ add testo lib (generates code examples using test cases)
- โ add travis status to readme
- โ add travis
- ๐ move
-
v0.1 Changes
December 07, 2012- โ add status request
- โ add interactive request
- ๐ rename aggregate -> aware
- โ add domain model
- โ add storages support
- ๐ initial classes and interfaces.