Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Foundry Virtual Tabletop
Foundry Virtual Tabletop
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 593
    • Issues 593
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Foundry Network
  • Foundry Virtual TabletopFoundry Virtual Tabletop
  • Issues
  • #1097

Closed
Open
Opened Jul 09, 2019 by Andrew@aaclaytonOwner

Support a flag to designate a minimum core version in system and module manifest files

Core version updates can break the functionality of a module or system. Provide a flag to require a minimum core version in order for a module or system to be usable.

Game Systems You may set the minimumCoreVersion flag in the system.json file to require that the system can only be used if a certain version number of the core Virtual Tabletop software is present.

Example Usage

{
  ...,
  "minimumCoreVersion": "0.3.0"
}

Modules In addition to the minimumCoreVersion flag which is also supported for Modules, in the module.json file you may also require a minimumSystemVersion if your module depends on a specific game system (and version of that system)

Example System Requirement

{
  ...,
  "systems": ["dnd5e"],
  "minimumSystemVersion": 0.6
}
Edited Jul 25, 2019 by Andrew
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Beta 0.3.4
Milestone
Beta 0.3.4 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: foundrynet/foundryvtt#1097