When starting SS6 development on main branch, cherry-pick the changes from commit 8b74d5c (tag 2.0.8).
Changes to port
- Make FocusPoint methods conditional in test page (shown only when module installed)
- Add badges and legend explaining cropped/focuspoint methods
- Add test image guide with visual element descriptions
- Move screenshots to docs/ folder with proper attribution
- Update README with version compatibility table and current features
Steps
- Create
1 branch from current master for SS4-5 maintenance
- Rename
master to main for SS6 development
- Cherry-pick:
git cherry-pick 8b74d5c
- Update
composer.json to require jonom/focuspoint: ^6.0
- Tag as
2.1.0
Related
When starting SS6 development on
mainbranch, cherry-pick the changes from commit8b74d5c(tag2.0.8).Changes to port
Steps
1branch from currentmasterfor SS4-5 maintenancemastertomainfor SS6 developmentgit cherry-pick 8b74d5ccomposer.jsonto requirejonom/focuspoint: ^6.02.1.0Related