Adding New Versions of a Project
Seller → Adding New Versions of a Project
Sidecrate allows sellers to release new versions of their projects to improve quality, fix bugs, or add new features.
Rules
You can add a new version only for projects with the status
activeorsold.To submit a new version, upload a project archive in the Seller Dashboard.
When submitting, you must provide:
Version number — must follow semantic versioning (
MAJOR.MINOR.PATCH)- Example:
1.0.0 → 1.0.1(patch fix),1.0.0 → 1.1.0(new feature),1.0.0 → 2.0.0(major update)
- Example:
Changelog — a short description of what was changed
Moderation Process
After submission, the new version enters moderation status.
For active projects:
The current version remains available to buyers.
Once the new version passes moderation, it automatically replaces the old version.
Updates for Buyers
All buyers of the project will get access to the new version after approval.
For one-time purchase projects (
sold):Each buyer who already purchased the project will receive the update.
Buyers will also receive an email notification about the new version.
Example Changelog
Version 1.0.1
- Fixed bug with database connection
- Improved README instructions