Upgrading to 0.2.0

Legacy guide for upgrading an older Feedbacky version.

Notes

Added

+ A new variable was added and must be present in your .env file in order for Feedbacky to work;

Type: string

Replace the apiKey value with your actual key.

MAIL_SENDGRID_API_KEY=apiKey

+ Roadmaps were added in this version but Hibernate will auto magically include it in database.

+ Migrator will migrate every user automatically to enable mail preferences for a new Mail Notifications feature.

Changed

! If you use Mailgun as your mail provider, you must edit an existing variable in your .env file;

Type: string

Add /messages at the end of the end of your Mailgun base URL, as this portion is no longer handled by code.

MAIL_MAILGUN_API_BASE_URL=https://api.mailgun.net/<version>/<domain>/messages

Changelog

Last updated

Was this helpful?