Duncan Cameron
Duncan Cameron
## Description Upgrade PHPMailer to the latest version, 6.6.3. The changes seem mostly to be translations and tidying-up the code but there are some changes to avoid php 8.1 deprecation...
## Description Update the composer.lock file so that the latest versions of Common plugin and Segment plugin will be included. ## Related Issue ## Screenshots (if appropriate):
## Description The upgrade process rejects an attempt to upgrade when the current version is earlier than 3.2.0. phplist moved to using UTF-8 before 3.2.0 so any database that is...
This recent change [disallow non-Superusers to manage admins](https://github.com/phpList/phplist3/commit/70e9a8b544d65ec0a84239b4db7729d86dee4cd9) stops the creation of new super admins. The problem was raised on the support forum https://discuss.phplist.org/t/multiple-super-admins-no-longer-possible/9303 The setting of variable `$accesslevel` was...
Looking into a problem with processqueue I noticed that the `modified` column of the `sendprocess` table was null. The column definition was different to expected. It allowed a null value,...
## Description This change sets the character set used for the client-server exchanges to utf8mb4 instead of the current utf8, which is an alias for utf8mb3. Using utf8mb4 will allow...
## Description As explained in #1015 prior to MySQL 8 when a phplist database was created timestamp columns were implicitly given a default of `current_timestamp` and `on update current_timestamp`. This...
## Description Allow ajax page links to have a title, defaulting to the link description. The title is shown when hovering over the link. Currently an ajax link has a...
## Description The error message returned by a plugin from `allowMessageToBeQueued()` needs to have any single-quote character escaped because it is within a javascript literal. ## Related Issue ## Screenshots...
Raising this problem here because I am not sure whether it is with the build process or somewhere else. Using the API I get php errors because of the use...