New addons update available notice

how can I stop this message appearing, I dont want to upgrade the addons it is asking and cant seem to remove them

Not sure if it will work for addons but there is a setting in Settings->General->Check for updates automatically

thanks thetool , but sadly seems not

I can offer you to create a simple modification via the My changes add-on.

Create the app/addons/my_changes/schemas/dashboard/todo.post.php file with the following content:

<?php

defined('BOOTSTRAP') or die('Access denied');

unset($schema['upgrade_center_addons_upgrade_available']);
return $schema;

Then install & activate the My changes add-on and clear the cache.

3 Likes

Thanks, I applied the code and ,worked :slight_smile:

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.