Task #2940
Feature #2933: Add version support to browser extension
BE: Handle implementation based on version.
Start date:
03/22/2023
Due date:
03/22/2023
% Done:
100%
Estimated time:
2.50 h
Description
If there is no version in the parameter of getPurpleLinksInfoExtFull API then treat the version as 0.9
If version is 0.9 ->
then getPurpleLinksInfoExtFull API will return without mode (older implementation)
If version is 0.95 ->
then getPurpleLinksInfoExtFull API will return with mode (newer implementation)
Updated by Venmuhilan B over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Venmuhilan B over 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Venmuhilan B to Ayush Khandelwal
Updated by Ayush Khandelwal over 1 year ago
- Status changed from Feedback to Closed
Working as expected