Disable Update Notification

Hi,

Is there a way I can disable the update notifications on a self hosted InvoiceNinja installation?

The best way to disable the message is to upgrade, we’re working on an automated installer for a future release.

Otherwise, you could comment out the code here:

https://github.com/invoiceninja/invoiceninja/blob/master/app/Http/Middleware/StartupCheck.php#L66

Thanks for the response,

I commented out the PHP code section you directed me to, but the blue notification bar is still showing on the dashboard telling me to update, any way to remove that?

Is the ‘Hide’ link not working?

Maybe try logging out then back in.

Thanks again,

Just to clarify the Hide button on the notification bar closes the update message, but it reappears every time.

But, commenting out the code and logging back in fixed the issue :slight_smile: