Skip to content

Commit 32b87a1

Browse files
committed
Merge tag '2.0.0' into develop
create tag 2.0.0 fixes #15
2 parents 566c596 + 99d8c73 commit 32b87a1

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ matrix:
99
- php: 5.6
1010
- php: 7.0
1111
- php: 7.1
12+
- php: 7.2
1213

1314
before_install:
1415
- composer self-update

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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

UPGRADE-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)