phpList v4.0.0-alpha2 Release Notes

Release Date: 2018-03-28 // about 6 years ago
  • โž• Added

    • SubscriptionRepository.findOneBySubscriberListAndSubscriber (#284)
    • ๐Ÿšš Repository.remove (#278)
    • Interface for domain models (#274)
    • โœ… Trait for database tests and abstract web test (#264)
    • Repository methods for querying subscriptions (#253)
    • Bidirectional m:n association Subscribers/SubscriberLists (#254)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change the core namespace from PhpList\PhpList4 to PhpList\Core (#290)
    • Depend on Symfony 3.4.0 as minimum version (#288)
    • ๐Ÿ”ง Move the PHPUnit configuration file (#283)
    • ๐Ÿ“ฆ Rename the Composer package to "phplist/core" (#275)
    • โœ‚ Remove the obsolete core classes (#267)
    • 0๏ธโƒฃ Adopt more of the default Symfony project structure (#265, #268, #269, #270, #285, #291)

    ๐Ÿ—„ Deprecated

    โœ‚ Removed

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป Make the exception codes 32-bit safe (#287)
    • โœ‚ Remove associated subscriptions when a subscriber list or subscriber is removed (#271, #272)
    • โœ… Always truncate the DB tables after an integration test (#259)
    • โœ… Adapt the system tests to possible HTTP errors (#256)

Previous changes from v4.0.0-alpha1

  • ๐Ÿ”’ Security

    • โšก๏ธ Update PHPMailer to 5.2.23 (#56)