Versioning
CKEditor Pack uses semantic versioning. This means version numbers follow a clear format. It uses the format:- Major: Includes breaking changes
- Minor: Adds new features without breaking existing setups
- Patch: Fixes bugs and small issues without breaking changes
Before Updating
Before any update:- Review the changelog since your installed version. This shows new features, deprecated items, and required changes.
- Test the update in a staging/test environment if possible. This helps you find conflicts safely.
- Create a full database and file backup before updating. This lets you roll back quickly if needed.