Releases: Leaseweb/LswApiCallerBundle
Releases · Leaseweb/LswApiCallerBundle
v1.2.11: Fix compatibility with PHP5.3
Even though PHP5.3 is end of life a long time ago, we can't remove the support in a minor version, so this commit adds the support back again.
v1.2.10: Add support for Symfony 3.4
This version adds compatibility with Symfony 3.4.
v1.2.9: Fix YAML deprecation warnings
Fix YAML deprecation warnings in services.yml
v1.2.8: Remove insecure SSL connection by default
Remove default insecure SSL connection and enable SSL peer verification to make the bundle more secure and avoid servers rejecting the connection.
v1.2.7: Enable Symfony3 support
This release removes deprecation warnings if this bundle is installed in Symfony3.
v1.2.6: Merge pull request #26 from marcobuschini/master
Fixed complains by SensioLabsInsight.
v1.2.5
v1.2.4
v1.2.3: Merge pull request #24 from MblKiTA/patch-1
Json POST fix