* from retail
* (fix) improve pixel snapping by reapplying borders
* update spinbox texture
* add icons, loaded, standby, unloaded behavior from retail
* further use of ported inputbox and cleanup to ported frames
* move templates into WeakAuras and upversion
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.
This adjustment was made when the buttons were updated to support a tristate: Loaded/Standby/Unloaded. Currently, however, only the Loaded and Unloaded states are implemented yet.
* from retail
* from retail
* from retail
* from retail
* from retail
* from retail
* remove new threat functions as they are not well implemented for now