Skip to content

4.13.1

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 14 Sep 17:04
· 9 commits to main since this release
e54a22c

Full Changelog, Documentation

Fixes

  • Remove ParseFile caching due to OS not having a natural way to cache files. Instead, if developers want to access a saved ParseFile, they should check the download directory for the respective file name. If you were having an issue with cached files, call ParseSwift.clearCache() after updating to 4.13.1 (#414), thanks to @cbaker6.