Releases: wagoio/WagoAnalytics
0.0.21
WagoAnalytics
0.0.21 (2024-07-08)
Full Changelog Previous Releases
- Bump interface versions, add cataclysm support.
0.0.20
WagoAnalytics
0.0.20 (2024-06-15)
Full Changelog Previous Releases
- Update API's for 11.x Beta
Provides backwards support for existing APIs
0.0.19
WagoAnalytics
0.0.19 (2024-05-17)
Full Changelog Previous Releases
- Move ADDONS_UNLOADING event hook to after login handler
This way, the data will only save if the user has fully logged in and datasets are appropriately defined.
0.0.18
WagoAnalytics
0.0.18 (2023-09-05)
Full Changelog Previous Releases
- Fix :Error function. It should accept string or table references.
0.0.17
0.0.16
WagoAnalytics
0.0.16 (2023-05-04)
Full Changelog Previous Releases
-
Avoid errors when querying unknown addons (#34)
Patch 10.1 applied an extra subtle change to C_AddOns.GetAddOnMetadatathat results in it now erroring if the supplied addon name does not
exist.
If the analytics error handler fails to extract an addon name from the
error message it ends up passing "Unknown" as the addon name, which
is almost always never going to be an installed addon - and as such
will raise an error.
This can be trivially tested from the chat frame via the following,
which will result in two errors - one for the call we're making
ourselves, and one from within analytics directly.
/run C\_AddOns.GetAddOnMetadata("oops")
Wrapping things up with a protected call barrier resolves this issue.
0.0.15
0.0.14
WagoAnalytics
0.0.14 (2023-04-06)
0.0.13
0.0.12
WagoAnalytics
0.0.12 (2023-02-04)
Full Changelog Previous Releases
-
Bump TOCs
Updated retail to 10.0.5Updated wrath to 3.4.1