Skip to content

2.6.1

Compare
Choose a tag to compare
@j0k3r j0k3r released this 21 Jun 11:51
· 48 commits to master since this release
62d1948

The 2.6.0 tag wasn't created because we got an issue while creating it.

⚠️ There are two points to focus for that update:

  1. We added new fields in the database, don't forget to run migration otherwise your wallabag won't work.

  2. 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