Skip to content

Commit

Permalink
Add label feature in the pricing selector
Browse files Browse the repository at this point in the history
Show the number of labels available for each plan in the price selector.

close #8288

Co-authored-by: jug <[email protected]>
Co-authored-by: yoy <[email protected]>
  • Loading branch information
YohYamasaki and jgoedde committed Jan 29, 2025
1 parent 29af52c commit 265748c
Show file tree
Hide file tree
Showing 10 changed files with 2,453 additions and 2,431 deletions.
15 changes: 15 additions & 0 deletions schemas/sys.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,21 @@
"info": "AddAssociation RepeatRule/advancedRules/AGGREGATION/2525."
}
]
},
{
"version": 119,
"changes": [
{
"name": "AddValue",
"sourceType": "PlanConfiguration",
"info": "AddValue PlanConfiguration/maxLabels/2526."
},
{
"name": "RemoveValue",
"sourceType": "PlanConfiguration",
"info": "RemoveValue PlanConfiguration/unlimitedLabels/2494."
}
]
}
]
}
4 changes: 2 additions & 2 deletions src/common/api/entities/sys/ModelInfo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const modelInfo = {
version: 118,
compatibleSince: 118,
version: 119,
compatibleSince: 119,
}

export default modelInfo
Loading

0 comments on commit 265748c

Please sign in to comment.