--- a/src/eric7/PluginManager/PluginManager.py Fri Jul 21 15:35:23 2023 +0200 +++ b/src/eric7/PluginManager/PluginManager.py Sat Jul 22 14:26:35 2023 +0200 @@ -1262,7 +1262,7 @@ now = datetime.datetime.now() delta = now - lastModified if ( - (period == 1 and lastModified.date().day == now.date().day) + (period == 1 and delta.days < 1) or (period == 2 and delta.days < 7) or (period == 3 and delta.days < 30) ):