Skip to content

v5.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 16:23
· 7 commits to master since this release

listmonk-logo

v5.0.3 contains fixes for some minor, but annoying bugs, primarily SMTP errors not being captured and displayed while sending test mails.

How to upgrade

As always, take a backup of your database before upgrading.

Binary

Download the latest binary. Stop and replace the old binary. Run ./listmonk --upgrade. Start the app again.

Docker

# cd /directory/with/docker-compose.yml

docker-compose down
docker-compose pull && docker-compose run --rm app ./listmonk --upgrade
docker-compose up -d app db

Changelog

  • 48643aa Disallow POST /api/subscription on disabling public subscription in settings. Closes #2530.
  • a424f01 Print full line with error in the importer log. Close #2549.
  • 4f6880d Fix opt-in send errors silently ignored on signup form. Closes #2535.
  • b71d80e Upgrade smtppool lib with error-return bugfix. Ref: #2503
  • 419f88a Fix incorrect line counts due to empty lines in CSV importer (#2542)
  • aa864fd Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#2543)
  • d7e4ecf Fix typo in configuration.md (#2540)
  • a9d3591 Add heading in template functions doc (#2527)
  • 78f3db7 Add permanent warning to docs about Sprig functions.
  • 2081048 Update release info on homepage.