Release Notes
Version announcements, changelogs, and project news are published in two places:
Community: community.journalphp.ru/editorial — editorial posts describing releases.
GitHub Releases: github.com/ADamCarraway/journalphp/releases — tag archive and technical details.
Versioning
The project follows Semantic Versioning:
- MAJOR — incompatible API or data structure changes
- MINOR — new features, backward compatible
- PATCH — bug fixes
Staying Updated
To avoid missing new releases:
- Click Watch → Releases in the GitHub repository
- Subscribe to the editorial feed in the community
Updating to a New Version
See Updating for upgrade instructions.