forked from wsdl2phpgenerator/wsdl2phpgenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
26 lines (18 loc) · 867 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
CHANGES
Version 1.4.2
* The generator's soap client doesn't use caching any more
Version 1.4.1
* Fixed issue #20 with the generation of classes not working if simple type is not enum or pattern. Thanks to rc.poison
* Fixed issue #21 with the classmap listing the classnames in the wrong way. Thanks to rc.poison
* Fixed issue #22 with the php classname being used as comparison instead of the real classname. Thanks to rc.poison
Version 1.4
* Improved the phpdoc generated
* Added support for enumerated values issue #13
* Added support for generating phpdoc from the documentation blocks in the wsdl issue #18
Version 1.3
* Adding the -v verbose flag
* Adding the -p prefix and -q suffix flags
* Improving code coverage with tests
* Improving tests
* Fixing fatal error in 5.3 version issue #14
* Added the autoload parameter to class_exists calls issue #10