This release includes 5 new features, 2 improvements, 6 bug fixes.
🚀 New Features
New Author Earnings Dashboard with comprehensive stats
Monthly/Daily earnings charts with Chart.js
Top earning novels and chapters breakdown
Revenue sources visualization
Transaction history with filters
✨ Improvements
-
Earnings Dashboard now uses consistent author panel layout
-
Improved responsive design for author panel (no horizontal scroll)
🐛 Bug Fixes
-
Fixed route error: author.earnings -> author.earnings.index
-
Fixed database column: coins_paid -> coins_spent in EarningsController
-
Fixed missing Chapter::purchases() relationship
-
Fixed author_id -> user_id in novels table queries
-
Fixed corrupted author sidebar menu (duplicate Auto Novels entries)
-
Fixed getNovelEarnings() and getTopChapters() query methods