|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## 4.0.0 - 2021-02-xx |
| 3 | +## 4.0.0 - 2021/02/03 |
4 | 4 | - BC: |
5 | 5 | - `WsdlToPhp\PackageBase\AbstractStructBase::_set` has been renamed to `WsdlToPhp\PackageBase\AbstractStructBase::setPropertyValue` |
6 | 6 | - `WsdlToPhp\PackageBase\AbstractStructBase::_set` has been renamed to `WsdlToPhp\PackageBase\AbstractStructBase::getPropertyValue` |
7 | 7 | - Improve `WsdlToPhp\PackageBase\AbstractStructBase::__set_state` method using `ReflectionClass` |
| 8 | +- Review .php_cs settings, apply PHP CS Fixer |
8 | 9 |
|
9 | | -## 3.0.1 - 2021-01-28 |
| 10 | +## 3.0.1 - 2021/01/28 |
10 | 11 | - Update Travis CI badge and settings |
11 | 12 |
|
12 | | -## 3.0.0 - 2021-01-28 |
| 13 | +## 3.0.0 - 2021/01/28 |
13 | 14 | - Issue #32 - Migrate to PHP >= 7.4 |
14 | 15 | - use `splitbrain/phpfarm:jessie` as Docker image and fix docker image settings |
15 | 16 | - Code requires PHP >= 7.4 |
|
23 | 24 | - Update LICENSE file |
24 | 25 | - Version 1.0 is no more maintained |
25 | 26 |
|
26 | | -## 2.2.0 - 2020-09-11 |
| 27 | +## 2.2.0 - 2020/09/11 |
27 | 28 | - Issue #31 - Add output headers to SoapClient in order to be able to store them |
28 | 29 |
|
29 | | -## 2.1.0 - 2020-05-14 |
| 30 | +## 2.1.0 - 2020/05/14 |
30 | 31 | - Pull request #29 - Transform HTTP headers from stream context options to array |
31 | 32 | - Update Travis CI PHP Matrix |
32 | 33 | - Use better Docker configuration |
33 | 34 | - Introduce StructEnumInterface and AbstractStructEnumBase from which generated Enum classes should inherit |
34 | 35 | - Add __toString method to AbstractStructBase and AbstractSoapClientBase classes |
35 | 36 |
|
36 | | -## 2.0.3 - 2019-01-10 |
| 37 | +## 2.0.3 - 2019/01/10 |
37 | 38 | - Issue #25 - Enhancement: Improve output from running php-cs-fixer |
38 | 39 | - Issue #26 - Enhancement: Keep packages sorted in composer.json |
39 | 40 | - Issue #28 - Add the URI as an option in the soapClient parameters |
40 | 41 |
|
41 | 42 |
|
42 | | -## 2.0.2 - 2018-07-23 |
| 43 | +## 2.0.2 - 2018/07/23 |
43 | 44 | - Issue #22 / Pull request #23 - Add support to invoke getLastRequest without throwing an InvalidArgumentException if the request is not executed |
44 | 45 |
|
45 | | -## 2.0.1 - 2018-05-08 |
| 46 | +## 2.0.1 - 2018/05/08 |
46 | 47 | - Issue #19 - WSDL_CACHE_WSDL does not work! |
47 | 48 | - Code reviewed as it was not complete, default options were not taken into account properly too, it's working right from now on! |
48 | 49 |
|
49 | | -## 2.0.0 - 2018-04-17 |
| 50 | +## 2.0.0 - 2018/04/17 |
50 | 51 | - Issue #15 - AbstractSoapClientBase should not define static SoapClient instance |
51 | 52 |
|
52 | 53 | ## 1.0.11 |
|
0 commit comments