This commit ensures that the internal version of the data is updated to the current WeakAuras internal version if it is either less than 67 or greater than the current WeakAuras internal version. This helps in migrating retail imports that were edited on version 4.0.
Changes:
- Check if data.internalVersion is less than 67 or greater than WeakAuras.InternalVersion().
- If true, set data.internalVersion to WeakAuras.InternalVersion().
- Perform necessary migrations for triggers and load fields.
This ensures compatibility and proper migration of retail imports edited on version 4.0.
* from retail
* from retail
* from retail
* from retail
* from retail
* from retail
* remove new threat functions as they are not well implemented for now