3.4.9 Release Candidate Ready for testing

A Release Candidate for upcoming phpList 3.4.9 is now available for testing. Please notice the updated dependencies section.

This release includes fixes, usability & functional improvements

Changes to look for

  • Allow additional processing of a link click by plugins – thanks to @duncanc, see the pull request
  • Display campaign title and bounce time on Subscriber Profile campaigns tab – thanks to @duncanc , see the pull request
  • When converting the database to UTF8 switch to mysql parameter - datadir to check the correct location of the database for space available as the root directory β€˜/’, might not always be the actual location of it – thanks to @duncanc, see the pull request
  • When converting the database to UTF8, avoid displaying the warning about lack of disk space when the database has already been upgraded – thanks to @pvanthony for pointing it out and thanks to @duncanc for submitting the fix, see the pull request
  • Fix the SQL error on processbounces when inserting into user_message_bounce table – thanks to @duncanc, see the pull request
  • Include List-Unsubscribe-Post header to indicate one-click functionality – thanks to @duncanc, see the pull request

Updated dependencies

If you have experienced issues with previous installations please install this update and see if those issues are resolved.

Download the Release Candidate here (see also β€˜Upgrading’).

Guidelines

Upgrading

Upgrade from releases older that phpList 3.3.7-RC1 following the usual upgrade process

Use the Automatic Updater if you are running phpList 3.3.7 or later.

Use your phpList as normal, and report any new problems that you find.

Activating the REST API

If you haven’t checked the REST API yet, you can see the dedicated chapter in the manual to help you get started with it: API and Integrations

Reporting issues

This RC is available for testing until the final release expected on December 11th. If a new RC will be necessary based on the feedback shared, an announcement will be posted in advance.

Report any issues you find with phpList3 to the phpList Bugtracker, selecting β€œ3.4.9-RC1” as the Product Version.

Use the usual bug fixing process if you know how to fix it.

Report any issues you find with phpList 4 core or REST API to the corresponding repo on GitHub.

Please read the contribution guide on how to contribute and how to run the unit tests and style checks locally.

Happy testing!

Hello
i have upgrade to 3.4.9

after the update, I can create mails as before, but the recipient receives an EMPTY mail.
Did I ignore something?
Do the update via the update routine

this was problem

define (β€˜USE_PHPMAILER6’, true);

only with this, work correctly

@benusa Just to be clear, are you saying that the problem was resolved by adding that line to the config.php file?

yes, I’ve been looking for a while!
the line should also be relatively at the beginning