danpros / htmly

Simple and fast databaseless PHP blogging platform, and Flat-File CMS
https://www.htmly.com
GNU General Public License v2.0
1.01k stars 258 forks source link

/admin/update page not working on v2.9.7 (not showing v2.9.8 update) #738

Closed KuJoe closed 1 month ago

KuJoe commented 2 months ago

I'm not sure if this is a caching issue or not, but none of my HTMLy installs (running v2.9.7) were showing the v2.9.8 update on the /admin/update page until I manually deleted the "downloadInfo.json" file in the /cache/ directory and revisited the page.

This might be an issue other users run into if they were on v2.9.7 like me so I wanted to let you know so you could possible post this information somewhere in the v2.9.8 release notes to have the users delete the /cache/downloadInfo.json file if they're not seeing the update.

Thanks!

danpros commented 2 months ago

Hello,

I am quite sure that this is due to cache, the default is 12 hours. We should decrease it, perhaps 3-6 hours.

KuJoe commented 1 month ago

Since this appears to be caching related, I'm closing this issue.