Do I Have To Pay For Software Version Upgrades — release and upgrade information for APG vNext the latest.
Upgrading APG vNext
- Back up your SQL Server database before starting any upgrade.
- Save your
web.config, custom skins, andupfilesfolder contents. - Run the upgrade SQL scripts in sequential order — never skip versions.
- Test all key features after upgrading: login, posting, email notifications, file uploads.
Download & Support
Are APG vNext Software Version Upgrades Free?
Yes - all software version upgrades (minor and major releases) are included in the active APG vNext subscription. During your subscription period you can upgrade to any new version at no additional cost. If your subscription has lapsed, you retain access to the last version released while your subscription was active but cannot upgrade further without renewing.
What is Included in an Active Subscription
- All minor version upgrades (e.g. 5.5 -> 5.6)
- All major version upgrades (e.g. 4.x -> 5.x)
- Security hotfix patches
- Access to the private support forum
- Email support (response time depends on plan)
Subscription vs Perpetual Licence
APG vNext is sold as a perpetual licence with an optional annual subscription for upgrades and support. If you choose not to renew the subscription:
- Your forum continues running on the installed version indefinitely
- You do not receive new versions or security patches
- You can renew at any time to regain upgrade access
Checking for Available Updates
-- Admin Panel -> System -> Check for Updates
-- Or check the release feed:
GET https://aspplayground.net/api/v1/version/latest
Understanding Major vs Minor Version Upgrades
APG vNext distinguishes between minor upgrades (same major version, e.g., 5.1 to 5.3) and major upgrades (different major version, e.g., 4.x to 5.x). Both are included in an active subscription with no additional payment. The distinction matters for planning, not cost: minor upgrades typically take 15–30 minutes and require no skin changes; major upgrades may require 1–2 days for skin migration and thorough testing of all customisations.
Planning a Major Version Upgrade
Before performing a major version upgrade, review the migration guide published for that version. Major upgrades between 4.x and 5.x, for example, included a complete rewrite of the theme/skin system. Communities with heavily customised skins needed to rebuild or adapt their customisations using the new CSS variables system. The APG vNext upgrade guide includes a diff of all template changes, a skin migration tool in the Admin Panel, and a pre-upgrade validation script that identifies potential compatibility issues before you begin the upgrade.
Security Patches and Their Importance
Security patches are released outside the regular version schedule when critical vulnerabilities are discovered. These patches are available immediately to all subscription holders regardless of the current major version they are running. For expired subscriptions, the APG vNext team evaluates critical security vulnerabilities on a case-by-case basis — in many cases, a security advisory with a manual workaround is published publicly so that all installations, including those on expired subscriptions, can mitigate the vulnerability. However, applying the actual security patch still requires an active subscription. Maintaining an active subscription for the security patch access alone is recommended for any production forum exposed to the public internet.
Upgrade Scheduling and Community Impact
Schedule APG vNext upgrades during the forum's lowest traffic period — typically late at night on a weekday for most communities. Post a maintenance announcement in the forum 24–48 hours before the upgrade so members know to expect temporary downtime. The actual upgrade process typically takes 5–20 minutes for minor upgrades and up to 2 hours for major upgrades that include database migrations. Enable APG vNext's built-in maintenance mode before starting the upgrade to show a friendly maintenance page to members during the process.
Automatic Update Notifications
APG vNext's Admin Panel can check for available updates automatically and display a notification when a new version is released. Configure the update check frequency and notification behaviour in Admin Panel → System → Updates. The notification appears only for administrators and does not affect the member-facing forum. For high-security environments where outbound connections from the server are restricted, disable automatic update checks and instead subscribe to the APG vNext release newsletter to be notified of new versions by email without the server making outbound connections:
<!-- web.config: disable automatic update checks -->
<add key="APG.Updates.AutoCheck" value="false" />
<!-- Manually check for updates: Admin Panel --> System --> Check for Updates -->
Version History and Changelog
The complete APG vNext version history and changelog is published in the community forum's Knowledge Base section. Each version entry includes a summary of new features, bug fixes, security patches, and any breaking changes that require attention during upgrade. Reviewing the changelog for all versions between your current version and the target upgrade version before starting the upgrade ensures you are aware of any breaking changes, deprecated features, or required configuration updates that must be applied alongside the upgrade.
Related Resources
Looking for more help? Browse the support forum or check the Knowledge Base.