Skip to content

Releases: WsdlToPhp/PackageBase

3.0.1

28 Jan 08:36
Compare
Choose a tag to compare

Minor Travis CI updates

3.0.0

28 Jan 07:59
Compare
Choose a tag to compare
  • Issue #32 - Migrate to PHP >= 7.4
    • use splitbrain/phpfarm:jessie as Docker image and fix docker image settings
    • Code requires PHP >= 7.4
    • Code cleaning
    • BC:
      • WsdlToPhp\PackageBase\Utils::getFormatedXml has been renamed to WsdlToPhp\PackageBase\Utils::getFormattedXml
      • WsdlToPhp\PackageBase\AbstractSoapClientBase::getFormatedXml has been renamed to WsdlToPhp\PackageBase\AbstractSoapClientBase::getFormattedXml
    • Update READMEs
    • Update Travis CI settings
    • Update PHPUnit settings
    • Update LICENSE file
    • Version 1.0 is no more maintained

2.2.1

05 Feb 15:17
Compare
Choose a tag to compare

Fix Travis settings

2.2.0

11 Sep 08:38
Compare
Choose a tag to compare
  • Issue #31 - Add output headers to SoapClient in order to be able to store them

1.1.0

11 Sep 08:38
Compare
Choose a tag to compare
  • Issue #31 - Add output headers to SoapClient in order to be able to store them

2.1.0

14 May 05:50
Compare
Choose a tag to compare
  • Pull request #29 - Transform HTTP headers from stream context options to array
  • Update Travis CI PHP Matrix
  • Use better Docker configuration
  • Introduce StructEnumInterface and AbstractStructEnumBase from which generated Enum classes should inherit
  • Add __toString method to AbstractStructBase and AbstractSoapClientBase classes

1.0.15

14 May 05:50
Compare
Choose a tag to compare
  • Pull request #29 - Transform HTTP headers from stream context options to array
  • Update Travis CI PHP Matrix

2.0.3

10 Jan 10:28
Compare
Choose a tag to compare

Fixed:

  • Issue #25 - Enhancement: Improve output from running php-cs-fixer
  • Issue #26 - Enhancement: Keep packages sorted in composer.json
  • Issue #28 - Add the URI as an option in the soapClient parameters

1.0.14

10 Jan 10:27
Compare
Choose a tag to compare

Fixed:

  • Issue #25 - Enhancement: Improve output from running php-cs-fixer
  • Issue #26 - Enhancement: Keep packages sorted in composer.json
  • Issue #28 - Add the URI as an option in the soapClient parameters

2.0.2

23 Jul 16:49
Compare
Choose a tag to compare
  • Issue #22 / Pull request #23 - Add support to invoke getLastRequest without throwing an InvalidArgumentException if the request is not executed