Skip to content

Commit 7e48f3d

Browse files
committed
update changelog
1 parent e5bb198 commit 7e48f3d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# CHANGELOG
22

3-
## 4.0.0 - 2021-02-xx
3+
## 4.0.0 - 2021/02/03
44
- BC:
55
- `WsdlToPhp\PackageBase\AbstractStructBase::_set` has been renamed to `WsdlToPhp\PackageBase\AbstractStructBase::setPropertyValue`
66
- `WsdlToPhp\PackageBase\AbstractStructBase::_set` has been renamed to `WsdlToPhp\PackageBase\AbstractStructBase::getPropertyValue`
77
- Improve `WsdlToPhp\PackageBase\AbstractStructBase::__set_state` method using `ReflectionClass`
8+
- Review .php_cs settings, apply PHP CS Fixer
89

9-
## 3.0.1 - 2021-01-28
10+
## 3.0.1 - 2021/01/28
1011
- Update Travis CI badge and settings
1112

12-
## 3.0.0 - 2021-01-28
13+
## 3.0.0 - 2021/01/28
1314
- Issue #32 - Migrate to PHP >= 7.4
1415
- use `splitbrain/phpfarm:jessie` as Docker image and fix docker image settings
1516
- Code requires PHP >= 7.4
@@ -23,30 +24,30 @@
2324
- Update LICENSE file
2425
- Version 1.0 is no more maintained
2526

26-
## 2.2.0 - 2020-09-11
27+
## 2.2.0 - 2020/09/11
2728
- Issue #31 - Add output headers to SoapClient in order to be able to store them
2829

29-
## 2.1.0 - 2020-05-14
30+
## 2.1.0 - 2020/05/14
3031
- Pull request #29 - Transform HTTP headers from stream context options to array
3132
- Update Travis CI PHP Matrix
3233
- Use better Docker configuration
3334
- Introduce StructEnumInterface and AbstractStructEnumBase from which generated Enum classes should inherit
3435
- Add __toString method to AbstractStructBase and AbstractSoapClientBase classes
3536

36-
## 2.0.3 - 2019-01-10
37+
## 2.0.3 - 2019/01/10
3738
- Issue #25 - Enhancement: Improve output from running php-cs-fixer
3839
- Issue #26 - Enhancement: Keep packages sorted in composer.json
3940
- Issue #28 - Add the URI as an option in the soapClient parameters
4041

4142

42-
## 2.0.2 - 2018-07-23
43+
## 2.0.2 - 2018/07/23
4344
- Issue #22 / Pull request #23 - Add support to invoke getLastRequest without throwing an InvalidArgumentException if the request is not executed
4445

45-
## 2.0.1 - 2018-05-08
46+
## 2.0.1 - 2018/05/08
4647
- Issue #19 - WSDL_CACHE_WSDL does not work!
4748
- Code reviewed as it was not complete, default options were not taken into account properly too, it's working right from now on!
4849

49-
## 2.0.0 - 2018-04-17
50+
## 2.0.0 - 2018/04/17
5051
- Issue #15 - AbstractSoapClientBase should not define static SoapClient instance
5152

5253
## 1.0.11

0 commit comments

Comments
 (0)