clarkwinkelmann Nice job, I'll need to try it out. Suggestion: only clear assets files from Cloudflare cache (like you unlink them from filesystem) instead of the whole domain cache. Maybe this could be an option so you can still clear everything if you need. Also there's a strange backslash here https://github.com/ReFlar/UnCache/blob/6e80c99f8d71d7687f78de2841536e0877457733/src/Jobs/ClearCache.php#L87 (I'd expect a slash, but it's possible both work anyway)
Kyrne clarkwinkelmann It already does only clear the asset files! Take a look at the code if you want to confirm. youhosi oops, I'll fix that today. This isn't an error in functionality, so rest assured, the assets are still be cleared even while getting that error.
m4rny clarkwinkelmann Also there's a strange backslash here https://github.com/ReFlar/UnCache/blob/6e80c99f8d71d7687f78de2841536e0877457733/src/Jobs/ClearCache.php#L87 (I'd expect a slash, but it's possible both work anyway) Yes, it's a small mistake, the extension spits out errors because of it when cleaning the cache. ?
Kyrne 0.1.0-beta.2 Fixes a serialization problem with the Cloudflare data youhosi Fixes slash issues. I develop on windows so I used backslash, it will now check for your platform and use the correct slash clarkwinkelmann m4rny Added some friendly warnings for situations: Cloudflare doesn't have your asset files cached You tried to clear the cache twice Updating ⬆ Click the "Clear Cache" button then refresh (This is so much easier than commands right?) Please allow Bazaar 60 minutes to pull the update
Frink Kyrne Wow that was fast. You shouldn't be considered a Contributor, they need to make a Superhero group, and you should be in it!
MikeJones Kyrne So to update this extension I don't have to use SSH at all? I just have to click the clear cache button in the extension on my admin console?
jordanjay29 MikeJones but you could use Bazaar first, then install all your extensions and never have to touch the command line except for Flarum updates. ?
Frink MikeJones composer update, same as always. Reflar UnCache just fixes the hassle of clearing the cache, etc.
MikeJones Frink gotcha, this is the first extension I am updating. That command I am assuming looks for updates for all extensions I have installed? Thanks!
Kyrne PranavJadhav nope! In fact, you don't even have to clear your browser cache, the extension will do it for you!