Bug Report with Fix: Missing Version Bump Causes JS errors
-
I recently updated the plugin from Version 7.8.10.2 to Version 7.8.12.1. Although /hustle/assets/js/admin.min.js and /hustle/assets/js/front.min.js content did change, the Opt_In::VERSION was not bumped. As such, cached versions of those files can end up being loaded, which leads to various issues on the backend, including JS errors being thrown as it uses old code. This made the backend pop-up edit page unusable (tabs don’t change, can’t save, can’t edit).
I updated the version constant to this and it fixed all issues:
const VERSION = '7.8.7.1';
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.