Version Date Changes
0.17.0 2025-01-15
  • Client: Tag API - Read-only tag access for clients
  • GET /api/client/tag - List all tags with filtering and pagination
  • GET /api/client/tag/{id} - Get single tag details
  • Client-only access control for tag endpoints
  • Search functionality updated to use Company model instead of User for clients
0.16.0 2025-01-15
  • Admin: Analytics - Download statistics and reporting
  • GET /api/admin/analytics/downloads - List all downloads with filtering and pagination
  • GET /api/admin/analytics/downloads/export - Export downloads to XLSX
  • GET /api/admin/analytics/downloads/overall - Overall download statistics with country/state breakdown
  • GET /api/admin/analytics/downloads/batch/{batch} - Batch download report
  • GET /api/admin/analytics/downloads/batch/{batch}/export - Export batch report to XLSX
  • Download tracking system with geo-location data
  • Statistics include top shots, top creators, geographic analytics
0.15.0 2025-01-15
  • Common: Search API for global search functionality
  • GET /api/search/clients - Search clients with filtering and pagination
  • GET /api/search/creators - Search creators with filtering and pagination
  • GET /api/search/batches - Search batches with filtering and pagination
  • GET /api/search/assets - Search assets (ShotFile) with filtering and pagination
  • GET /api/search/all - Aggregated search across all entities
  • Admin-only access control for all search endpoints
0.14.0 2025-01-15
  • Common: Message API for client-to-manager communication
  • Queued email notifications for manager messages
0.13.0 2025-01-15
  • Task management system implementation
  • Automatic task creation via observers
  • Task CRUD operations for Admin, Creator, Client
  • Enhanced TaskType enum with workflow-specific types
0.12.0 2025-01-15
  • Notification system integration
  • Email notification support
  • User notification preferences API
0.11.0 2025-01-15
  • Tag management API
  • Tag catalog endpoint
  • TAGS question type for Strategy
  • Tag normalization in Strategy approval
0.10.1 2025-01-15
  • Account Batch Controllers for role-based access
  • Enhanced ShotScenario approval API
  • Individual question approval support
0.10.0 2025-08-29
  • Enhanced batch management with deadlines and access times
  • Custom shot names support
  • Updated date format to PHP standard (Y-m-d H:i:s)
0.9.0 2025-08-28
  • Product Links API for shots
  • Social media platform integration (Instagram, TikTok, YouTube)
0.8.0 2025-08-14
  • Batch management API
  • Shot management API
  • Content management API
  • Scenario management API
  • Strategy management API
0.7.0 2025-06-23
  • User invitation and registration API
  • Account management endpoints
0.6.0 2025-06-19
  • Password management API (reset, change)
0.5.0 2025-06-17
  • User settings API endpoints
0.4.0 2025-06-09
  • Catalog endpoints (Countries, States, Cities)
0.3.0 2025-06-06
  • Company management API
0.2.0 2025-06-05
  • Creator management API
  • Keyword management API
0.1.0 2025-06-04
  • Authentication endpoints for Admin, Creator, Client
  • Team management API
0.0.0 2025-06-03
  • Initial API release