v1.0.1
Latest
First Stable release
Released on May 14, 2026
What's New
✅ Added — Authentication & User Management
- Added user registration with company details (name, email, phone, company name, company size)
- Added secure login and logout with session management
- Added password hashing and secure credential storage
- Added role-based access control with three roles: Super Admin, Owner, and Team Member
- Added multi-language support for English and Arabic (with RTL layout)
- Added language switcher in the navigation bar
✅ Added — Dashboard
- Added owner dashboard displaying all owned projects with statistics
- Added team member dashboard showing only projects they have been assigned to
- Added project overview cards with quick access links
✅ Added — Project Management
- Added ability to create new projects from scratch
- Added ability to upload existing projects as ZIP files
- Added project editing (name and description)
- Added project deletion
- Added project size tracking and display
- Added per-project access control — owners can assign specific team members to each project
- Added file change tracking per project
✅ Added — Online Code Editor
- Added browser-based code editor powered by CodeMirror
- Added syntax highlighting for PHP, JavaScript, CSS, HTML, XML, and JSON
- Added dark Monokai theme for the editor
- Added file browser to navigate project files and folders
- Added ability to create, edit, save (Ctrl+S), rename, and delete files and folders
- Added file and folder access assignment to specific team members
- Added real-time file change tracking in the editor
✅ Added — Team Management
- Added ability to create and manage teams
- Added ability to add team members with defined roles
- Added project-level team member assignment — only assigned members can access a project
- Added file/folder-level assignment — team members only see files assigned to them in the editor
✅ Added — Subscription & Billing
- Added subscription plans (Free, Pro, Enterprise) with configurable limits
- Added plan limits on number of projects, storage, and team members
- Added upgrade/downgrade plan flow
- Added multi-currency pricing support (USD, SAR, and more)
- Added currency selector on the pricing page
✅ Added — Public Landing Page
- Added public landing page with features, pricing, and contact sections
- Added dynamic pricing plans loaded from the database
- Added contact form with spam prevention
- Added blog/articles section
- Added static pages (About, Privacy Policy, Terms of Service)
- Added programming languages and frameworks showcase sections
✅ Added — Release Management
- Added ability to create and manage software releases per project
- Added release version tracking and release notes
✅ Added — Changelog & Version System
- Added super admin changelog management (create, edit, delete entries)
- Added published/unpublished toggle for changelog entries
- Added latest version code display in the footer on every page (clickable link)
- Added full changelog page for all logged-in users with professional timeline layout
✅ Added — Discussion Board
- Added per-project discussion board accessible to all assigned team members and the project owner
- Added ability to create discussion topics with a title and description
- Added chat-style threaded replies within each topic
- Added file attachment support on discussion posts (images and files)
- Added topic deletion by topic author or project owner
- Added post deletion by post author or project owner
- Added Discussion Board quick-access button on every project card in the dashboard