Release v. 1.3.0 is live
-
Release 1.3.0
Highlights:
Improved stability and performance
Bug Fixes:Fixed an issue where the QDA QML plugin import statement used an older version number. The import statement has been updated to use a generic version to allow library upgrades without requiring codebase modifications.
Fixed a bug that caused importing an older QDA version in QML to actually use the latest installed QDA version, resulting in errors. The QML import version now correctly matches the installed library version.
Resolved an "AdDomainURL invalid" error some customers were receiving.
Under the Hood:
Updated various dependencies to their latest versions
Implemented additional unit and integration tests
Upgrade Notes:Libraries using the QDA QML plugin will need to update their import statement to use the new generic import, for example:
Old: import QtDigitalAdvertising 1.1
New: import QtDigitalAdvertising 1.xCustomers receiving the "AdDomainURL invalid" error should see that resolved with this release.