Introduction
Pressify CMS follows semantic versioning, providing regular updates with new features, improvements, and bug fixes. This guide details our release approach and how to stay updated with the latest advancements.
Release Cycle
Pressify CMS typically follows these release categories:
- Major Releases (X.0.0): These include significant changes, such as breaking updates, major new features, or architectural improvements. Upgrades may require manual intervention.
- Minor Releases (x.X.0): These introduce new features, enhancements, and compatible changes that enhance performance without affecting current configurations.
- Patch Releases (x.x.X): These address bug fixes, security patches, and minor adjustments that resolve issues without impacting core functionality.
Latest Version
The current stable version of Pressify CMS is visible in your admin dashboard. You can also check it in the composer.json file or by running:
bash
php artisan aboutThis command displays the Pressify CMS version separately from the Laravel version (retrieved via php artisan --version).
