Releases: f00b4r/nusoap
Releases · f00b4r/nusoap
v0.9.17
v0.9.16
Bumped! 🇻🇨
Diff: v0.9.15...v0.9.16
Changes:
- Do not use PHP_SELF, Upstream is using extensively PHP_SELF which is the source of XSS, vulnerabilities. This patch removes PHP_SELF and uses ? when possible,, and also forces the use of SCRIPT_NAME instead of, PHP_SELF.do-not-use-PHP_SELF-to-avoid-xss [1ca484b] (@thomasgoirand)
- Fixed bug in if assignment [4606eb1] (@eduardduran)
- Remove executable bit on nusoap.php [ab376d4] (@tenzap)
- Add nusoapmime.php [70ba4ca] (@f3l1x)
- remove CVS dirs inside docs/ [227c935] (@tenzap)
- Fix: The issue causing a Deprecated error in PHP 8.2 has been fixed. The variable $substrXml is no longer used, as it was erroneously receiving null for the offset and is now irrelevant. [9ead68e]
Maintenance:
- CI: lint PHP 8.2 and 5.6 [a1c1093] (@f3l1x)
- Readme: improvements [cb4d0dc] (@f3l1x)
- CI: travis -> github actions [0645788] (@f3l1x)
- Composer: sync license [64553a3] (@f3l1x)
- Add editorconfig [e1bed4c] (@f3l1x)
- Samples: fix require [6659504] (@f3l1x)
- Composer: drop branch alias for develop [abc4e3a] (@f3l1x)
v0.9.15
v0.9.14
Bumped! ⚜️
Diff: v0.9.13...v0.9.14
Changes:
- Add @var to qualify in nusoap_client::getProxy) [e1ffd79] (@s-renier-taonix-fr)
- Fix PHPDoc [113627f] (@s-renier-taonix-fr)
- Fix unnecessary semicolon [9971304] (@s-renier-taonix-fr)
- Optim : array_push with single element [822136a] (@s-renier-taonix-fr)
- Fix : Missing 'return' statement [b20c51e] (@s-renier-taonix-fr)
- Optim : 'for' loop can be replaced with 'str_repeat' [d4e82ee] (@s-renier-taonix-fr)
- Optim : Boolean expression can be simplified [c73d742] (@s-renier-taonix-fr)
- Optim : 'preg_split' can be replaced with 'explode' [2ca8a00] (@s-renier-taonix-fr)
- Optim : Unnecessary local variable [f059204] (@s-renier-taonix-fr)
- Optim : Argument matches the parameter's default value [eedc2a5] (@s-renier-taonix-fr)
- Optim : Loop can be replace with 'in_array()' [5aff87a] (@s-renier-taonix-fr)
- Optim : Ternary expression can be replaced with short version [fa6e8dc] (@s-renier-taonix-fr)
- Optim : Reference is unnecessary because the argument is neither assigned nor further passed by reference [1ca98fa] (@s-renier-taonix-fr)
- Fix : Extensions are missing in composer.json [d4ab013] (@s-renier-taonix-fr)
- Optim : Condition always evaluated to true at the point [282c3bd] (@s-renier-taonix-fr)
- Optim : Variable already equals the assigned value [ef4e82e] (@s-renier-taonix-fr)
- Optim : Condition always evaluated to true at the point [68e13d9] (@s-renier-taonix-fr)
- Optim : Condition is unnecessary because it is checked by 'is_array' [cc16c86] (@s-renier-taonix-fr)
- Optim : Condition is unnecessary because it is checked by 'get_class' [687c73d] (@s-renier-taonix-fr)
- Optim : Unreachable statement [e8736c0] (@s-renier-taonix-fr)
- Optim : 'if' statement with common parts [7f9b8c2] (@s-renier-taonix-fr)
- Optim : Statement has empty body [cee976b] (@s-renier-taonix-fr)
- Fix : Wrong type for '+' and '-' operators [c482f61] (@s-renier-taonix-fr)
- Fix : Return value type is not compatible with declared [e594f7c] (@s-renier-taonix-fr)
- Fix : PHPDoc [1c3bfe9] (@s-renier-taonix-fr)
- Fix : Delete deprecated in PHPDoc because method are already used [706b532] (@s-renier-taonix-fr)
- Fix : PHPDoc [586e689] (@s-renier-taonix-fr)
- Fix : Required parameter '' missing for PHP <= 5.6 [104fd01] (@s-renier-taonix-fr)
- Optim : Unused local variable : the value of the variable is not used anywhere [708a141] (@s-renier-taonix-fr)
- Fix : '=' instead of '==' [60a7ee1] (@s-renier-taonix-fr)
- Fix : 'function' instead of 'method' [51411ae] (@s-renier-taonix-fr)
- Fix : Property declared dynamically [2c0ccb2] (@s-renier-taonix-fr)
- Fix : PHPDoc [0d2d73e] (@s-renier-taonix-fr)
- Fix : Property declared dynamically [a81d03f] (@s-renier-taonix-fr)
- Optim : Unsed local variable : the value of the variable is not used anywhere [382aaf2] (@s-renier-taonix-fr)
- Fix : Variables are undefined in some case [ae53073] (@s-renier-taonix-fr)
v0.9.13
Bumped! 💌
Diff: v0.9.12...v0.9.13
Changes:
- Allows the user to set the name of the response body tag. [50c021f] (@joan-ricart)
mb_convert_encoding
support [93075b9] (@erikn69)- Update nusoap.php, Adjust on wsdl imports. [3ec9caf] (@matheusantunesnandi)
- Added support for attachmentin SOAP. SWA and MTOM [e962aec] (@NicolaCorvo90)
- Support PHP8.2 [c177861]
v0.9.12
Bumped! 🍈
Diff: v0.9.11...v0.9.12
Changes:
- Feature: fix issue #67 (wsdl error: is not a supported type) [d25e43a] (@McArrow)
- Github: remove funding [e110d63] (@f3l1x)
- Make work with PHP 8.1 (strftime deprecation) [a8e925f]
- Create .gitattributes, Make lighter on vendor [615d113] (@PaolaRuby)
- Added skippable header for "HTTP/1.1 200" proxy response [88c0eb0] (@msilvapor)
- Readme versions and update gitattributes (#81) [e83219e] (@fredsal)