phpList 3.6.13 released: New updater

ARCHIVE

A new version for phpList is now ready for download, introducing several changes.

You can get a copy of phpList 3.6.12 from the Download page and SourceForge. If you prefer the Dockerized version of phpList you can get a copy from Docker Hub.

In this release, a new plugin called the Updater plugin has been introduced. This change allows linking to the Updater plugin when displaying a message about a new release of phpList being available, instead of linking to the current automatic updater.

Changes to look for

  1. Allow a plugin to update phpList. Identify whether a plugin is able to update the phpList code, and link to that plugins’s update page when a new release is available. See Pull Request #946.
  2. On Pull Request #926, we used the <wbr> element immediately after a character where we want to allow wrapping. Copying/pasting an email address includes only the characters of the email address, not the <wbr> element. Specifically:
  • Changes the shortenTextDisplay() function to handle only text fields
  • Adds a similar shortenEmailDisplay() function which uses the <wbr> element
  • Adds a similar shortenUrlDisplay() function which uses the <wbr> element
  • Replaces the uses of shortenTextDisplay() for email or URL fields by the new functions
  1. Make the results of the timer class use period as the decimal point to avoid failing calculations. See Pull Request #931.
  2. Set DEFAULT_MESSAGE to 8 days so that repeated campaigns don’t expire. See Pull Request #932.
  3. Allow a gap between async requests. Check out the Resources Wiki for additional documentation. See Pull Request #937.
  4. Update the Common, CKEditor, and Segment plugins. See Pull Request #951.
  5. Use the content of the body element when including a message in a template. See Pull Request #938 1.
  6. Pull Request #935 includes several commits that tidy-up the output of processqueue. Specifically:
  • Fix the processQueueOutput() function in several places
  • Replace $GLOBALS['I18N']->get() by s()
  • Replace a few uses of a call to sprintf() wrapping s()
  1. Minor changes to avoid warning on PHP 8.2. See Pull Request #930 1.
  2. Remove unused files. See Pull Request #936 2.

Community-made

This release is the work of Open Source community members who have submitted Pull Requests, bug reports, and valuable feedback, as well as phpList Ltd. developers. To get involved in phpList development, check out the developer resources pages.

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 to these modules.

Support

Need help upgrading your phpList server to the newest version? Ask the community at discuss.phplist.org. Professional support from community experts, as well as manuals, source code, and developer resources, can be found at phplist.org. Report all bugs to the phpList3 GitHub repository.

Want to focus on campaigns and forget hosting headaches? Sign up at phplist.com for an account with everything included. Send from 300 free messages to 30 million messages per month — simple.

Leave a Reply