Changelog
Stay updated on the latest releases, new features, and improvements in Campium.
Recent Releases
Campium releases updates regularly to enhance camp management features like registration, billing, attendance, and reporting. Check this page for the latest changes and migration guidance.
Stay informed about new features, improvements, bug fixes, and any breaking changes. We recommend testing updates in a staging environment before applying them to production.
Security
-
Enforced a stronger password policy across registration, password reset, and password change flows.
-
Passwords now require a minimum of 12 characters for the admin site and must include at least one uppercase letter, one lowercase letter, and one special character.
Improvements
- Added Google and Apple sign-in buttons on the login page to reduce password entry friction for families and staff.
Improvements
-
Updated product and session purchase flows to show clearer messaging when no sessions are available.
-
Replaced the loading spinner with a no products available alert when nothing can be purchased.
Reporting
- Enhanced expense reports with category and vendor dropdown filters, including dynamic filtering as options change.
Bug Fixes
- Improved credit card payment cancellations by using voiding where appropriate to reduce transaction errors.
Security and Improvements
-
Restricted logins to the correct agency-specific subdomain and now show an explicit error when a user attempts to sign in from the wrong domain.
-
Increased mobile sign-in reliability by adjusting device fingerprinting logic to avoid IP-related false mismatches.
Billing
- Added a Scheduled Payments dashboard card with counts, status badges, primary payment details, and family balance context.
Bug Fixes
- Fixed future-date validation for scheduled communications (announcements and SMS) using timezone-aware date handling.
Bug Fixes
- Prevented duplicate discounts from being applied in the cart to ensure accurate totals at checkout.
Upgrading Campium
Follow these steps to update your Campium instance safely.
Backup Data
Export all reports and camper profiles via the admin dashboard.
# From your admin console
Reports > Export All > Select Format (PDF/XLS)
Review Migration Notes
Check release notes above for breaking changes, especially in v2.0.0.
Apply Update
Use the dashboard update tool or contact support for assisted upgrades.
Test Key Features
Verify registration, billing, and reporting workflows.
For large camps, schedule upgrades during off-season. Contact support@campium.com for personalized migration assistance.
Quick Version Comparison
Authentication updates
Stronger passwords and social sign-in options.
Login security, billing dashboard
Subdomain login restrictions and a Scheduled Payments dashboard card.
Portal, reports, and payments
Improved purchase messaging and new expense report filters.
Updates like v2.1.0 and v1.9.0 require no schema changes. Simply apply and test.
For v2.0.0, update profile fields:
// Old schema
{ "fields": ["name", "age"] }
// New schema
{ "profileFields": ["name", "age", "allergies"] }
Last updated today