ChangelogRelease History

Changelog

Stay updated with the latest releases, new features, and improvements in ModelBoard.

Check this changelog regularly to stay informed about new features, improvements, and fixes that enhance your ModelBoard experience.

Recent Releases

Stay current with ModelBoard's evolution through our structured release cadence. We release updates bi-weekly, focusing on stability, performance, and user-requested features.

2024-11-15v1.3.0
featureimprovement

New Features

  • Added real-time collaboration invites for models and studios, streamlining content production workflows.
  • Introduced universal 2257 compliance export directly from profile dashboards.
  • New enterprise-level bulk user management for talent agencies.

Improvements

  • Enhanced professional networking search with advanced filters for account types (Model, Business, Studio, Enterprise).
  • Optimized portfolio upload speeds by >40% for large media files.
  • Updated UI for account type selection with preview cards.

Bug Fixes

  • Fixed casting application sync issues between studios and models.
  • Resolved notification delays in collab workflow approvals.
  • Corrected profile verification flow for business accounts.
2024-10-20v1.2.0
featurebugfix

New Features

  • Profile portfolios now support embedded video previews from major platforms.
  • Added review and rating system for business-service collaborations.
  • Integrated webhook support for custom notifications: https://your-webhook-url.com/webhook.

Improvements

  • Streamlined compliance verification logic for platform-agnostic 2257 records.
  • Better mobile responsiveness for networking feeds.

Bug Fixes

  • Fixed enterprise dashboard access for multi-studio holdings.
  • Patched credential exposure in shared collab links.
  • Resolved search indexing delays for new profiles.
2024-09-10v1.1.0
improvementbugfix

New Features

  • Account type selector with guided onboarding flows.
  • Basic API endpoints for profile data: GET /api/profiles/{id}.

Improvements

  • Performance boosts in content production timelines.
  • Enhanced security for industry credits sharing.

Bug Fixes

  • Corrected login redirects for studio admins.
  • Fixed portfolio image cropping artifacts.
// Example API usage for new profile endpoint
const response = await fetch('https://api.modelboard.net/api/profiles/123', {
  headers: { Authorization: `Bearer YOUR_TOKEN` }
});
const profile = await response.json();
console.log(profile);

Upcoming Changes

Expect AI-powered matching for collaborations, advanced analytics dashboards, and full SDK support for custom integrations. Prepare by reviewing your current workflows.

VersionRelease DateKey ChangesTags
v1.3.02024-11-15Collab invites, 2257 exportfeature, improvement
v1.2.02024-10-20Video portfolios, webhooksfeature, bugfix
v1.1.02024-09-10Account selector, API basicsimprovement, bugfix

To update your instance, check the dashboard settings or contact support for enterprise deployments. Provide feedback via our feedback form.