This update fixes broken thumbnails after file uploads and a possible fatal error triggered when a View has an Entry Tags field without the required plugin active.
#### Fixed
* Cache not clearing after file uploads, which caused broken thumbnails on refresh.
* Fatal error when inline editing was active on a View with an Entry Tags field and the Gravity Forms Entry Tags plugin was not active.
#### Developer Updates
* Removed early `is_user_logged_in()` return to allow for the `gravityview/capabilities/allow_logged_out` and `gravityview/edit_entry/user_can_edit_entry` filters to be applied when checking whether inline editing is enabled on the frontend.
#### Updated
* [Foundation] to version 1.3.1:
- New GravityKit global settings for logging configuration (level, type, cleanup schedule, retention);
- A unified way to display admin notices across all GravityKit products;
- Performance improvements and bug fixes.