File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 99 - php : 5.6
1010 - php : 7.0
1111 - php : 7.1
12+ - php : 7.2
1213
1314before_install :
1415 - composer self-update
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.0.0 - 2018-04-17
4+ - Issue #15 - AbstractSoapClientBase should not define static SoapClient instance
5+
36## 1.0.11
47- Issue #19 - WSDL_CACHE_WSDL does not work!
58- Merged pull request #20 - Fix WSDL_CACHE_WSDL not working
Original file line number Diff line number Diff line change 77[ ![ Build Status] ( https://api.travis-ci.org/WsdlToPhp/PackageBase.svg )] ( https://travis-ci.org/WsdlToPhp/PackageBase )
88[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/WsdlToPhp/PackageBase/badges/quality-score.png )] ( https://scrutinizer-ci.com/g/WsdlToPhp/PackageBase/ )
99[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/WsdlToPhp/PackageBase/badges/coverage.png )] ( https://scrutinizer-ci.com/g/WsdlToPhp/PackageBase/ )
10- [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/55b10586643533001c00010f/badge.svg )] ( https://www.versioneye.com/user/projects/55b10586643533001c00010f )
1110[ ![ StyleCI] ( https://styleci.io/repos/38760239/shield )] ( https://styleci.io/repos/38760239 )
1211[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/bfbc0c8f-5793-489b-8151-36ea149ec98d/mini.png )] ( https://insight.sensiolabs.com/projects/bfbc0c8f-5793-489b-8151-36ea149ec98d )
1312
Original file line number Diff line number Diff line change 11# UPGRADE FROM 1.0 to 2.0
22
3- The main change is that the property ` $soapclient ` in the abstract class ` AbstractSoapClientBase ` is no more static.
3+ The main change is that the property ` $soapClient ` in the abstract class ` AbstractSoapClientBase ` is no more static.
44
55** Previously** :
66``` php
You can’t perform that action at this time.
0 commit comments