2.6.1
The 2.6.0 tag wasn't created because we got an issue while creating it.
-
We added new fields in the database, don't forget to run migration otherwise your wallabag won't work.
-
We've updated the mailer config which needs to be replicated otherwise the image might not work.
We removed:
SYMFONY__ENV__MAILER_TRANSPORT
SYMFONY__ENV__MAILER_USER
SYMFONY__ENV__MAILER_PASSWORD
SYMFONY__ENV__MAILER_HOST
SYMFONY__ENV__MAILER_PORT
SYMFONY__ENV__MAILER_ENCRYPTION
SYMFONY__ENV__MAILER_AUTH_MODE
And we added
SYMFONY__ENV__MAILER_DSN
as a replacement. Here is an example of DSN:smtp://user:[email protected]:port
What's Changed
Full Changelog: 2.5.4...2.6.1