3.3
Release notes V 3.3
Added Server visiblity settings for listing - you can now choose which server you want display on dashboard.
#for upgrade only - run the below table creation in mysql
CREATE TABLE `server_visibility_settings` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`server_id` bigint unsigned NOT NULL,
`is_visible` tinyint(1) NOT NULL DEFAULT '1',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci
Fixed minor visual bugs of skins
Installation docs : https://docs.cssbans.online/
Upgrage guide https://docs.cssbans.online/how-to-update-panel-to-the-latest-version
Full Changelog: 3.2...3.3