Qliktag Connected Things Platform – Version 4.6.1

Copyright 2026 Qliktag Software. Inc©

Release Notes

V 4.6.1

May 2026

What’s New

  • Implemented JWT token support for the Button Control, aligned with the existing functionality available in the Redirect Control.

Bug Fixes

  • Fixed an issue where applying background transparency to the Section Control image was also unintentionally affecting the text content inside the section.

Enhancements

  • Added validation for JWT configuration in Button Control and Redirect Control: When Include JWT is enabled, the Shared Secret field is now mandatory.


V 4.6

April 2026

What’s New

  • Introduced a new audio control that enables users to upload and play MP3 files directly within the application. The control supports playback functionality such as play and pause, and allows audio configuration at both template and thing levels. Users can upload and manage MP3 files as either single files or arrays, which can be mapped within templates and dynamically retrieved during execution.

Bug Fixes

  • Resolved an issue where the Connect Wallet option was not functioning correctly on the Chrome browser.
  • Fixed an issue where digital links did not work when entities were created with an integer (numeric) primary key.
  • Addressed a problem where previously saved configurations were not displayed in the link control properties panel.

Enhancements

  • Added a new “Undetermined” status in authentication responses to handle cases where verification cannot be completed due to infrastructure failures (e.g., CDN issues like CloudFront). This ensures more accurate status reporting instead of marking such cases as failures.
  • Enhanced the Connect Wallet (NFT Verify Control) to provide greater flexibility and improved configuration at the template level.Users can now choose which wallets are displayed for selection directly from template settings. Also added support for configuring Contract Address, Token ID, and Blockchain via manual input at the template level.

V 4.5

January 2026

What’s New

  • Upgraded Angular from v13 to v19 for improved performance, security, and long-term support.
  • Upgraded Node.js to the latest version to ensure compatibility, stability, and better build performance.

Bug Fixes

  • Thing Update and Thing Array Update via forms were having issues for the file uploads when uploading images and documents together has now been fixed and working as expected.
  • Fixed issues with array-type fields not saving or updating correctly when updated via form.
  • Fixed an issue where dates changed after saving and reopening instance data.
  • Search filters on the things page, which were not getting cleared and remembered correctly, have now been fixed.

Enhancements

  • You can now delete up to 100 items at a time (previously limited to 25), helping you manage data faster.
  • Exported Links Improved: All exported links now correctly use secure https.
  • Improved behavior of filters while creating associated entity instances.

V 4.4

January 2025

What’s New

  • Updated the platform to the latest stable version of Node.js , It ensures compatibility with modern dependencies and also improves performance, security, and long-term maintainability.
  • Node-RED has been fully removed from the system, it reduces platform complexity and runtime overhead
  • Updated Template Settings to support calling external APIs, primary keys can be passed as URL parameters
  • Replaced Thirdweb with Crossmint for blockchain and NFT-related functionality

V 4.3

December 2024

What’s New

  • Login Control Removal: We no longer wish to support the login control that relies on social logins.  With email based wallets, the same can be achieved by token gating.
  • Creation of a new Form Functionality that can add an entry into an array type field: Currently, the Thing Update form only lets one update values in a Thing but not add data or an additional row to an array. In some use cases, such as track and trace, it is important to be add entries into an array type field. A new formm functionality or feature has been developed which will now allow an input form to be created specifically to add a new row or record to an existing array field within the Thing. This will help with being able to log events against a thing, traceability data, logs, updates etc.
  • Addition of tag counter check for NTAG424 authentication: This is an improvement to the authentication check and an additional layer of security. Currently a URL is expired as soon as it hits the server and any reuse of the same URL is assumed to be counterfeit. If however, a user retrieves a URL from the NTAG424 without it hitting our server, that URL can be used at a later time.  With this improvement, while this is still possible, by adding a counter check such that if the counter value embedded in the URL is <= the last counter value registered at our server, the authentication will fail. This improvement essentially makes the “stolen” URL url unusable as soon as the tag is retapped and the updated URL hits our server.
  • Removal of requirement to have a login in order to include a Thing update form in Digital Interactions: Currently, a Login Control is required into which a Thing Update Form can be added. This requires a user to login first using their social login before they can add data via the Thing Update Form. There are use cases where this is not required. This improvement will allow the Thing Update control to be added to a Digital Interaction without a Login Control.

Bug Fixes

  • Issues with Firebase & Location Maps Control Fixed: Due to issues with Google Firebase, the login and map controls in visual interactions have stopped working. This has been remedied. 
  • Dynamic List Control Fixed: The dynamic list control within Visual Interactions does not work properly. Currently the first entry in the array is repeated as opposed to each entry in the array being listed. This has now been fixed and will automatically list all values within an array type field.
  • Column Resizing Issue on Import Status Page: The columns on the Import Status page do not currently automatically resize based on the data in the column and responsive screen sizes. This bug has now been fixed and the table is responsive to certain screen size changes.

V 4.2

Sept 2024

What’s New

  • We have now moved from the OpenSea API to the Third Web API to compare NFT tokens associated with a Thing and check for NFT token within a user’s wallet.
  • We have added an Import Request Summary table for the Import Things option which allows the user to download the error file if the import fails, and also shows the user how many instances were processed, successful and failed during the import.
  • Users can now add any custom URL as an input for the external URL field of the button control under Visual Interaction Editor
  • New redirection control has been introduced for the users to redirect their digital experience pages to external links, custom url with short codes (internal links), combination of the external url with the short codes etc.
  • NFT verify control has been updated with more settings to map the blockchain as well as token standard attributes.
  • Users can now export the things using the CSV file format option.
  • External URL field under the thing level and the entity level digital link configuration settings now accepts the custom URLs, which allows the user to have the custom url with short codes, or combination of the text and the short codes.
  • Privacy Policy and Subscription Agreement has been updated and a link has been added to the Login page so it can be viewed prior to sign in.

Bug Fixes

  • Updates to the associated entity instance not reflecting on the digital interaction until the main entity instance data is refreshed or updated is now fixed.
  • Issue with Quick preview not refreshing when Redirect control is present has now been fixed and the quick preview is working as expected.
  • NFT verify showing the message as “NFT is not present in your wallet” even if the NFT is present in the customer’s wallet is now fixed.
  • Export link URLs option was generating the blob with the link to open in the new tab, instead of csv output file for the Safari browser is now working as expected and the user is able to get the exported file in the CSV format
  • Issue while importing things with the attribute having a string field which is actually a long number has been fixed, and users can now import the products having string attribute with large scientific number as an input.
  • Data Model which has a single quote present in the description field of any of the attributes caused schema to fail, which resulted in the user not being able to Create Thing is now fixed and shows the error message if the single quotation is entered in the description field.

V 4.1

Sept 2023

What’s New

  • Quick Install Packages have been updated with the new use cases of the Serialization and Tokenization, which allows the users to pre-install the data models, entity configuration, lists, interaction templates and sample instances which allows them to test the use cases easily and update it based on their requirements.
  • Copyright text and the version number is updated on the login page, upon clicking on the version number the user would be redirected to the release notes page from the login page itself

V 4.0.1

Aug 2023

Our minor release 4.0.1 is now available and we have done bug fixes related to the NFT verify feature, also carried out optimization for improved performance.

What’s New

  • NFT verify control which was earlier connected to the Test API, is now enabled with the Production API, which allows the users to connect to their minted NFTs using any wallets present on any blockchain.
  • In order to differentiate the older Qliktag.com and the newer Qliktag.io platform, the background image and the menu bar background of the .io platform has been changed.

Bug Fixes

  • WalletConnect/OpenSea (3rd party APIs) were recently updated and no longer work for the production connection, which is now fixed and working fine.

V 4.0

May 2023

Our latest release V4.0 is now available and we have migrated our Qliktag.com platform to Qliktag.io domain. This step was taken to focus more on connecting physical assets to the digital world through tokenization. The platform now enables physical products to participate in the rapidly growing new Web3 realm of digitally owned and traded physical assets / collectibles.

What’s New

  • A complete new draggable NFT Verify control has been launched under Digital Interaction Editor. This control allows the users to create secure and verifiable links between the physical product and the digital NFT with unclonable NFC tags.
  • NFT Verify control allows the users to connect to their NFTs present in any wallets present on any blockchain using WalletConnect. 
  • Currently the system is released with the Test API connection in order to test the WalletConnect feature.

v3.3

14th Mar 2023

Our latest release V3.3 is now available and we have added a new feature “Audit Trail” report which allows the system administrator to monitor all the changes done to the Things, Templates, Users, Accounts, Digital Interactions , and also audit which system user has made changes along with the date and time information when the change was performed. On the back end we have added APIs for all the audit trail related functionalities.

What’s New

    • Consolidated Audit Trail Report section has now been added under the System Settings page and would be accessible for all the master account users ( administrators )
    • Audit Trail Report section will show filters using Account, User and Type fields, where Account drop down will display all the accounts present in the system, User drop down will display all the users for the selected account, and Type decides whether the audit is to be done for Things, Templates, Digital Interactions, Entities, Accounts or Users.
    • Upon selection of the Account, User and Type and the date-range, users would be able to see the audit report with the date-time, user name, email address, Action performed, Type and Account.
    • Users can now add a Composite key ( key derived from the association of the entities) using the UI which was only possible using API earlier.
    • Improvements has been made to the Lists section, All Languages option has been included for List Name under the Create List form ,and for List Item Name, Field Name, Field Value under the Additional Information Section for the List Item properties
    • All language option has been added to the Data Model creation and Entity Creation form
    • The platform now allows the user to select the associated entity keys using the Things form Key selector which shows up based on the entity configuration, which was a manual task earlier, users can now easily create the entity instances which have associations.
    • Ionic icons have been upgraded from v3 to v4.
    • Angular version has been upgraded from v10 to v11
    • Smartlabel Tab Names have been interchanged for Features and Benefits and About This Product. The main tab name Features and Benefits is now called About This Product, and the inner tab About This Product is changed to Features and Benefits.
    • Feedback For SmartLabel link present at the SmartLabel footer is now pointed to an updated link https://smartlabel.org/contact-us/
    • Improvements have been made for the Artifacts loading, if the user does not choose any artifacts during the first login to the system, the system will forcefully show the Artifacts selection modal pop up to the user, and, If the user decides to load the Artifacts later, they can go to the System settings and choose the use case they want to install from the Quick Start Packages section.

Bug Fixes

    • List item code added under the list is now reflecting immediately on the UI which was not reflecting earlier until the refresh was performed.
    • Data Model form has been updated with the UI related fixes.Each data type has property field as a required field, which can not be left blank and also the space is not allowed when giving a property name ( the system shows error as “invalid property name” )for all the data types. Submit button becomes clickable only after the required fields have the data in it.
    • Background color of the subscription alert has been updated from Red color to Yellow color to show the warning message.