Changelogs
ColibriPlus 2.1.0 (10 May, 2026)
New features
Profile & Accounts
- Added profile edit support on the mobile web app
- Added user block and mute features on both desktop and mobile web apps
- Added blocked users display and unblock feature on account settings page
- Added ability to prevent toggling multi-accounts feature (Admin panel)
- Added user data privacy control — hide user data from non-root admins when enabled by root (Admin panel)
- Added new Root user role with elevated content moderation permissions (delete posts, profiles, comments, stories from app side)
Chat & Messaging
- Added voice message send feature in chat
- Added video circle send feature on desktop and mobile web apps
- Added image send feature in desktop and mobile chat
- Added FFmpeg compression for chat videos (configurable via
config/chat.php) - Improved chat message editor form UI and message compaction (hides avatar/username for consecutive messages)
- Improved audio player UI and soundbar player
Video & Media
- Added video player controls on the desktop and mobile apps
- Improved mobile audio player
- Added image watermark feature (matching existing video watermark behavior)
Wallet & Payments
- Completed wallet withdrawal/cashout feature for users and business accounts
- Added withdrawal requests manager and history table on the admin panel
- Added ability for admin to edit a user's wallet balance
- Added wallet feature toggle (enable/disable) from admin panel
- Moved wallet, PayPal, YooKassa, and Robokassa configurations from PHP config files to DB with admin editors
Admin Panel
- Added platform brand settings editor
- Added PWA settings editor
- Added auth system settings editor (with registration/login enable/disable control)
- Added main config editor (moved
config/app.phpto DB) - Added FFmpeg test feature and editor (moved
config/ffmpeg.phpto DB) - Added mail settings editor (moved
config/mail.phpand.env MAIL_*to DB) - Added social config editor (moved
config/social.phpto DB) - Added application links editor
- Added header and footer scripts injection from admin panel
- Added backups create, delete, and download feature
- Added theme switcher for admin and business panels
- Added separate admin login/logout page
- Added ability to pin posts on the main user home page
- Replaced avatar and sidebar icons with Solar SVG icon set
- Improved admin and business app UI, layouts, colors, and components
- Integrated lightweight MySQL DB client
Onboarding & Auth
- Added required password step on user onboarding page
- Improved user onboarding system to be extensible and configurable per step
- Added auth system guard — automatically redirects to registration confirmation if verification is disabled
- Removed pending/unused social login providers
Posts & Feed
- Added pinned post feature on main home page (manageable from admin panel)
Fixes
- Fixed group chat blocking check condition
- Fixed issue with device switch; extended cookie lifetime to 1 year
- Fixed post not appearing after submit on mobile web app
- Fixed user create action issue with wallet
- Fixed follow recommendations not updating from right sidebar
- Fixed image paste in text editor removing existing text
- Fixed repost UI card bottom padding when no media content is present
- Fixed pinned posts ordering (descending)
- Fixed users count on admin dashboard to reflect only onboarded users
- Fixed stories video duration and related bugs
- Fixed dark theme color issue on admin and business sidebar nav items
- Corrected
.env.examplefile
Refactoring & Maintenance
- Updated all PHP and JS dependencies (Composer + NPM)
- Moved following logic from
User.phpmodel intoFollowService - Refactored auth system Livewire components and UI elements
- Removed unused code and files.
- Added user password change CLI command
ColibriPlus 2.0.0 (30 September, 2025)
- Added mobile web app support.
- Added group chats support.
- Completed all scheduled features.
- Added authors and readers account type feature.
- Enhanced admin panel with content management features.
- Improved admin panel UI/UX.
- Improved user interface and user experience.
- Improved content recommendation system.
- Added PWA (Progressive Web App) support.
- Fixed bugs and issues of previous release.
- Enhanced security features.
- Deeply optimized codebase and performance.
- Improved documentation and guides.
ColibriPlus 1.0.0
- Initial release of ColibriSM new successor - ColibriPlus.
