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)