Changelog
Track the latest updates, improvements, and new features released in SchoolManager to stay informed on platform enhancements.
Recent Updates
SchoolManager releases updates regularly to add new features, fix bugs, and improve performance. You can view the full release notes below, organized by version.
Bookmark this page and check back monthly. Enable email notifications in your account settings to receive update alerts.
New Features
- Added bulk SMS and WhatsApp integration for parent notifications about fees and attendance.
- Introduced customizable report card templates for KG, Primary, and JHS levels.
Improvements
- Enhanced attendance dashboard with graphical trends and export to PDF/Excel.
- Faster fee collection reports with automated overdue reminders.
Bug Fixes
- Fixed issue where exam scores didn't update in real-time for shared classes.
- Resolved printing errors in staff payroll summaries.
New Features
- New admissions portal for parents to apply online and upload documents.
- Integrated exam management with auto-grading for multiple-choice questions.
Breaking Changes
- Updated API endpoints for attendance records. Migrate using the guide below.
Improvements
- Optimized database queries for schools with
>500students, reducing load times by 40%.
// Updated attendance API call
const attendance = await fetch('https://api.schoolmanager.app/v2/attendance', {
headers: { Authorization: `Bearer ${YOUR_TOKEN}` }
});
# Updated attendance API call
import requests
response = requests.get('https://api.schoolmanager.app/v2/attendance',
headers={'Authorization': f'Bearer {YOUR_TOKEN}'})
Bug Fixes
- Corrected fee waiver calculations for sibling discounts.
- Fixed parent portal login issues on mobile devices.
Improvements
- Added Ghana-specific curriculum mapping for JHS subjects.
- Better search functionality in student and staff directories.
Version Summary
Get a quick overview of key changes across releases.
v2.1.0
SMS/WhatsApp notifications and report templates.
v2.0.0
Admissions portal and exam auto-grading.
v1.9.0
Fee fixes and performance boosts.
Upcoming Changes
- Parent mobile app for real-time updates.
- AI-powered attendance prediction using facial recognition (opt-in).
- Full integration with Ghana Education Service reporting standards.
Staying Updated
Enable Notifications
Go to your account settings and toggle email updates.
Check Release Notes
Visit this changelog after each login.
Test in Staging
Use the staging environment for new features before production rollout.
For custom requests or priority fixes, contact support via the dashboard or email support@schoolmanager.app.
Last updated today
Built with Documentation.AI