Skip to content

4.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@escopecz escopecz released this 03 Sep 08:38
· 7 commits to main since this release
2a8c988

What's Changed

🔧 Refactoring

  • Switch to DSN mailer config to ensure mail tests succeed by @mollux in #306
  • Replace cURL with a PSR-18 HTTP Client by @JaZo in #288
  • Switch to the correct folder for uploads by @mollux in #308
  • Use mautic in test mode to speed up tests by @mollux in #309
  • Fix config file location after config split-up in Mautic by @mollux in #313

🐛 Bugs

  • fix failing in tests by @mollux in #274
  • Ensure strlen is not called with NULL values to avoid a deprecation w… by @dlopez-akalam in #281 (Fixes #280)
  • Correct mautic env by @mollux in #284
  • Use PHP 8.0 in CI due to failing runs by @dennisameling in #289
  • Fix - Deprecated strlen(): Passing null to parameter #1 ($string) of type string in PHP 8.1 by @LadySolveig in #293 (Fixes #292)
  • Fix issue where setLogger did not adhere to the LoggerAwareInterface and change minimum PHP requirement to PHP 8 by @Rocksheep in #286 (Fixes #273)
  • Fix getMauticVersion() accessing lower-case headers as array-key by @Moongazer in #302 (Fixes #233)
  • Ensure delete doesn't fail for non-existent files by @mollux in #310
  • Fix for apache not being installable during tests by @mollux in #314
  • An empty DEC filter shouldn't have any value. It will be null-ed in the response by @escopecz in #324
  • Use LoggerAwareTrait from Psr/Log by @matbcvo in #327

✨Features and Enhancements

🤖 Devops

💖 New Contributors

Full Changelog: 3.1.0...4.0.0-beta